2026-02-18T04:30:29.890 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T04:30:29.903 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T04:30:29.979 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617 branch: 20.2.1_2.17.26-baseline_2 description: orch/cephadm/workunits/{0-distro/centos_9.stream_runc agent/on mon_election/connectivity task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '54617' kernel: branch: distro kdb: true sha1: distro last_in_suite: false machine_type: trial name: yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: 20.2.1_2.17.26-baseline_2 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: adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: 20.2.1_2.17.26-baseline_2 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed owner: scheduled_yuriw@soko04.front.sepia.ceph.com priority: 69 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - osd.0 - mon.a - mgr.a - - host.b - osd.1 - mon.b - mgr.b - - host.c - osd.2 - mon.c seed: 407 sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed sleep_before_teardown: 0 subset: 111/120000 suite: orch suite_branch: 20.2.1_2.17.26-baseline_2 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_adc1923395f2bcd6ae89b5d331d278364d1848ed/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: adc1923395f2bcd6ae89b5d331d278364d1848ed targets: trial092.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIKVu1L2JmghDK4klU+J2ZjotlEYfp8BMJ4U9ugcVlUN++UIuvSvgv0bpRyG8t0QGc2nURy/p029RwdSqTB2sYA= trial165.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOCXnEqMAKfIV10MdPLFPYop2CjIqApL8OqFWfSbXXlAmxu0rrvWPpUYA9aKKTD8e4oYJ3b5GsCZ6av4Ob3kPYE= trial170.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJgXkvl5WYOabCa5q+cEamgEgAAYXCf7mYefk3gyxwLnmVOiMwDh4lQobopa5j767z8WelFFoROD/1YgpE/VtyY= 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 0x7dc3acdcfc40>, signals=[15]) 2026-02-18T04:30:30.546 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T04:30:30.557 INFO:teuthology.task.internal:Opening connections... 2026-02-18T04:30:30.557 DEBUG:teuthology.task.internal:connecting to ubuntu@trial092.front.sepia.ceph.com 2026-02-18T04:30:30.558 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:30:30.619 DEBUG:teuthology.task.internal:connecting to ubuntu@trial165.front.sepia.ceph.com 2026-02-18T04:30:30.620 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:30:30.679 DEBUG:teuthology.task.internal:connecting to ubuntu@trial170.front.sepia.ceph.com 2026-02-18T04:30:30.680 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:30:30.741 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T04:30:30.753 DEBUG:teuthology.orchestra.run.trial092:> uname -m 2026-02-18T04:30:30.770 INFO:teuthology.orchestra.run.trial092.stdout:x86_64 2026-02-18T04:30:30.771 DEBUG:teuthology.orchestra.run.trial092:> cat /etc/os-release 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:NAME="CentOS Stream" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:VERSION="9" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:ID="centos" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:ID_LIKE="rhel fedora" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:VERSION_ID="9" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:PLATFORM_ID="platform:el9" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:ANSI_COLOR="0;31" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:LOGO="fedora-logo-icon" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:HOME_URL="https://centos.org/" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T04:30:30.827 INFO:teuthology.orchestra.run.trial092.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T04:30:30.828 INFO:teuthology.lock.ops:Updating trial092.front.sepia.ceph.com on lock server 2026-02-18T04:30:30.891 DEBUG:teuthology.orchestra.run.trial165:> uname -m 2026-02-18T04:30:30.908 INFO:teuthology.orchestra.run.trial165.stdout:x86_64 2026-02-18T04:30:30.908 DEBUG:teuthology.orchestra.run.trial165:> cat /etc/os-release 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:NAME="CentOS Stream" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:VERSION="9" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:ID="centos" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:ID_LIKE="rhel fedora" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:VERSION_ID="9" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:PLATFORM_ID="platform:el9" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:ANSI_COLOR="0;31" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:LOGO="fedora-logo-icon" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:HOME_URL="https://centos.org/" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T04:30:30.964 INFO:teuthology.orchestra.run.trial165.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T04:30:30.965 INFO:teuthology.lock.ops:Updating trial165.front.sepia.ceph.com on lock server 2026-02-18T04:30:31.039 DEBUG:teuthology.orchestra.run.trial170:> uname -m 2026-02-18T04:30:31.055 INFO:teuthology.orchestra.run.trial170.stdout:x86_64 2026-02-18T04:30:31.055 DEBUG:teuthology.orchestra.run.trial170:> cat /etc/os-release 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:NAME="CentOS Stream" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:VERSION="9" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:ID="centos" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:ID_LIKE="rhel fedora" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:VERSION_ID="9" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:PLATFORM_ID="platform:el9" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:ANSI_COLOR="0;31" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:LOGO="fedora-logo-icon" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:HOME_URL="https://centos.org/" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T04:30:31.110 INFO:teuthology.orchestra.run.trial170.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T04:30:31.111 INFO:teuthology.lock.ops:Updating trial170.front.sepia.ceph.com on lock server 2026-02-18T04:30:31.188 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T04:30:31.199 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T04:30:31.209 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T04:30:31.210 DEBUG:teuthology.orchestra.run.trial092:> test '!' -e /home/ubuntu/cephtest 2026-02-18T04:30:31.212 DEBUG:teuthology.orchestra.run.trial165:> test '!' -e /home/ubuntu/cephtest 2026-02-18T04:30:31.213 DEBUG:teuthology.orchestra.run.trial170:> test '!' -e /home/ubuntu/cephtest 2026-02-18T04:30:31.227 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T04:30:31.238 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T04:30:31.238 DEBUG:teuthology.orchestra.run.trial092:> test -z $(ls -A /var/lib/ceph) 2026-02-18T04:30:31.268 DEBUG:teuthology.orchestra.run.trial165:> test -z $(ls -A /var/lib/ceph) 2026-02-18T04:30:31.270 DEBUG:teuthology.orchestra.run.trial170:> test -z $(ls -A /var/lib/ceph) 2026-02-18T04:30:31.287 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T04:30:31.515 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T04:30:31.533 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-18T04:30:31.533 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-18T04:30:31.534 DEBUG:teuthology.orchestra.run.trial092:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T04:30:31.534 DEBUG:teuthology.orchestra.run.trial165:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T04:30:31.534 DEBUG:teuthology.orchestra.run.trial170:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T04:30:31.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:30:31.549 DEBUG:teuthology.orchestra.run.trial165:> uname -r 2026-02-18T04:30:31.549 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:30:31.550 DEBUG:teuthology.orchestra.run.trial170:> uname -r 2026-02-18T04:30:31.550 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:30:31.550 DEBUG:teuthology.orchestra.run.trial092:> uname -r 2026-02-18T04:30:31.604 INFO:teuthology.orchestra.run.trial165.stdout:5.14.0-645.el9.x86_64 2026-02-18T04:30:31.604 INFO:teuthology.task.kernel:Running kernel on trial165: 5.14.0-645.el9.x86_64 2026-02-18T04:30:31.604 DEBUG:teuthology.orchestra.run.trial165:> sudo yum install -y kernel 2026-02-18T04:30:31.605 INFO:teuthology.orchestra.run.trial170.stdout:5.14.0-645.el9.x86_64 2026-02-18T04:30:31.605 INFO:teuthology.task.kernel:Running kernel on trial170: 5.14.0-645.el9.x86_64 2026-02-18T04:30:31.605 DEBUG:teuthology.orchestra.run.trial170:> sudo yum install -y kernel 2026-02-18T04:30:31.606 INFO:teuthology.orchestra.run.trial092.stdout:5.14.0-645.el9.x86_64 2026-02-18T04:30:31.606 INFO:teuthology.task.kernel:Running kernel on trial092: 5.14.0-645.el9.x86_64 2026-02-18T04:30:31.606 DEBUG:teuthology.orchestra.run.trial092:> sudo yum install -y kernel 2026-02-18T04:30:32.715 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-18T04:30:33.576 INFO:teuthology.orchestra.run.trial170.stdout:CentOS Stream 9 - BaseOS 5.5 MB/s | 8.9 MB 00:01 2026-02-18T04:30:34.697 INFO:teuthology.orchestra.run.trial170.stdout:CentOS Stream 9 - AppStream 46 MB/s | 27 MB 00:00 2026-02-18T04:30:36.027 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - AppStream 9.6 MB/s | 27 MB 00:02 2026-02-18T04:30:38.041 INFO:teuthology.orchestra.run.trial170.stdout:CentOS Stream 9 - CRB 8.2 MB/s | 7.8 MB 00:00 2026-02-18T04:30:38.938 INFO:teuthology.orchestra.run.trial170.stdout:CentOS Stream 9 - Extras packages 130 kB/s | 20 kB 00:00 2026-02-18T04:30:39.337 INFO:teuthology.orchestra.run.trial170.stdout:Extra Packages for Enterprise Linux 60 MB/s | 20 MB 00:00 2026-02-18T04:30:39.440 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - CRB 7.5 MB/s | 7.8 MB 00:01 2026-02-18T04:30:40.444 INFO:teuthology.orchestra.run.trial092.stdout:CentOS Stream 9 - BaseOS 1.0 MB/s | 8.9 MB 00:08 2026-02-18T04:30:40.613 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - Extras packages 44 kB/s | 20 kB 00:00 2026-02-18T04:30:41.832 INFO:teuthology.orchestra.run.trial165.stdout:Extra Packages for Enterprise Linux 18 MB/s | 20 MB 00:01 2026-02-18T04:30:42.497 INFO:teuthology.orchestra.run.trial170.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-18T04:30:43.490 INFO:teuthology.orchestra.run.trial092.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T04:30:43.511 INFO:teuthology.orchestra.run.trial170.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T04:30:43.533 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:30:43.534 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout: Package Architecture Version Repository Size 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout:Installing dependencies: 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T04:30:43.535 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:30:43.536 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:30:43.536 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:30:43.536 INFO:teuthology.orchestra.run.trial170.stdout:Install 4 Packages 2026-02-18T04:30:43.536 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:30:43.536 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 88 M 2026-02-18T04:30:43.536 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 135 M 2026-02-18T04:30:43.536 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:30:43.694 INFO:teuthology.orchestra.run.trial170.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 10 MB/s | 803 kB 00:00 2026-02-18T04:30:43.773 INFO:teuthology.orchestra.run.trial170.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 111 MB/s | 17 MB 00:00 2026-02-18T04:30:43.910 INFO:teuthology.orchestra.run.trial170.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 143 MB/s | 31 MB 00:00 2026-02-18T04:30:43.994 INFO:teuthology.orchestra.run.trial170.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 106 MB/s | 40 MB 00:00 2026-02-18T04:30:43.995 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:30:43.996 INFO:teuthology.orchestra.run.trial170.stdout:Total 191 MB/s | 88 MB 00:00 2026-02-18T04:30:44.186 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:30:44.390 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:30:44.390 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:30:44.738 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:30:44.738 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:30:44.969 INFO:teuthology.orchestra.run.trial165.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-18T04:30:45.821 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:30:45.975 INFO:teuthology.orchestra.run.trial165.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T04:30:45.997 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:30:45.998 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:30:45.998 INFO:teuthology.orchestra.run.trial165.stdout: Package Architecture Version Repository Size 2026-02-18T04:30:45.998 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout:Install 4 Packages 2026-02-18T04:30:45.999 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:30:46.000 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 88 M 2026-02-18T04:30:46.000 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 135 M 2026-02-18T04:30:46.000 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:30:46.100 INFO:teuthology.orchestra.run.trial170.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:30:46.120 INFO:teuthology.orchestra.run.trial170.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:30:46.202 INFO:teuthology.orchestra.run.trial165.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 6.8 MB/s | 803 kB 00:00 2026-02-18T04:30:46.335 INFO:teuthology.orchestra.run.trial165.stdout:(2/4): kernel-modules-core-5.14.0-681.el9.x86_6 231 MB/s | 31 MB 00:00 2026-02-18T04:30:46.357 INFO:teuthology.orchestra.run.trial165.stdout:(3/4): kernel-core-5.14.0-681.el9.x86_64.rpm 63 MB/s | 17 MB 00:00 2026-02-18T04:30:46.414 INFO:teuthology.orchestra.run.trial165.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 121 MB/s | 40 MB 00:00 2026-02-18T04:30:46.414 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:30:46.414 INFO:teuthology.orchestra.run.trial165.stdout:Total 213 MB/s | 88 MB 00:00 2026-02-18T04:30:46.603 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:30:46.818 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:30:46.818 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:30:47.167 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:30:47.167 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:30:47.228 INFO:teuthology.orchestra.run.trial092.stdout:CentOS Stream 9 - CRB 5.8 MB/s | 7.8 MB 00:01 2026-02-18T04:30:47.903 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:30:47.931 INFO:teuthology.orchestra.run.trial170.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:30:48.114 INFO:teuthology.orchestra.run.trial092.stdout:CentOS Stream 9 - Extras packages 135 kB/s | 20 kB 00:00 2026-02-18T04:30:48.249 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:30:48.529 INFO:teuthology.orchestra.run.trial165.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:30:48.548 INFO:teuthology.orchestra.run.trial165.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:30:48.873 INFO:teuthology.orchestra.run.trial092.stdout:Extra Packages for Enterprise Linux 29 MB/s | 20 MB 00:00 2026-02-18T04:30:50.338 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:30:50.366 INFO:teuthology.orchestra.run.trial165.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:30:50.967 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:30:50.972 INFO:teuthology.orchestra.run.trial170.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:30:52.139 INFO:teuthology.orchestra.run.trial092.stdout:lab-extras 2.2 MB/s | 50 kB 00:00 2026-02-18T04:30:53.152 INFO:teuthology.orchestra.run.trial092.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T04:30:53.174 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:30:53.175 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:30:53.175 INFO:teuthology.orchestra.run.trial092.stdout: Package Architecture Version Repository Size 2026-02-18T04:30:53.175 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:30:53.175 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:30:53.175 INFO:teuthology.orchestra.run.trial092.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout:Installing dependencies: 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout:Install 4 Packages 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 88 M 2026-02-18T04:30:53.176 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 135 M 2026-02-18T04:30:53.177 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:30:53.271 INFO:teuthology.orchestra.run.trial092.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 25 MB/s | 803 kB 00:00 2026-02-18T04:30:53.345 INFO:teuthology.orchestra.run.trial092.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 162 MB/s | 17 MB 00:00 2026-02-18T04:30:53.387 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:30:53.393 INFO:teuthology.orchestra.run.trial165.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:30:53.412 INFO:teuthology.orchestra.run.trial092.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 218 MB/s | 31 MB 00:00 2026-02-18T04:30:53.530 INFO:teuthology.orchestra.run.trial092.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 137 MB/s | 40 MB 00:00 2026-02-18T04:30:53.530 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:30:53.530 INFO:teuthology.orchestra.run.trial092.stdout:Total 249 MB/s | 88 MB 00:00 2026-02-18T04:30:53.720 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:30:53.924 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:30:53.924 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:30:54.002 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:30:54.271 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:30:54.271 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:30:55.361 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:30:55.655 INFO:teuthology.orchestra.run.trial092.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:30:55.673 INFO:teuthology.orchestra.run.trial092.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:30:56.638 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:30:57.459 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:30:57.487 INFO:teuthology.orchestra.run.trial092.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:31:00.714 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:31:00.721 INFO:teuthology.orchestra.run.trial092.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:03.754 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:24.440 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:24.461 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:24.629 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:24.629 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:31:24.629 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:31:24.629 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:31:24.681 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:24.681 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:31:24.681 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:31:24.681 INFO:teuthology.orchestra.run.trial170.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:24.681 INFO:teuthology.orchestra.run.trial170.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T04:31:24.681 INFO:teuthology.orchestra.run.trial170.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T04:31:24.681 INFO:teuthology.orchestra.run.trial170.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T04:31:24.681 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:31:24.682 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:31:24.740 DEBUG:teuthology.orchestra.run.trial170:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:31:24.766 INFO:teuthology.orchestra.run.trial170.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:24.767 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:31:24.767 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T04:31:24.768 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T04:31:24.768 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T04:31:24.768 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2026-02-18T04:31:24.768 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial170.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T04:31:24.768 DEBUG:teuthology.orchestra.run.trial170:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:31:24.830 INFO:teuthology.orchestra.run.trial170.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:24.831 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:31:24.832 DEBUG:teuthology.orchestra.run.trial170:> sudo rpm -qi grub2-tools 2026-02-18T04:31:24.902 INFO:teuthology.orchestra.run.trial170.stdout:Name : grub2-tools 2026-02-18T04:31:24.902 INFO:teuthology.orchestra.run.trial170.stdout:Epoch : 1 2026-02-18T04:31:24.902 INFO:teuthology.orchestra.run.trial170.stdout:Version : 2.06 2026-02-18T04:31:24.902 INFO:teuthology.orchestra.run.trial170.stdout:Release : 118.el9 2026-02-18T04:31:24.902 INFO:teuthology.orchestra.run.trial170.stdout:Architecture: x86_64 2026-02-18T04:31:24.902 INFO:teuthology.orchestra.run.trial170.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T04:31:24.902 INFO:teuthology.orchestra.run.trial170.stdout:Group : Unspecified 2026-02-18T04:31:24.902 INFO:teuthology.orchestra.run.trial170.stdout:Size : 8393909 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:License : GPLv3+ 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:Packager : builder@centos.org 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:Vendor : CentOS 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:Summary : Support tools for GRUB. 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:Description : 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:31:24.903 INFO:teuthology.orchestra.run.trial170.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T04:31:24.904 INFO:teuthology.orchestra.run.trial170.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T04:31:24.904 INFO:teuthology.orchestra.run.trial170.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T04:31:24.904 INFO:teuthology.orchestra.run.trial170.stdout:hardware devices. 2026-02-18T04:31:24.904 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:31:24.904 INFO:teuthology.orchestra.run.trial170.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T04:31:24.905 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T04:31:24.905 INFO:teuthology.task.kernel:Updating grub on trial170 to boot 5.14.0-681.el9.x86_64 2026-02-18T04:31:24.905 DEBUG:teuthology.orchestra.run.trial170:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T04:31:24.969 INFO:teuthology.orchestra.run.trial170.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:31:24.971 DEBUG:teuthology.orchestra.run.trial170:> sudo command -v grubby && echo yes || echo no 2026-02-18T04:31:25.033 INFO:teuthology.orchestra.run.trial170.stdout:/sbin/grubby 2026-02-18T04:31:25.035 INFO:teuthology.orchestra.run.trial170.stdout:yes 2026-02-18T04:31:25.035 DEBUG:teuthology.orchestra.run.trial170:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T04:31:25.099 INFO:teuthology.orchestra.run.trial170.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:31:25.100 DEBUG:teuthology.orchestra.run.trial170:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T04:31:25.173 DEBUG:teuthology.orchestra.run.trial170:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T04:31:25.383 INFO:teuthology.orchestra.run.trial170.stderr:Generating grub configuration file ... 2026-02-18T04:31:25.447 INFO:teuthology.orchestra.run.trial170.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T04:31:25.454 INFO:teuthology.orchestra.run.trial170.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T04:31:25.702 INFO:teuthology.orchestra.run.trial170.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T04:31:25.708 INFO:teuthology.orchestra.run.trial170.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T04:31:25.740 INFO:teuthology.orchestra.run.trial170.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T04:31:25.747 INFO:teuthology.orchestra.run.trial170.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T04:31:25.770 INFO:teuthology.orchestra.run.trial170.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T04:31:25.777 INFO:teuthology.orchestra.run.trial170.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T04:31:25.859 INFO:teuthology.orchestra.run.trial170.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T04:31:25.866 INFO:teuthology.orchestra.run.trial170.stderr:done 2026-02-18T04:31:25.868 DEBUG:teuthology.orchestra.run.trial170:> test -d /sys/firmware/efi 2026-02-18T04:31:25.883 DEBUG:teuthology.orchestra.run.trial170:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T04:31:25.948 INFO:teuthology.orchestra.run.trial170.stdout:/boot/efi/EFI/BOOT 2026-02-18T04:31:25.948 INFO:teuthology.orchestra.run.trial170.stdout:/boot/efi/EFI/centos 2026-02-18T04:31:25.950 DEBUG:teuthology.orchestra.run.trial170:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T04:31:26.015 INFO:teuthology.orchestra.run.trial170.stdout:no 2026-02-18T04:31:26.016 DEBUG:teuthology.orchestra.run.trial170:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T04:31:26.078 INFO:teuthology.orchestra.run.trial170.stdout:yes 2026-02-18T04:31:26.079 DEBUG:teuthology.orchestra.run.trial170:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T04:31:26.142 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial170 2026-02-18T04:31:26.143 DEBUG:teuthology.orchestra.run.trial170:> sudo bash -c ' 2026-02-18T04:31:26.143 DEBUG:teuthology.orchestra.run.trial170:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T04:31:26.143 DEBUG:teuthology.orchestra.run.trial170:> ' 2026-02-18T04:31:27.098 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:27.120 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:27.291 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:27.291 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:31:27.291 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:31:27.291 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:31:27.343 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:27.343 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:31:27.343 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:31:27.343 INFO:teuthology.orchestra.run.trial165.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:27.343 INFO:teuthology.orchestra.run.trial165.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T04:31:27.343 INFO:teuthology.orchestra.run.trial165.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T04:31:27.343 INFO:teuthology.orchestra.run.trial165.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T04:31:27.343 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:31:27.344 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:31:27.402 DEBUG:teuthology.orchestra.run.trial165:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:31:27.430 INFO:teuthology.orchestra.run.trial165.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:27.430 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:31:27.430 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T04:31:27.431 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T04:31:27.431 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T04:31:27.431 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-18T04:31:27.431 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial165.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T04:31:27.431 DEBUG:teuthology.orchestra.run.trial165:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:31:27.493 INFO:teuthology.orchestra.run.trial165.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:27.493 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:31:27.493 DEBUG:teuthology.orchestra.run.trial165:> sudo rpm -qi grub2-tools 2026-02-18T04:31:27.562 INFO:teuthology.orchestra.run.trial165.stdout:Name : grub2-tools 2026-02-18T04:31:27.562 INFO:teuthology.orchestra.run.trial165.stdout:Epoch : 1 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Version : 2.06 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Release : 118.el9 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Architecture: x86_64 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Group : Unspecified 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Size : 8393909 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:License : GPLv3+ 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T04:31:27.563 INFO:teuthology.orchestra.run.trial165.stdout:Packager : builder@centos.org 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:Vendor : CentOS 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:Summary : Support tools for GRUB. 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:Description : 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:hardware devices. 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:31:27.564 INFO:teuthology.orchestra.run.trial165.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T04:31:27.566 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T04:31:27.566 INFO:teuthology.task.kernel:Updating grub on trial165 to boot 5.14.0-681.el9.x86_64 2026-02-18T04:31:27.566 DEBUG:teuthology.orchestra.run.trial165:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T04:31:27.629 INFO:teuthology.orchestra.run.trial165.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:31:27.631 DEBUG:teuthology.orchestra.run.trial165:> sudo command -v grubby && echo yes || echo no 2026-02-18T04:31:27.699 INFO:teuthology.orchestra.run.trial165.stdout:/sbin/grubby 2026-02-18T04:31:27.700 INFO:teuthology.orchestra.run.trial165.stdout:yes 2026-02-18T04:31:27.701 DEBUG:teuthology.orchestra.run.trial165:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T04:31:27.768 INFO:teuthology.orchestra.run.trial165.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:31:27.769 DEBUG:teuthology.orchestra.run.trial165:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T04:31:27.841 DEBUG:teuthology.orchestra.run.trial165:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T04:31:28.052 INFO:teuthology.orchestra.run.trial165.stderr:Generating grub configuration file ... 2026-02-18T04:31:28.113 INFO:teuthology.orchestra.run.trial165.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T04:31:28.119 INFO:teuthology.orchestra.run.trial165.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T04:31:28.368 INFO:teuthology.orchestra.run.trial165.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T04:31:28.375 INFO:teuthology.orchestra.run.trial165.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T04:31:28.408 INFO:teuthology.orchestra.run.trial165.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T04:31:28.414 INFO:teuthology.orchestra.run.trial165.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T04:31:28.438 INFO:teuthology.orchestra.run.trial165.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T04:31:28.444 INFO:teuthology.orchestra.run.trial165.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T04:31:28.528 INFO:teuthology.orchestra.run.trial165.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T04:31:28.537 INFO:teuthology.orchestra.run.trial165.stderr:done 2026-02-18T04:31:28.539 DEBUG:teuthology.orchestra.run.trial165:> test -d /sys/firmware/efi 2026-02-18T04:31:28.555 DEBUG:teuthology.orchestra.run.trial165:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T04:31:28.621 INFO:teuthology.orchestra.run.trial165.stdout:/boot/efi/EFI/BOOT 2026-02-18T04:31:28.621 INFO:teuthology.orchestra.run.trial165.stdout:/boot/efi/EFI/centos 2026-02-18T04:31:28.623 DEBUG:teuthology.orchestra.run.trial165:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T04:31:28.689 INFO:teuthology.orchestra.run.trial165.stdout:no 2026-02-18T04:31:28.689 DEBUG:teuthology.orchestra.run.trial165:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T04:31:28.754 INFO:teuthology.orchestra.run.trial165.stdout:yes 2026-02-18T04:31:28.754 DEBUG:teuthology.orchestra.run.trial165:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T04:31:28.820 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial165 2026-02-18T04:31:28.820 DEBUG:teuthology.orchestra.run.trial165:> sudo bash -c ' 2026-02-18T04:31:28.820 DEBUG:teuthology.orchestra.run.trial165:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T04:31:28.820 DEBUG:teuthology.orchestra.run.trial165:> ' 2026-02-18T04:31:34.482 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:34.503 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:34.567 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:34.568 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T04:31:34.568 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T04:31:34.568 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T04:31:34.619 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T04:31:34.620 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:31:34.620 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:31:34.620 INFO:teuthology.orchestra.run.trial092.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:34.620 INFO:teuthology.orchestra.run.trial092.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T04:31:34.620 INFO:teuthology.orchestra.run.trial092.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T04:31:34.620 INFO:teuthology.orchestra.run.trial092.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T04:31:34.620 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:31:34.620 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:31:34.676 DEBUG:teuthology.orchestra.run.trial092:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:31:34.742 INFO:teuthology.orchestra.run.trial092.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:34.743 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:31:34.743 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.14.0-645.el9.x86_64 Expected: 5.14.0-681.el9.x86_64 2026-02-18T04:31:34.743 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T04:31:34.743 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T04:31:34.743 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-18T04:31:34.743 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial092.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T04:31:34.744 DEBUG:teuthology.orchestra.run.trial092:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T04:31:34.807 INFO:teuthology.orchestra.run.trial092.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T04:31:34.808 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T04:31:34.809 DEBUG:teuthology.orchestra.run.trial092:> sudo rpm -qi grub2-tools 2026-02-18T04:31:34.877 INFO:teuthology.orchestra.run.trial092.stdout:Name : grub2-tools 2026-02-18T04:31:34.877 INFO:teuthology.orchestra.run.trial092.stdout:Epoch : 1 2026-02-18T04:31:34.877 INFO:teuthology.orchestra.run.trial092.stdout:Version : 2.06 2026-02-18T04:31:34.877 INFO:teuthology.orchestra.run.trial092.stdout:Release : 118.el9 2026-02-18T04:31:34.877 INFO:teuthology.orchestra.run.trial092.stdout:Architecture: x86_64 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Group : Unspecified 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Size : 8393909 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:License : GPLv3+ 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Packager : builder@centos.org 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Vendor : CentOS 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T04:31:34.878 INFO:teuthology.orchestra.run.trial092.stdout:Summary : Support tools for GRUB. 2026-02-18T04:31:34.879 INFO:teuthology.orchestra.run.trial092.stdout:Description : 2026-02-18T04:31:34.879 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:31:34.879 INFO:teuthology.orchestra.run.trial092.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T04:31:34.879 INFO:teuthology.orchestra.run.trial092.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T04:31:34.879 INFO:teuthology.orchestra.run.trial092.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T04:31:34.879 INFO:teuthology.orchestra.run.trial092.stdout:hardware devices. 2026-02-18T04:31:34.879 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:31:34.879 INFO:teuthology.orchestra.run.trial092.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T04:31:34.880 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T04:31:34.880 INFO:teuthology.task.kernel:Updating grub on trial092 to boot 5.14.0-681.el9.x86_64 2026-02-18T04:31:34.881 DEBUG:teuthology.orchestra.run.trial092:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T04:31:34.943 INFO:teuthology.orchestra.run.trial092.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:31:34.945 DEBUG:teuthology.orchestra.run.trial092:> sudo command -v grubby && echo yes || echo no 2026-02-18T04:31:35.008 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/grubby 2026-02-18T04:31:35.010 INFO:teuthology.orchestra.run.trial092.stdout:yes 2026-02-18T04:31:35.010 DEBUG:teuthology.orchestra.run.trial092:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f | grep -F "5.14.0-681.el9.x86_64" | head -n 1 2026-02-18T04:31:35.074 INFO:teuthology.orchestra.run.trial092.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T04:31:35.075 DEBUG:teuthology.orchestra.run.trial092:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T04:31:35.148 DEBUG:teuthology.orchestra.run.trial092:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T04:31:35.354 INFO:teuthology.orchestra.run.trial092.stderr:Generating grub configuration file ... 2026-02-18T04:31:35.416 INFO:teuthology.orchestra.run.trial092.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T04:31:35.422 INFO:teuthology.orchestra.run.trial092.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T04:31:35.672 INFO:teuthology.orchestra.run.trial092.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T04:31:35.678 INFO:teuthology.orchestra.run.trial092.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T04:31:35.710 INFO:teuthology.orchestra.run.trial092.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T04:31:35.716 INFO:teuthology.orchestra.run.trial092.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T04:31:35.740 INFO:teuthology.orchestra.run.trial092.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T04:31:35.746 INFO:teuthology.orchestra.run.trial092.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T04:31:35.830 INFO:teuthology.orchestra.run.trial092.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T04:31:35.838 INFO:teuthology.orchestra.run.trial092.stderr:done 2026-02-18T04:31:35.839 DEBUG:teuthology.orchestra.run.trial092:> test -d /sys/firmware/efi 2026-02-18T04:31:35.854 DEBUG:teuthology.orchestra.run.trial092:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T04:31:35.919 INFO:teuthology.orchestra.run.trial092.stdout:/boot/efi/EFI/BOOT 2026-02-18T04:31:35.920 INFO:teuthology.orchestra.run.trial092.stdout:/boot/efi/EFI/centos 2026-02-18T04:31:35.921 DEBUG:teuthology.orchestra.run.trial092:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T04:31:35.985 INFO:teuthology.orchestra.run.trial092.stdout:no 2026-02-18T04:31:35.986 DEBUG:teuthology.orchestra.run.trial092:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T04:31:36.049 INFO:teuthology.orchestra.run.trial092.stdout:yes 2026-02-18T04:31:36.049 DEBUG:teuthology.orchestra.run.trial092:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T04:31:36.113 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial092 2026-02-18T04:31:36.113 DEBUG:teuthology.orchestra.run.trial092:> sudo bash -c ' 2026-02-18T04:31:36.113 DEBUG:teuthology.orchestra.run.trial092:> echo pci > /sys/kernel/reboot/type && echo 1 > /sys/kernel/reboot/force && sync && echo s > /proc/sysrq-trigger && echo u > /proc/sysrq-trigger && sleep 2 && echo b > /proc/sysrq-trigger 2026-02-18T04:31:36.113 DEBUG:teuthology.orchestra.run.trial092:> ' 2026-02-18T04:31:56.185 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2026-02-18T04:31:56.186 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial170.front.sepia.ceph.com' 2026-02-18T04:31:56.187 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:31:58.863 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-18T04:31:58.864 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial165.front.sepia.ceph.com' 2026-02-18T04:31:58.865 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:32:06.156 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-18T04:32:06.157 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial092.front.sepia.ceph.com' 2026-02-18T04:32:06.158 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:32:10.496 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.170 2026-02-18T04:32:13.120 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.165 2026-02-18T04:32:19.501 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial170.front.sepia.ceph.com' 2026-02-18T04:32:19.502 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:32:20.416 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.92 2026-02-18T04:32:22.121 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial165.front.sepia.ceph.com' 2026-02-18T04:32:22.122 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:32:29.423 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial092.front.sepia.ceph.com' 2026-02-18T04:32:29.424 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:32:55.303 DEBUG:teuthology.orchestra.run.trial170:> true 2026-02-18T04:32:55.464 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial170.front.sepia.ceph.com' 2026-02-18T04:32:55.465 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-681.el9.x86_64"... 2026-02-18T04:32:55.465 DEBUG:teuthology.orchestra.run.trial170:> uname -r 2026-02-18T04:32:55.521 INFO:teuthology.orchestra.run.trial170.stdout:5.14.0-681.el9.x86_64 2026-02-18T04:32:55.522 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T04:32:55.522 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T04:32:55.522 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T04:32:56.523 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-18T04:32:56.523 DEBUG:teuthology.orchestra.run.trial170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T04:32:56.553 INFO:teuthology.orchestra.run.trial170.stdout:ttyS1 2026-02-18T04:32:56.573 DEBUG:teuthology.parallel:result is None 2026-02-18T04:32:58.364 DEBUG:teuthology.orchestra.run.trial165:> true 2026-02-18T04:32:58.511 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial165.front.sepia.ceph.com' 2026-02-18T04:32:58.511 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-681.el9.x86_64"... 2026-02-18T04:32:58.511 DEBUG:teuthology.orchestra.run.trial165:> uname -r 2026-02-18T04:32:58.566 INFO:teuthology.orchestra.run.trial165.stdout:5.14.0-681.el9.x86_64 2026-02-18T04:32:58.567 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T04:32:58.567 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T04:32:58.567 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T04:32:59.567 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-18T04:32:59.568 DEBUG:teuthology.orchestra.run.trial165:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T04:32:59.597 INFO:teuthology.orchestra.run.trial165.stdout:ttyS1 2026-02-18T04:32:59.620 DEBUG:teuthology.parallel:result is None 2026-02-18T04:33:05.538 DEBUG:teuthology.orchestra.run.trial092:> true 2026-02-18T04:33:05.706 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial092.front.sepia.ceph.com' 2026-02-18T04:33:05.706 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-681.el9.x86_64"... 2026-02-18T04:33:05.707 DEBUG:teuthology.orchestra.run.trial092:> uname -r 2026-02-18T04:33:05.762 INFO:teuthology.orchestra.run.trial092.stdout:5.14.0-681.el9.x86_64 2026-02-18T04:33:05.763 DEBUG:teuthology.task.kernel:current kernel version is 5.14.0-681.el9.x86_64 vs 5.14.0-681.el9.x86_64 2026-02-18T04:33:05.763 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T04:33:05.763 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T04:33:06.764 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-18T04:33:06.764 DEBUG:teuthology.orchestra.run.trial092:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T04:33:06.793 INFO:teuthology.orchestra.run.trial092.stdout:ttyS1 2026-02-18T04:33:06.820 DEBUG:teuthology.parallel:result is None 2026-02-18T04:33:06.820 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T04:33:06.827 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T04:33:06.828 DEBUG:teuthology.orchestra.run.trial092:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T04:33:06.862 DEBUG:teuthology.orchestra.run.trial165:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T04:33:06.865 DEBUG:teuthology.orchestra.run.trial170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T04:33:06.883 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T04:33:06.895 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T04:33:06.908 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T04:33:06.908 DEBUG:teuthology.orchestra.run.trial092:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T04:33:06.919 DEBUG:teuthology.orchestra.run.trial165:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T04:33:06.923 DEBUG:teuthology.orchestra.run.trial170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T04:33:06.948 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T04:33:06.960 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T04:33:06.960 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:33:06.975 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-18T04:33:06.980 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:33:06.997 INFO:teuthology.orchestra.run.trial092.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:33:07.002 INFO:teuthology.orchestra.run.trial165.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:33:07.005 INFO:teuthology.orchestra.run.trial092.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:33:07.006 INFO:teuthology.orchestra.run.trial170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:33:07.011 INFO:teuthology.orchestra.run.trial165.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:33:07.014 INFO:teuthology.orchestra.run.trial170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T04:33:07.016 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T04:33:07.029 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T04:33:07.029 DEBUG:teuthology.orchestra.run.trial092:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T04:33:07.049 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-18T04:33:07.054 DEBUG:teuthology.orchestra.run.trial170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T04:33:07.080 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T04:33:07.101 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T04:33:07.101 DEBUG:teuthology.orchestra.run.trial092:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T04:33:07.113 DEBUG:teuthology.orchestra.run.trial165:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T04:33:07.119 DEBUG:teuthology.orchestra.run.trial170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T04:33:07.137 DEBUG:teuthology.orchestra.run.trial092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:33:07.288 DEBUG:teuthology.orchestra.run.trial092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:33:07.312 DEBUG:teuthology.orchestra.run.trial092:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:33:07.460 DEBUG:teuthology.orchestra.run.trial092:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:33:07.483 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:33:07.483 DEBUG:teuthology.orchestra.run.trial092:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T04:33:07.546 DEBUG:teuthology.orchestra.run.trial165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:33:07.646 DEBUG:teuthology.orchestra.run.trial165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:33:07.671 DEBUG:teuthology.orchestra.run.trial165:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:33:07.815 DEBUG:teuthology.orchestra.run.trial165:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:33:07.840 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:33:07.840 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T04:33:07.905 DEBUG:teuthology.orchestra.run.trial170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:33:08.005 DEBUG:teuthology.orchestra.run.trial170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:33:08.029 DEBUG:teuthology.orchestra.run.trial170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:33:08.169 DEBUG:teuthology.orchestra.run.trial170:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:33:08.193 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:33:08.193 DEBUG:teuthology.orchestra.run.trial170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T04:33:08.257 DEBUG:teuthology.orchestra.run.trial092:> sudo service rsyslog restart 2026-02-18T04:33:08.259 DEBUG:teuthology.orchestra.run.trial165:> sudo service rsyslog restart 2026-02-18T04:33:08.261 DEBUG:teuthology.orchestra.run.trial170:> sudo service rsyslog restart 2026-02-18T04:33:08.284 INFO:teuthology.orchestra.run.trial092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:33:08.288 INFO:teuthology.orchestra.run.trial165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:33:08.326 INFO:teuthology.orchestra.run.trial170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:33:08.811 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T04:33:08.824 INFO:teuthology.task.internal:Starting timer... 2026-02-18T04:33:08.825 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T04:33:08.848 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T04:33:08.865 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0']} 2026-02-18T04:33:08.866 DEBUG:teuthology.orchestra.run.trial092:> sudo service auditd rotate 2026-02-18T04:33:08.895 INFO:teuthology.orchestra.run.trial092.stdout:Rotating logs: 2026-02-18T04:33:08.897 DEBUG:teuthology.orchestra.run.trial165:> sudo service auditd rotate 2026-02-18T04:33:08.926 INFO:teuthology.orchestra.run.trial165.stdout:Rotating logs: 2026-02-18T04:33:08.928 DEBUG:teuthology.orchestra.run.trial170:> sudo service auditd rotate 2026-02-18T04:33:08.958 INFO:teuthology.orchestra.run.trial170.stdout:Rotating logs: 2026-02-18T04:33:08.960 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T04:33:08.960 DEBUG:teuthology.orchestra.run.trial092:> /usr/sbin/getenforce 2026-02-18T04:33:08.976 INFO:teuthology.orchestra.run.trial092.stdout:Permissive 2026-02-18T04:33:08.976 DEBUG:teuthology.orchestra.run.trial165:> /usr/sbin/getenforce 2026-02-18T04:33:08.992 INFO:teuthology.orchestra.run.trial165.stdout:Permissive 2026-02-18T04:33:08.993 DEBUG:teuthology.orchestra.run.trial170:> /usr/sbin/getenforce 2026-02-18T04:33:09.016 INFO:teuthology.orchestra.run.trial170.stdout:Permissive 2026-02-18T04:33:09.016 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial092.front.sepia.ceph.com': 'permissive', 'ubuntu@trial165.front.sepia.ceph.com': 'permissive', 'ubuntu@trial170.front.sepia.ceph.com': 'permissive'} 2026-02-18T04:33:09.017 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:33:09.042 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:33:09.043 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-18T04:33:09.068 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:33:09.068 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:33:09.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:33:09.094 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T04:33:09.095 DEBUG:teuthology.orchestra.run.trial092:> sudo /usr/sbin/setenforce permissive 2026-02-18T04:33:09.118 DEBUG:teuthology.orchestra.run.trial165:> sudo /usr/sbin/setenforce permissive 2026-02-18T04:33:09.143 DEBUG:teuthology.orchestra.run.trial170:> sudo /usr/sbin/setenforce permissive 2026-02-18T04:33:09.167 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T04:33:09.183 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T04:33:09.197 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-18T04:33:09.199 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial092.front.sepia.ceph.com,trial165.front.sepia.ceph.com,trial170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T04:34:19.712 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial092.front.sepia.ceph.com'), Remote(name='ubuntu@trial165.front.sepia.ceph.com'), Remote(name='ubuntu@trial170.front.sepia.ceph.com')] 2026-02-18T04:34:19.713 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial092.front.sepia.ceph.com' 2026-02-18T04:34:19.715 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial092.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:34:19.821 DEBUG:teuthology.orchestra.run.trial092:> true 2026-02-18T04:34:19.898 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial092.front.sepia.ceph.com' 2026-02-18T04:34:19.899 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial165.front.sepia.ceph.com' 2026-02-18T04:34:19.899 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial165.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:34:19.990 DEBUG:teuthology.orchestra.run.trial165:> true 2026-02-18T04:34:20.069 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial165.front.sepia.ceph.com' 2026-02-18T04:34:20.069 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial170.front.sepia.ceph.com' 2026-02-18T04:34:20.070 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T04:34:20.161 DEBUG:teuthology.orchestra.run.trial170:> true 2026-02-18T04:34:20.244 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial170.front.sepia.ceph.com' 2026-02-18T04:34:20.244 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T04:34:20.254 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T04:34:20.254 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T04:34:20.255 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:34:20.257 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T04:34:20.257 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-18T04:34:20.259 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T04:34:20.260 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:34:20.282 INFO:teuthology.orchestra.run.trial092.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T04:34:20.286 INFO:teuthology.orchestra.run.trial165.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T04:34:20.294 INFO:teuthology.orchestra.run.trial092.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T04:34:20.298 INFO:teuthology.orchestra.run.trial165.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T04:34:20.312 INFO:teuthology.orchestra.run.trial170.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T04:34:20.314 INFO:teuthology.orchestra.run.trial092.stderr:sudo: ntpd: command not found 2026-02-18T04:34:20.318 INFO:teuthology.orchestra.run.trial165.stderr:sudo: ntpd: command not found 2026-02-18T04:34:20.323 INFO:teuthology.orchestra.run.trial170.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T04:34:20.324 INFO:teuthology.orchestra.run.trial092.stdout:506 Cannot talk to daemon 2026-02-18T04:34:20.328 INFO:teuthology.orchestra.run.trial165.stdout:506 Cannot talk to daemon 2026-02-18T04:34:20.335 INFO:teuthology.orchestra.run.trial092.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T04:34:20.339 INFO:teuthology.orchestra.run.trial165.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T04:34:20.342 INFO:teuthology.orchestra.run.trial170.stderr:sudo: ntpd: command not found 2026-02-18T04:34:20.347 INFO:teuthology.orchestra.run.trial092.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T04:34:20.351 INFO:teuthology.orchestra.run.trial170.stdout:506 Cannot talk to daemon 2026-02-18T04:34:20.352 INFO:teuthology.orchestra.run.trial165.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T04:34:20.362 INFO:teuthology.orchestra.run.trial170.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T04:34:20.374 INFO:teuthology.orchestra.run.trial170.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T04:34:20.397 INFO:teuthology.orchestra.run.trial165.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:34:20.399 INFO:teuthology.orchestra.run.trial165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:34:20.399 INFO:teuthology.orchestra.run.trial165.stdout:=============================================================================== 2026-02-18T04:34:20.401 INFO:teuthology.orchestra.run.trial092.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:34:20.402 INFO:teuthology.orchestra.run.trial092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:34:20.402 INFO:teuthology.orchestra.run.trial092.stdout:=============================================================================== 2026-02-18T04:34:20.422 INFO:teuthology.orchestra.run.trial170.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:34:20.423 INFO:teuthology.orchestra.run.trial170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:34:20.423 INFO:teuthology.orchestra.run.trial170.stdout:=============================================================================== 2026-02-18T04:34:20.425 INFO:teuthology.run_tasks:Running task pexec... 2026-02-18T04:34:20.443 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-18T04:34:20.444 DEBUG:teuthology.orchestra.run.trial092:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T04:34:20.445 DEBUG:teuthology.orchestra.run.trial165:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T04:34:20.445 DEBUG:teuthology.orchestra.run.trial170:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T04:34:20.449 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial165.front.sepia.ceph.com 2026-02-18T04:34:20.449 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T04:34:20.449 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T04:34:20.449 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T04:34:20.449 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T04:34:20.451 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial092.front.sepia.ceph.com 2026-02-18T04:34:20.451 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T04:34:20.451 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T04:34:20.451 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T04:34:20.451 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T04:34:20.468 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial170.front.sepia.ceph.com 2026-02-18T04:34:20.468 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T04:34:20.468 INFO:teuthology.task.pexec:sudo dnf install runc nvmetcli nvme-cli -y 2026-02-18T04:34:20.468 INFO:teuthology.task.pexec:sudo sed -i 's/^#runtime = "crun"/runtime = "runc"/g' /usr/share/containers/containers.conf 2026-02-18T04:34:20.468 INFO:teuthology.task.pexec:sudo sed -i 's/runtime = "crun"/#runtime = "crun"/g' /usr/share/containers/containers.conf 2026-02-18T04:34:20.618 INFO:teuthology.orchestra.run.trial165.stdout:No match for argument: nvme-cli 2026-02-18T04:34:20.619 INFO:teuthology.orchestra.run.trial165.stderr:No packages marked for removal. 2026-02-18T04:34:20.621 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:34:20.622 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:34:20.622 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:34:20.624 INFO:teuthology.orchestra.run.trial092.stdout:No match for argument: nvme-cli 2026-02-18T04:34:20.624 INFO:teuthology.orchestra.run.trial092.stderr:No packages marked for removal. 2026-02-18T04:34:20.627 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:34:20.627 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:34:20.627 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:34:20.641 INFO:teuthology.orchestra.run.trial170.stdout:No match for argument: nvme-cli 2026-02-18T04:34:20.642 INFO:teuthology.orchestra.run.trial170.stderr:No packages marked for removal. 2026-02-18T04:34:20.644 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:34:20.645 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:34:20.646 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:34:20.925 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Feb 2026 04:33:50 AM UTC. 2026-02-18T04:34:20.930 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:00:30 ago on Wed 18 Feb 2026 04:33:50 AM UTC. 2026-02-18T04:34:20.951 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:29 ago on Wed 18 Feb 2026 04:33:51 AM UTC. 2026-02-18T04:34:21.007 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:34:21.008 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:34:21.008 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repository Size 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout:Upgrading: 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout:Install 7 Packages 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout:Upgrade 1 Package 2026-02-18T04:34:21.009 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:34:21.010 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 6.4 M 2026-02-18T04:34:21.010 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:34:21.014 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: Package Arch Version Repository Size 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout:Upgrading: 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout:Installing dependencies: 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:34:21.015 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:34:21.016 INFO:teuthology.orchestra.run.trial092.stdout:Install 7 Packages 2026-02-18T04:34:21.016 INFO:teuthology.orchestra.run.trial092.stdout:Upgrade 1 Package 2026-02-18T04:34:21.016 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:34:21.016 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 6.4 M 2026-02-18T04:34:21.016 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:34:21.034 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout: Package Arch Version Repository Size 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout: runc x86_64 4:1.4.0-1.el9 appstream 4.0 M 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout:Upgrading: 2026-02-18T04:34:21.035 INFO:teuthology.orchestra.run.trial170.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout:Installing dependencies: 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout:Install 7 Packages 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout:Upgrade 1 Package 2026-02-18T04:34:21.036 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:34:21.037 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 6.4 M 2026-02-18T04:34:21.037 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:34:21.280 INFO:teuthology.orchestra.run.trial092.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 445 kB/s | 44 kB 00:00 2026-02-18T04:34:21.294 INFO:teuthology.orchestra.run.trial092.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 639 kB/s | 72 kB 00:00 2026-02-18T04:34:21.336 INFO:teuthology.orchestra.run.trial092.stdout:(3/8): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-18T04:34:21.360 INFO:teuthology.orchestra.run.trial092.stdout:(4/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-18T04:34:21.392 INFO:teuthology.orchestra.run.trial092.stdout:(5/8): nvme-cli-2.16-1.el9.x86_64.rpm 5.5 MB/s | 1.2 MB 00:00 2026-02-18T04:34:21.418 INFO:teuthology.orchestra.run.trial092.stdout:(6/8): libnvme-1.16.1-2.el9.x86_64.rpm 4.3 MB/s | 116 kB 00:00 2026-02-18T04:34:21.438 INFO:teuthology.orchestra.run.trial092.stdout:(7/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-18T04:34:21.516 INFO:teuthology.orchestra.run.trial170.stdout:(1/8): nvmetcli-0.8-3.el9.noarch.rpm 141 kB/s | 44 kB 00:00 2026-02-18T04:34:21.563 INFO:teuthology.orchestra.run.trial170.stdout:(2/8): python3-configshell-1.1.30-1.el9.noarch. 201 kB/s | 72 kB 00:00 2026-02-18T04:34:21.676 INFO:teuthology.orchestra.run.trial165.stdout:(1/8): python3-configshell-1.1.30-1.el9.noarch. 134 kB/s | 72 kB 00:00 2026-02-18T04:34:21.685 INFO:teuthology.orchestra.run.trial165.stdout:(2/8): nvmetcli-0.8-3.el9.noarch.rpm 81 kB/s | 44 kB 00:00 2026-02-18T04:34:21.693 INFO:teuthology.orchestra.run.trial170.stdout:(3/8): python3-kmod-0.9-32.el9.x86_64.rpm 477 kB/s | 84 kB 00:00 2026-02-18T04:34:21.772 INFO:teuthology.orchestra.run.trial170.stdout:(4/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 723 kB/s | 150 kB 00:00 2026-02-18T04:34:21.855 INFO:teuthology.orchestra.run.trial165.stdout:(3/8): python3-kmod-0.9-32.el9.x86_64.rpm 472 kB/s | 84 kB 00:00 2026-02-18T04:34:21.879 INFO:teuthology.orchestra.run.trial170.stdout:(5/8): nvme-cli-2.16-1.el9.x86_64.rpm 1.7 MB/s | 1.2 MB 00:00 2026-02-18T04:34:21.939 INFO:teuthology.orchestra.run.trial165.stdout:(4/8): python3-pyparsing-2.4.7-9.el9.noarch.rpm 592 kB/s | 150 kB 00:00 2026-02-18T04:34:21.961 INFO:teuthology.orchestra.run.trial170.stdout:(6/8): libnvme-1.16.1-2.el9.x86_64.rpm 1.4 MB/s | 116 kB 00:00 2026-02-18T04:34:22.019 INFO:teuthology.orchestra.run.trial170.stdout:(7/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 2.5 MB/s | 837 kB 00:00 2026-02-18T04:34:22.354 INFO:teuthology.orchestra.run.trial170.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 6.8 MB/s | 4.0 MB 00:00 2026-02-18T04:34:22.354 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:34:22.354 INFO:teuthology.orchestra.run.trial170.stdout:Total 4.8 MB/s | 6.4 MB 00:01 2026-02-18T04:34:22.431 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:34:22.439 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:34:22.439 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:34:22.517 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:34:22.517 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:34:22.601 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:34:22.669 INFO:teuthology.orchestra.run.trial170.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T04:34:22.676 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T04:34:22.685 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T04:34:22.690 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T04:34:22.696 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T04:34:22.696 INFO:teuthology.orchestra.run.trial170.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T04:34:22.828 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T04:34:22.830 INFO:teuthology.orchestra.run.trial170.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T04:34:22.900 INFO:teuthology.orchestra.run.trial165.stdout:(5/8): python3-urwid-2.1.2-4.el9.x86_64.rpm 801 kB/s | 837 kB 00:01 2026-02-18T04:34:22.935 INFO:teuthology.orchestra.run.trial165.stdout:(6/8): nvme-cli-2.16-1.el9.x86_64.rpm 657 kB/s | 1.2 MB 00:01 2026-02-18T04:34:23.078 INFO:teuthology.orchestra.run.trial165.stdout:(7/8): libnvme-1.16.1-2.el9.x86_64.rpm 652 kB/s | 116 kB 00:00 2026-02-18T04:34:23.095 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T04:34:23.095 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T04:34:23.095 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:34:23.132 INFO:teuthology.orchestra.run.trial170.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T04:34:23.148 INFO:teuthology.orchestra.run.trial170.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:23.360 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:23.360 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T04:34:23.360 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T04:34:23.360 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T04:34:23.360 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T04:34:23.360 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T04:34:23.360 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T04:34:23.360 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T04:34:23.361 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout:Upgraded: 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T04:34:23.415 INFO:teuthology.orchestra.run.trial170.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T04:34:23.416 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:34:23.416 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:34:23.469 DEBUG:teuthology.parallel:result is None 2026-02-18T04:34:26.322 INFO:teuthology.orchestra.run.trial092.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 816 kB/s | 4.0 MB 00:04 2026-02-18T04:34:26.322 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:34:26.322 INFO:teuthology.orchestra.run.trial092.stdout:Total 1.2 MB/s | 6.4 MB 00:05 2026-02-18T04:34:26.399 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:34:26.406 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:34:26.406 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:34:26.473 INFO:teuthology.orchestra.run.trial165.stdout:(8/8): runc-1.4.0-1.el9.x86_64.rpm 893 kB/s | 4.0 MB 00:04 2026-02-18T04:34:26.475 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:34:26.475 INFO:teuthology.orchestra.run.trial165.stdout:Total 1.2 MB/s | 6.4 MB 00:05 2026-02-18T04:34:26.483 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:34:26.483 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:34:26.551 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:34:26.560 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:34:26.560 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:34:26.569 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:34:26.637 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:34:26.637 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:34:26.637 INFO:teuthology.orchestra.run.trial092.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T04:34:26.644 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T04:34:26.652 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T04:34:26.658 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T04:34:26.663 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T04:34:26.664 INFO:teuthology.orchestra.run.trial092.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T04:34:26.720 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:34:26.789 INFO:teuthology.orchestra.run.trial165.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/9 2026-02-18T04:34:26.792 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T04:34:26.795 INFO:teuthology.orchestra.run.trial092.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T04:34:26.796 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/9 2026-02-18T04:34:26.805 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/9 2026-02-18T04:34:26.812 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/9 2026-02-18T04:34:26.817 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/9 2026-02-18T04:34:26.818 INFO:teuthology.orchestra.run.trial165.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T04:34:26.948 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/9 2026-02-18T04:34:26.950 INFO:teuthology.orchestra.run.trial165.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T04:34:27.073 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T04:34:27.073 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T04:34:27.073 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:34:27.112 INFO:teuthology.orchestra.run.trial092.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T04:34:27.127 INFO:teuthology.orchestra.run.trial092.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:27.218 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/9 2026-02-18T04:34:27.219 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-18T04:34:27.219 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:34:27.255 INFO:teuthology.orchestra.run.trial165.stdout: Installing : runc-4:1.4.0-1.el9.x86_64 8/9 2026-02-18T04:34:27.271 INFO:teuthology.orchestra.run.trial165.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:27.350 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:27.350 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T04:34:27.351 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T04:34:27.351 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T04:34:27.351 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T04:34:27.351 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T04:34:27.351 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T04:34:27.351 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T04:34:27.351 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T04:34:27.403 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:27.403 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:34:27.403 INFO:teuthology.orchestra.run.trial092.stdout:Upgraded: 2026-02-18T04:34:27.403 INFO:teuthology.orchestra.run.trial092.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T04:34:27.404 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:34:27.404 INFO:teuthology.orchestra.run.trial092.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T04:34:27.404 INFO:teuthology.orchestra.run.trial092.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T04:34:27.404 INFO:teuthology.orchestra.run.trial092.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T04:34:27.404 INFO:teuthology.orchestra.run.trial092.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T04:34:27.404 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:34:27.404 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:34:27.456 DEBUG:teuthology.parallel:result is None 2026-02-18T04:34:27.511 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:27.512 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/9 2026-02-18T04:34:27.512 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/9 2026-02-18T04:34:27.512 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/9 2026-02-18T04:34:27.512 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/9 2026-02-18T04:34:27.512 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/9 2026-02-18T04:34:27.512 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/9 2026-02-18T04:34:27.512 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : runc-4:1.4.0-1.el9.x86_64 7/9 2026-02-18T04:34:27.512 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 8/9 2026-02-18T04:34:27.564 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libnvme-1.13-1.el9.x86_64 9/9 2026-02-18T04:34:27.564 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:34:27.564 INFO:teuthology.orchestra.run.trial165.stdout:Upgraded: 2026-02-18T04:34:27.564 INFO:teuthology.orchestra.run.trial165.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T04:34:27.564 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:34:27.564 INFO:teuthology.orchestra.run.trial165.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T04:34:27.565 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-18T04:34:27.565 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-18T04:34:27.565 INFO:teuthology.orchestra.run.trial165.stdout: runc-4:1.4.0-1.el9.x86_64 2026-02-18T04:34:27.565 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:34:27.565 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:34:27.618 DEBUG:teuthology.parallel:result is None 2026-02-18T04:34:27.618 INFO:teuthology.run_tasks:Running task install... 2026-02-18T04:34:27.630 DEBUG:teuthology.task.install:project ceph 2026-02-18T04:34:27.631 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}} 2026-02-18T04:34:27.631 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-18T04:34:27.631 INFO:teuthology.task.install:Using flavor: default 2026-02-18T04:34:27.640 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-18T04:34:27.640 INFO:teuthology.task.install:extra packages: [] 2026-02-18T04:34:27.641 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': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-18T04:34:27.642 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:34:27.645 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': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-18T04:34:27.645 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:34:27.647 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': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'tag': None, 'wait_for_package': False} 2026-02-18T04:34:27.647 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:34:27.884 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/ 2026-02-18T04:34:27.884 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T04:34:27.892 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/ 2026-02-18T04:34:27.892 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T04:34:27.894 INFO:teuthology.task.install.rpm:Pulling from https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/ 2026-02-18T04:34:27.894 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T04:34:28.083 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T04:34:28.083 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:34:28.083 DEBUG:teuthology.orchestra.run.trial170:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T04:34:28.084 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T04:34:28.085 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:34:28.085 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T04:34:28.094 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-18T04:34:28.094 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:34:28.094 DEBUG:teuthology.orchestra.run.trial092:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T04:34:28.110 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-18T04:34:28.110 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/adc1923395f2bcd6ae89b5d331d278364d1848ed/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T04:34:28.111 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-18T04:34:28.111 DEBUG:teuthology.orchestra.run.trial170:> 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/adc1923395f2bcd6ae89b5d331d278364d1848ed/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T04:34:28.120 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-18T04:34:28.120 DEBUG:teuthology.orchestra.run.trial092:> 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/adc1923395f2bcd6ae89b5d331d278364d1848ed/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-18T04:34:28.176 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-18T04:34:28.178 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:34:28.186 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:34:28.249 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-18T04:34:28.252 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:34:28.260 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:34:28.313 INFO:teuthology.orchestra.run.trial165.stdout:check_obsoletes = 1 2026-02-18T04:34:28.314 DEBUG:teuthology.orchestra.run.trial165:> sudo yum clean all 2026-02-18T04:34:28.316 INFO:teuthology.orchestra.run.trial170.stdout:check_obsoletes = 1 2026-02-18T04:34:28.317 DEBUG:teuthology.orchestra.run.trial170:> sudo yum clean all 2026-02-18T04:34:28.322 INFO:teuthology.orchestra.run.trial092.stdout:check_obsoletes = 1 2026-02-18T04:34:28.324 DEBUG:teuthology.orchestra.run.trial092:> sudo yum clean all 2026-02-18T04:34:28.463 INFO:teuthology.orchestra.run.trial165.stdout:41 files removed 2026-02-18T04:34:28.467 INFO:teuthology.orchestra.run.trial170.stdout:41 files removed 2026-02-18T04:34:28.471 INFO:teuthology.orchestra.run.trial092.stdout:41 files removed 2026-02-18T04:34:28.477 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-radosgw 2026-02-18T04:34:28.481 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-radosgw 2026-02-18T04:34:28.485 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-radosgw 2026-02-18T04:34:28.751 INFO:teuthology.orchestra.run.trial170.stdout:ceph packages for x86_64 698 kB/s | 89 kB 00:00 2026-02-18T04:34:28.752 INFO:teuthology.orchestra.run.trial165.stdout:ceph packages for x86_64 691 kB/s | 89 kB 00:00 2026-02-18T04:34:28.762 INFO:teuthology.orchestra.run.trial092.stdout:ceph packages for x86_64 672 kB/s | 89 kB 00:00 2026-02-18T04:34:28.890 INFO:teuthology.orchestra.run.trial170.stdout:ceph noarch packages 164 kB/s | 19 kB 00:00 2026-02-18T04:34:28.893 INFO:teuthology.orchestra.run.trial165.stdout:ceph noarch packages 161 kB/s | 19 kB 00:00 2026-02-18T04:34:28.908 INFO:teuthology.orchestra.run.trial092.stdout:ceph noarch packages 158 kB/s | 19 kB 00:00 2026-02-18T04:34:29.016 INFO:teuthology.orchestra.run.trial170.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-18T04:34:29.020 INFO:teuthology.orchestra.run.trial165.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-18T04:34:29.033 INFO:teuthology.orchestra.run.trial092.stdout:ceph source packages 19 kB/s | 1.9 kB 00:00 2026-02-18T04:34:29.739 INFO:teuthology.orchestra.run.trial170.stdout:CentOS Stream 9 - BaseOS 13 MB/s | 8.9 MB 00:00 2026-02-18T04:34:33.814 INFO:teuthology.orchestra.run.trial170.stdout:CentOS Stream 9 - AppStream 7.6 MB/s | 27 MB 00:03 2026-02-18T04:34:37.298 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - BaseOS 1.1 MB/s | 8.9 MB 00:08 2026-02-18T04:34:37.380 INFO:teuthology.orchestra.run.trial092.stdout:CentOS Stream 9 - BaseOS 1.1 MB/s | 8.9 MB 00:08 2026-02-18T04:34:44.866 INFO:teuthology.orchestra.run.trial170.stdout:CentOS Stream 9 - CRB 914 kB/s | 7.8 MB 00:08 2026-02-18T04:34:45.731 INFO:teuthology.orchestra.run.trial170.stdout:CentOS Stream 9 - Extras packages 144 kB/s | 20 kB 00:00 2026-02-18T04:34:46.058 INFO:teuthology.orchestra.run.trial170.stdout:Extra Packages for Enterprise Linux 77 MB/s | 20 MB 00:00 2026-02-18T04:34:49.245 INFO:teuthology.orchestra.run.trial170.stdout:lab-extras 979 kB/s | 50 kB 00:00 2026-02-18T04:34:50.467 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: Package Arch Version Repository Size 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout:Upgrading: 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout:Installing dependencies: 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T04:34:50.468 INFO:teuthology.orchestra.run.trial170.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout:Installing weak dependencies: 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout:Install 34 Packages 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout:Upgrade 2 Packages 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 78 M 2026-02-18T04:34:50.469 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:34:51.273 INFO:teuthology.orchestra.run.trial170.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 16 MB/s | 5.9 MB 00:00 2026-02-18T04:34:51.310 INFO:teuthology.orchestra.run.trial170.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 673 kB/s | 25 kB 00:00 2026-02-18T04:34:51.353 INFO:teuthology.orchestra.run.trial170.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 827 kB/s | 35 kB 00:00 2026-02-18T04:34:51.398 INFO:teuthology.orchestra.run.trial170.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 541 kB/s | 24 kB 00:00 2026-02-18T04:34:51.461 INFO:teuthology.orchestra.run.trial170.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 13 MB/s | 869 kB 00:00 2026-02-18T04:34:51.515 INFO:teuthology.orchestra.run.trial170.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 4.6 MB/s | 250 kB 00:00 2026-02-18T04:34:51.927 INFO:teuthology.orchestra.run.trial170.stdout:(7/36): ceph-radosgw-20.2.0-670.gadc19233.el9.x 23 MB/s | 24 MB 00:01 2026-02-18T04:34:51.936 INFO:teuthology.orchestra.run.trial170.stdout:(8/36): librgw2-20.2.0-670.gadc19233.el9.x86_64 15 MB/s | 6.4 MB 00:00 2026-02-18T04:34:51.939 INFO:teuthology.orchestra.run.trial170.stdout:(9/36): python3-ceph-argparse-20.2.0-670.gadc19 3.8 MB/s | 45 kB 00:00 2026-02-18T04:34:51.949 INFO:teuthology.orchestra.run.trial170.stdout:(10/36): python3-ceph-common-20.2.0-670.gadc192 14 MB/s | 175 kB 00:00 2026-02-18T04:34:51.961 INFO:teuthology.orchestra.run.trial170.stdout:(11/36): python3-cephfs-20.2.0-670.gadc19233.el 7.2 MB/s | 162 kB 00:00 2026-02-18T04:34:51.974 INFO:teuthology.orchestra.run.trial170.stdout:(12/36): python3-rados-20.2.0-670.gadc19233.el9 12 MB/s | 323 kB 00:00 2026-02-18T04:34:51.989 INFO:teuthology.orchestra.run.trial170.stdout:(13/36): python3-rbd-20.2.0-670.gadc19233.el9.x 11 MB/s | 305 kB 00:00 2026-02-18T04:34:51.997 INFO:teuthology.orchestra.run.trial170.stdout:(14/36): python3-rgw-20.2.0-670.gadc19233.el9.x 4.2 MB/s | 99 kB 00:00 2026-02-18T04:34:52.082 INFO:teuthology.orchestra.run.trial170.stdout:(15/36): ceph-common-20.2.0-670.gadc19233.el9.x 20 MB/s | 24 MB 00:01 2026-02-18T04:34:52.387 INFO:teuthology.orchestra.run.trial092.stdout:CentOS Stream 9 - AppStream 1.9 MB/s | 27 MB 00:14 2026-02-18T04:34:52.415 INFO:teuthology.orchestra.run.trial170.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 78 kB/s | 33 kB 00:00 2026-02-18T04:34:52.580 INFO:teuthology.orchestra.run.trial170.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 160 kB/s | 93 kB 00:00 2026-02-18T04:34:52.642 INFO:teuthology.orchestra.run.trial170.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 186 kB/s | 104 kB 00:00 2026-02-18T04:34:52.725 INFO:teuthology.orchestra.run.trial170.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 545 kB/s | 45 kB 00:00 2026-02-18T04:34:52.744 INFO:teuthology.orchestra.run.trial170.stdout:(20/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 980 kB/s | 160 kB 00:00 2026-02-18T04:34:52.907 INFO:teuthology.orchestra.run.trial170.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.7 MB/s | 292 kB 00:00 2026-02-18T04:34:52.993 INFO:teuthology.orchestra.run.trial170.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 2.7 MB/s | 240 kB 00:00 2026-02-18T04:34:53.046 INFO:teuthology.orchestra.run.trial170.stdout:(23/36): libnbd-1.20.3-4.el9.x86_64.rpm 260 kB/s | 164 kB 00:00 2026-02-18T04:34:53.077 INFO:teuthology.orchestra.run.trial170.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 438 kB/s | 37 kB 00:00 2026-02-18T04:34:53.112 INFO:teuthology.orchestra.run.trial170.stdout:(25/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 8.7 MB/s | 308 kB 00:00 2026-02-18T04:34:53.139 INFO:teuthology.orchestra.run.trial170.stdout:(26/36): libarrow-9.0.0-15.el9.x86_64.rpm 162 MB/s | 4.4 MB 00:00 2026-02-18T04:34:53.144 INFO:teuthology.orchestra.run.trial170.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 5.5 MB/s | 25 kB 00:00 2026-02-18T04:34:53.148 INFO:teuthology.orchestra.run.trial170.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 9.9 MB/s | 49 kB 00:00 2026-02-18T04:34:53.154 INFO:teuthology.orchestra.run.trial170.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 13 MB/s | 67 kB 00:00 2026-02-18T04:34:53.162 INFO:teuthology.orchestra.run.trial170.stdout:(30/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 99 MB/s | 838 kB 00:00 2026-02-18T04:34:53.169 INFO:teuthology.orchestra.run.trial170.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 29 MB/s | 191 kB 00:00 2026-02-18T04:34:53.179 INFO:teuthology.orchestra.run.trial170.stdout:(32/36): thrift-0.15.0-4.el9.x86_64.rpm 153 MB/s | 1.6 MB 00:00 2026-02-18T04:34:53.284 INFO:teuthology.orchestra.run.trial170.stdout:(33/36): librados2-20.2.0-670.gadc19233.el9.x86 34 MB/s | 3.5 MB 00:00 2026-02-18T04:34:53.285 INFO:teuthology.orchestra.run.trial170.stdout:(34/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 277 kB/s | 66 kB 00:00 2026-02-18T04:34:53.338 INFO:teuthology.orchestra.run.trial170.stdout:(35/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 53 MB/s | 2.8 MB 00:00 2026-02-18T04:34:53.513 INFO:teuthology.orchestra.run.trial170.stdout:(36/36): librdkafka-1.6.1-102.el9.x86_64.rpm 840 kB/s | 662 kB 00:00 2026-02-18T04:34:53.518 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:34:53.518 INFO:teuthology.orchestra.run.trial170.stdout:Total 25 MB/s | 78 MB 00:03 2026-02-18T04:34:53.607 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:34:53.624 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:34:53.624 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:34:53.900 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:34:53.900 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:34:54.224 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:34:54.235 INFO:teuthology.orchestra.run.trial170.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T04:34:54.388 INFO:teuthology.orchestra.run.trial170.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T04:34:54.392 INFO:teuthology.orchestra.run.trial170.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:34:54.441 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:34:54.442 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:34:54.455 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:34:54.457 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T04:34:54.458 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:34:54.485 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:34:54.487 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T04:34:54.495 INFO:teuthology.orchestra.run.trial170.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T04:34:54.498 INFO:teuthology.orchestra.run.trial170.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T04:34:54.501 INFO:teuthology.orchestra.run.trial170.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T04:34:54.505 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T04:34:54.514 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T04:34:54.525 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T04:34:54.526 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:34:54.538 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:34:54.570 INFO:teuthology.orchestra.run.trial170.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T04:34:54.575 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T04:34:54.581 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T04:34:54.583 INFO:teuthology.orchestra.run.trial170.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T04:34:54.587 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T04:34:54.710 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T04:34:54.711 INFO:teuthology.orchestra.run.trial170.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T04:34:54.737 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T04:34:54.739 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T04:34:54.745 INFO:teuthology.orchestra.run.trial170.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T04:34:55.023 INFO:teuthology.orchestra.run.trial170.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T04:34:55.024 INFO:teuthology.orchestra.run.trial170.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T04:34:55.039 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T04:34:55.043 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T04:34:55.049 INFO:teuthology.orchestra.run.trial170.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T04:34:55.051 INFO:teuthology.orchestra.run.trial170.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T04:34:55.052 INFO:teuthology.orchestra.run.trial170.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T04:34:55.068 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T04:34:55.071 INFO:teuthology.orchestra.run.trial170.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T04:34:55.103 INFO:teuthology.orchestra.run.trial170.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T04:34:55.105 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T04:34:56.177 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:34:56.180 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:34:56.474 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:34:56.477 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T04:34:56.521 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T04:34:56.522 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T04:34:56.522 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T04:34:56.522 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:34:56.526 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:34:56.540 INFO:teuthology.orchestra.run.trial092.stdout:CentOS Stream 9 - CRB 4.4 MB/s | 7.8 MB 00:01 2026-02-18T04:34:58.103 INFO:teuthology.orchestra.run.trial092.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 20 kB 00:00 2026-02-18T04:34:58.600 INFO:teuthology.orchestra.run.trial092.stdout:Extra Packages for Enterprise Linux 47 MB/s | 20 MB 00:00 2026-02-18T04:35:01.055 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:35:01.056 INFO:teuthology.orchestra.run.trial170.stdout:skipping the directory /sys 2026-02-18T04:35:01.056 INFO:teuthology.orchestra.run.trial170.stdout:skipping the directory /proc 2026-02-18T04:35:01.056 INFO:teuthology.orchestra.run.trial170.stdout:skipping the directory /mnt 2026-02-18T04:35:01.056 INFO:teuthology.orchestra.run.trial170.stdout:skipping the directory /var/tmp 2026-02-18T04:35:01.056 INFO:teuthology.orchestra.run.trial170.stdout:skipping the directory /home 2026-02-18T04:35:01.056 INFO:teuthology.orchestra.run.trial170.stdout:skipping the directory /root 2026-02-18T04:35:01.056 INFO:teuthology.orchestra.run.trial170.stdout:skipping the directory /tmp 2026-02-18T04:35:01.056 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:01.774 INFO:teuthology.orchestra.run.trial092.stdout:lab-extras 1.7 MB/s | 50 kB 00:00 2026-02-18T04:35:02.079 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T04:35:02.102 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T04:35:02.102 INFO:teuthology.orchestra.run.trial170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:02.102 INFO:teuthology.orchestra.run.trial170.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T04:35:02.102 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T04:35:02.102 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T04:35:02.103 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:02.104 INFO:teuthology.orchestra.run.trial170.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T04:35:02.117 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T04:35:02.117 INFO:teuthology.orchestra.run.trial170.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:02.173 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:02.173 INFO:teuthology.orchestra.run.trial170.stdout:Creating group 'qat' with GID 992. 2026-02-18T04:35:02.173 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:02.483 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T04:35:02.483 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T04:35:02.483 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:35:02.483 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:35:02.483 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T04:35:02.483 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:35:02.483 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T04:35:02.484 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T04:35:02.485 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T04:35:02.486 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T04:35:02.486 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T04:35:02.486 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T04:35:02.486 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T04:35:02.486 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T04:35:02.486 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:35:02.486 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T04:35:02.486 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T04:35:02.538 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:02.538 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout:Upgraded: 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T04:35:02.539 INFO:teuthology.orchestra.run.trial170.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.540 INFO:teuthology.orchestra.run.trial170.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T04:35:02.541 INFO:teuthology.orchestra.run.trial170.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T04:35:02.542 INFO:teuthology.orchestra.run.trial170.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T04:35:02.542 INFO:teuthology.orchestra.run.trial170.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T04:35:02.542 INFO:teuthology.orchestra.run.trial170.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T04:35:02.542 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:02.542 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:02.582 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-test 2026-02-18T04:35:02.898 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:13 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:02.979 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout: Package Arch Version Repository Size 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout:Installing dependencies: 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T04:35:02.980 INFO:teuthology.orchestra.run.trial170.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout:Install 5 Packages 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 85 M 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 364 M 2026-02-18T04:35:02.981 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:03.002 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:35:03.003 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:35:03.003 INFO:teuthology.orchestra.run.trial092.stdout: Package Arch Version Repository Size 2026-02-18T04:35:03.003 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:35:03.003 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:35:03.003 INFO:teuthology.orchestra.run.trial092.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T04:35:03.003 INFO:teuthology.orchestra.run.trial092.stdout:Upgrading: 2026-02-18T04:35:03.003 INFO:teuthology.orchestra.run.trial092.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T04:35:03.003 INFO:teuthology.orchestra.run.trial092.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout:Installing dependencies: 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T04:35:03.004 INFO:teuthology.orchestra.run.trial092.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T04:35:03.005 INFO:teuthology.orchestra.run.trial092.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout:Installing weak dependencies: 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:03.006 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:35:03.007 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:35:03.007 INFO:teuthology.orchestra.run.trial092.stdout:Install 34 Packages 2026-02-18T04:35:03.007 INFO:teuthology.orchestra.run.trial092.stdout:Upgrade 2 Packages 2026-02-18T04:35:03.007 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:03.007 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 78 M 2026-02-18T04:35:03.008 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:35:03.332 INFO:teuthology.orchestra.run.trial170.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 2.6 MB/s | 233 kB 00:00 2026-02-18T04:35:03.335 INFO:teuthology.orchestra.run.trial170.stdout:(2/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.7 MB/s | 164 kB 00:00 2026-02-18T04:35:03.379 INFO:teuthology.orchestra.run.trial170.stdout:(3/5): socat-1.7.4.1-8.el9.x86_64.rpm 6.3 MB/s | 303 kB 00:00 2026-02-18T04:35:03.400 INFO:teuthology.orchestra.run.trial170.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 977 kB/s | 64 kB 00:00 2026-02-18T04:35:03.571 INFO:teuthology.orchestra.run.trial092.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 17 MB/s | 5.9 MB 00:00 2026-02-18T04:35:03.613 INFO:teuthology.orchestra.run.trial092.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 587 kB/s | 25 kB 00:00 2026-02-18T04:35:03.659 INFO:teuthology.orchestra.run.trial092.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 781 kB/s | 35 kB 00:00 2026-02-18T04:35:03.705 INFO:teuthology.orchestra.run.trial092.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 519 kB/s | 24 kB 00:00 2026-02-18T04:35:03.773 INFO:teuthology.orchestra.run.trial092.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 13 MB/s | 869 kB 00:00 2026-02-18T04:35:03.829 INFO:teuthology.orchestra.run.trial092.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 4.3 MB/s | 250 kB 00:00 2026-02-18T04:35:04.263 INFO:teuthology.orchestra.run.trial092.stdout:(7/36): librgw2-20.2.0-670.gadc19233.el9.x86_64 15 MB/s | 6.4 MB 00:00 2026-02-18T04:35:04.337 INFO:teuthology.orchestra.run.trial092.stdout:(8/36): ceph-common-20.2.0-670.gadc19233.el9.x8 21 MB/s | 24 MB 00:01 2026-02-18T04:35:04.338 INFO:teuthology.orchestra.run.trial092.stdout:(9/36): python3-ceph-argparse-20.2.0-670.gadc19 602 kB/s | 45 kB 00:00 2026-02-18T04:35:04.349 INFO:teuthology.orchestra.run.trial092.stdout:(10/36): python3-ceph-common-20.2.0-670.gadc192 14 MB/s | 175 kB 00:00 2026-02-18T04:35:04.356 INFO:teuthology.orchestra.run.trial092.stdout:(11/36): python3-cephfs-20.2.0-670.gadc19233.el 8.7 MB/s | 162 kB 00:00 2026-02-18T04:35:04.379 INFO:teuthology.orchestra.run.trial092.stdout:(12/36): python3-rados-20.2.0-670.gadc19233.el9 11 MB/s | 323 kB 00:00 2026-02-18T04:35:04.387 INFO:teuthology.orchestra.run.trial092.stdout:(13/36): python3-rbd-20.2.0-670.gadc19233.el9.x 9.5 MB/s | 305 kB 00:00 2026-02-18T04:35:04.406 INFO:teuthology.orchestra.run.trial092.stdout:(14/36): python3-rgw-20.2.0-670.gadc19233.el9.x 3.6 MB/s | 99 kB 00:00 2026-02-18T04:35:04.454 INFO:teuthology.orchestra.run.trial092.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 494 kB/s | 33 kB 00:00 2026-02-18T04:35:04.471 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - AppStream 1.0 MB/s | 27 MB 00:26 2026-02-18T04:35:04.487 INFO:teuthology.orchestra.run.trial092.stdout:(16/36): ceph-radosgw-20.2.0-670.gadc19233.el9. 19 MB/s | 24 MB 00:01 2026-02-18T04:35:04.491 INFO:teuthology.orchestra.run.trial092.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.1 MB/s | 93 kB 00:00 2026-02-18T04:35:05.169 INFO:teuthology.orchestra.run.trial092.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 146 kB/s | 104 kB 00:00 2026-02-18T04:35:05.278 INFO:teuthology.orchestra.run.trial092.stdout:(19/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 203 kB/s | 160 kB 00:00 2026-02-18T04:35:05.328 INFO:teuthology.orchestra.run.trial092.stdout:(20/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 286 kB/s | 45 kB 00:00 2026-02-18T04:35:05.669 INFO:teuthology.orchestra.run.trial092.stdout:(21/36): libnbd-1.20.3-4.el9.x86_64.rpm 139 kB/s | 164 kB 00:01 2026-02-18T04:35:05.797 INFO:teuthology.orchestra.run.trial092.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 624 kB/s | 292 kB 00:00 2026-02-18T04:35:05.954 INFO:teuthology.orchestra.run.trial092.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 236 kB/s | 37 kB 00:00 2026-02-18T04:35:06.112 INFO:teuthology.orchestra.run.trial092.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 420 kB/s | 66 kB 00:00 2026-02-18T04:35:06.142 INFO:teuthology.orchestra.run.trial092.stdout:(25/36): librdkafka-1.6.1-102.el9.x86_64.rpm 767 kB/s | 662 kB 00:00 2026-02-18T04:35:06.319 INFO:teuthology.orchestra.run.trial092.stdout:(26/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.4 MB/s | 308 kB 00:00 2026-02-18T04:35:06.339 INFO:teuthology.orchestra.run.trial092.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.2 MB/s | 25 kB 00:00 2026-02-18T04:35:06.359 INFO:teuthology.orchestra.run.trial092.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 2.4 MB/s | 49 kB 00:00 2026-02-18T04:35:06.380 INFO:teuthology.orchestra.run.trial092.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 3.3 MB/s | 67 kB 00:00 2026-02-18T04:35:06.421 INFO:teuthology.orchestra.run.trial092.stdout:(30/36): libarrow-9.0.0-15.el9.x86_64.rpm 16 MB/s | 4.4 MB 00:00 2026-02-18T04:35:06.423 INFO:teuthology.orchestra.run.trial092.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 19 MB/s | 838 kB 00:00 2026-02-18T04:35:06.441 INFO:teuthology.orchestra.run.trial092.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 8.9 MB/s | 191 kB 00:00 2026-02-18T04:35:06.466 INFO:teuthology.orchestra.run.trial092.stdout:(33/36): thrift-0.15.0-4.el9.x86_64.rpm 37 MB/s | 1.6 MB 00:00 2026-02-18T04:35:06.531 INFO:teuthology.orchestra.run.trial092.stdout:(34/36): qatlib-25.08.0-2.el9.x86_64.rpm 278 kB/s | 240 kB 00:00 2026-02-18T04:35:06.589 INFO:teuthology.orchestra.run.trial092.stdout:(35/36): librados2-20.2.0-670.gadc19233.el9.x86 24 MB/s | 3.5 MB 00:00 2026-02-18T04:35:06.628 INFO:teuthology.orchestra.run.trial092.stdout:(36/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 18 MB/s | 2.8 MB 00:00 2026-02-18T04:35:06.632 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:06.632 INFO:teuthology.orchestra.run.trial092.stdout:Total 21 MB/s | 78 MB 00:03 2026-02-18T04:35:06.719 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:35:06.737 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:35:06.737 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:35:07.015 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:35:07.015 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:35:07.340 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:35:07.352 INFO:teuthology.orchestra.run.trial092.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T04:35:07.510 INFO:teuthology.orchestra.run.trial092.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T04:35:07.514 INFO:teuthology.orchestra.run.trial092.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:35:07.565 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:35:07.566 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:35:07.578 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:35:07.580 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T04:35:07.581 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:35:07.606 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:35:07.608 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T04:35:07.616 INFO:teuthology.orchestra.run.trial092.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T04:35:07.619 INFO:teuthology.orchestra.run.trial092.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T04:35:07.622 INFO:teuthology.orchestra.run.trial092.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T04:35:07.626 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T04:35:07.635 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T04:35:07.647 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T04:35:07.648 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:35:07.660 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:35:07.692 INFO:teuthology.orchestra.run.trial092.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T04:35:07.695 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T04:35:07.701 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T04:35:07.704 INFO:teuthology.orchestra.run.trial092.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T04:35:07.708 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T04:35:07.836 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T04:35:07.837 INFO:teuthology.orchestra.run.trial092.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T04:35:07.862 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T04:35:07.864 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T04:35:07.871 INFO:teuthology.orchestra.run.trial092.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T04:35:07.906 INFO:teuthology.orchestra.run.trial170.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 18 MB/s | 84 MB 00:04 2026-02-18T04:35:07.907 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:07.908 INFO:teuthology.orchestra.run.trial170.stdout:Total 17 MB/s | 85 MB 00:04 2026-02-18T04:35:07.934 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:07.944 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:07.944 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:07.949 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - CRB 6.9 MB/s | 7.8 MB 00:01 2026-02-18T04:35:08.157 INFO:teuthology.orchestra.run.trial092.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T04:35:08.158 INFO:teuthology.orchestra.run.trial092.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T04:35:08.175 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T04:35:08.180 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T04:35:08.185 INFO:teuthology.orchestra.run.trial092.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T04:35:08.188 INFO:teuthology.orchestra.run.trial092.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T04:35:08.189 INFO:teuthology.orchestra.run.trial092.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T04:35:08.205 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T04:35:08.209 INFO:teuthology.orchestra.run.trial092.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T04:35:08.234 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:08.234 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:08.242 INFO:teuthology.orchestra.run.trial092.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T04:35:08.244 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T04:35:08.543 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:08.549 INFO:teuthology.orchestra.run.trial170.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T04:35:08.553 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T04:35:08.561 INFO:teuthology.orchestra.run.trial170.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T04:35:08.562 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T04:35:09.347 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:35:09.350 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:35:09.507 INFO:teuthology.orchestra.run.trial165.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 20 kB 00:00 2026-02-18T04:35:09.651 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:35:09.654 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T04:35:09.694 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T04:35:09.694 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T04:35:09.694 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T04:35:09.694 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:09.697 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:35:10.209 INFO:teuthology.orchestra.run.trial165.stdout:Extra Packages for Enterprise Linux 32 MB/s | 20 MB 00:00 2026-02-18T04:35:12.264 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T04:35:12.282 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T04:35:12.614 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T04:35:12.614 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T04:35:12.614 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T04:35:12.614 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T04:35:12.614 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:12.667 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:12.704 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph 2026-02-18T04:35:13.010 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:24 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:13.093 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout:====================================================================================== 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: Package Arch Version Repository Size 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout:====================================================================================== 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout:Installing dependencies: 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T04:35:13.096 INFO:teuthology.orchestra.run.trial170.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T04:35:13.097 INFO:teuthology.orchestra.run.trial170.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T04:35:13.098 INFO:teuthology.orchestra.run.trial170.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T04:35:13.099 INFO:teuthology.orchestra.run.trial170.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout:Installing weak dependencies: 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout:====================================================================================== 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout:Install 94 Packages 2026-02-18T04:35:13.100 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:13.101 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 101 M 2026-02-18T04:35:13.101 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 560 M 2026-02-18T04:35:13.101 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:13.330 INFO:teuthology.orchestra.run.trial165.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T04:35:13.670 INFO:teuthology.orchestra.run.trial170.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 121 kB/s | 6.5 kB 00:00 2026-02-18T04:35:13.735 INFO:teuthology.orchestra.run.trial170.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 8.0 MB/s | 961 kB 00:00 2026-02-18T04:35:13.795 INFO:teuthology.orchestra.run.trial170.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 13 MB/s | 2.3 MB 00:00 2026-02-18T04:35:13.829 INFO:teuthology.orchestra.run.trial170.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 1.3 MB/s | 43 kB 00:00 2026-02-18T04:35:13.867 INFO:teuthology.orchestra.run.trial170.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 4.5 MB/s | 173 kB 00:00 2026-02-18T04:35:13.961 INFO:teuthology.orchestra.run.trial170.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 17 MB/s | 5.1 MB 00:00 2026-02-18T04:35:14.227 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:35:14.227 INFO:teuthology.orchestra.run.trial092.stdout:skipping the directory /sys 2026-02-18T04:35:14.227 INFO:teuthology.orchestra.run.trial092.stdout:skipping the directory /proc 2026-02-18T04:35:14.227 INFO:teuthology.orchestra.run.trial092.stdout:skipping the directory /mnt 2026-02-18T04:35:14.227 INFO:teuthology.orchestra.run.trial092.stdout:skipping the directory /var/tmp 2026-02-18T04:35:14.228 INFO:teuthology.orchestra.run.trial092.stdout:skipping the directory /home 2026-02-18T04:35:14.228 INFO:teuthology.orchestra.run.trial092.stdout:skipping the directory /root 2026-02-18T04:35:14.228 INFO:teuthology.orchestra.run.trial092.stdout:skipping the directory /tmp 2026-02-18T04:35:14.228 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:14.372 INFO:teuthology.orchestra.run.trial170.stdout:(7/94): ceph-mgr-dashboard-20.2.0-670.gadc19233 21 MB/s | 11 MB 00:00 2026-02-18T04:35:14.399 INFO:teuthology.orchestra.run.trial170.stdout:(8/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 814 kB/s | 22 kB 00:00 2026-02-18T04:35:14.425 INFO:teuthology.orchestra.run.trial170.stdout:(9/94): ceph-mgr-diskprediction-local-20.2.0-67 16 MB/s | 7.4 MB 00:00 2026-02-18T04:35:14.432 INFO:teuthology.orchestra.run.trial170.stdout:(10/94): ceph-mgr-modules-core-20.2.0-670.gadc1 8.5 MB/s | 290 kB 00:00 2026-02-18T04:35:14.446 INFO:teuthology.orchestra.run.trial170.stdout:(11/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 2.3 MB/s | 50 kB 00:00 2026-02-18T04:35:14.470 INFO:teuthology.orchestra.run.trial170.stdout:(12/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 23 MB/s | 17 MB 00:00 2026-02-18T04:35:14.470 INFO:teuthology.orchestra.run.trial170.stdout:(13/94): ceph-prometheus-alerts-20.2.0-670.gadc 462 kB/s | 17 kB 00:00 2026-02-18T04:35:14.471 INFO:teuthology.orchestra.run.trial170.stdout:(14/94): ceph-volume-20.2.0-670.gadc19233.el9.n 12 MB/s | 297 kB 00:00 2026-02-18T04:35:14.489 INFO:teuthology.orchestra.run.trial170.stdout:(15/94): cephadm-20.2.0-670.gadc19233.el9.noarc 51 MB/s | 1.0 MB 00:00 2026-02-18T04:35:14.556 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:14.557 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:14.557 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repository Size 2026-02-18T04:35:14.557 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:14.557 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout:Upgrading: 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T04:35:14.558 INFO:teuthology.orchestra.run.trial165.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout:Installing weak dependencies: 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:14.559 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:14.560 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:14.560 INFO:teuthology.orchestra.run.trial165.stdout:Install 34 Packages 2026-02-18T04:35:14.560 INFO:teuthology.orchestra.run.trial165.stdout:Upgrade 2 Packages 2026-02-18T04:35:14.560 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:14.560 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 78 M 2026-02-18T04:35:14.560 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:14.759 INFO:teuthology.orchestra.run.trial170.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 141 kB/s | 40 kB 00:00 2026-02-18T04:35:14.849 INFO:teuthology.orchestra.run.trial170.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 200 kB/s | 72 kB 00:00 2026-02-18T04:35:15.016 INFO:teuthology.orchestra.run.trial170.stdout:(18/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 642 kB/s | 350 kB 00:00 2026-02-18T04:35:15.081 INFO:teuthology.orchestra.run.trial170.stdout:(19/94): libquadmath-11.5.0-14.el9.x86_64.rpm 797 kB/s | 184 kB 00:00 2026-02-18T04:35:15.133 INFO:teuthology.orchestra.run.trial170.stdout:(20/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 2.1 MB/s | 253 kB 00:00 2026-02-18T04:35:15.196 INFO:teuthology.orchestra.run.trial170.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 1.8 MB/s | 794 kB 00:00 2026-02-18T04:35:15.227 INFO:teuthology.orchestra.run.trial170.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 1.1 MB/s | 106 kB 00:00 2026-02-18T04:35:15.275 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T04:35:15.283 INFO:teuthology.orchestra.run.trial170.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 1.5 MB/s | 135 kB 00:00 2026-02-18T04:35:15.299 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T04:35:15.299 INFO:teuthology.orchestra.run.trial092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:15.299 INFO:teuthology.orchestra.run.trial092.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T04:35:15.299 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T04:35:15.299 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T04:35:15.300 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:15.301 INFO:teuthology.orchestra.run.trial092.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T04:35:15.313 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T04:35:15.313 INFO:teuthology.orchestra.run.trial092.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:15.324 INFO:teuthology.orchestra.run.trial170.stdout:(24/94): python3-requests-2.25.1-10.el9.noarch. 1.3 MB/s | 126 kB 00:00 2026-02-18T04:35:15.367 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:15.367 INFO:teuthology.orchestra.run.trial092.stdout:Creating group 'qat' with GID 992. 2026-02-18T04:35:15.367 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:15.375 INFO:teuthology.orchestra.run.trial170.stdout:(25/94): python3-urllib3-1.26.5-7.el9.noarch.rp 2.3 MB/s | 218 kB 00:00 2026-02-18T04:35:15.399 INFO:teuthology.orchestra.run.trial170.stdout:(26/94): python3-cryptography-36.0.1-5.el9.x86_ 3.9 MB/s | 1.2 MB 00:00 2026-02-18T04:35:15.420 INFO:teuthology.orchestra.run.trial165.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 18 MB/s | 5.9 MB 00:00 2026-02-18T04:35:15.429 INFO:teuthology.orchestra.run.trial170.stdout:(27/94): unzip-6.0-59.el9.x86_64.rpm 1.7 MB/s | 182 kB 00:00 2026-02-18T04:35:15.451 INFO:teuthology.orchestra.run.trial165.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 819 kB/s | 25 kB 00:00 2026-02-18T04:35:15.470 INFO:teuthology.orchestra.run.trial170.stdout:(28/94): zip-3.0-35.el9.x86_64.rpm 2.7 MB/s | 266 kB 00:00 2026-02-18T04:35:15.480 INFO:teuthology.orchestra.run.trial170.stdout:(29/94): flexiblas-3.0.4-9.el9.x86_64.rpm 368 kB/s | 30 kB 00:00 2026-02-18T04:35:15.488 INFO:teuthology.orchestra.run.trial165.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 955 kB/s | 35 kB 00:00 2026-02-18T04:35:15.527 INFO:teuthology.orchestra.run.trial165.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 626 kB/s | 24 kB 00:00 2026-02-18T04:35:15.539 INFO:teuthology.orchestra.run.trial170.stdout:(30/94): flexiblas-openblas-openmp-3.0.4-9.el9. 218 kB/s | 15 kB 00:00 2026-02-18T04:35:15.583 INFO:teuthology.orchestra.run.trial165.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 15 MB/s | 869 kB 00:00 2026-02-18T04:35:15.616 INFO:teuthology.orchestra.run.trial170.stdout:(31/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 1.8 MB/s | 246 kB 00:00 2026-02-18T04:35:15.630 INFO:teuthology.orchestra.run.trial165.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 5.2 MB/s | 250 kB 00:00 2026-02-18T04:35:15.653 INFO:teuthology.orchestra.run.trial170.stdout:(32/94): lua-5.4.4-4.el9.x86_64.rpm 1.6 MB/s | 188 kB 00:00 2026-02-18T04:35:15.682 INFO:teuthology.orchestra.run.trial170.stdout:(33/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 12 MB/s | 3.0 MB 00:00 2026-02-18T04:35:15.697 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T04:35:15.697 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T04:35:15.697 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:35:15.697 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:35:15.697 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T04:35:15.697 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T04:35:15.698 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T04:35:15.699 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T04:35:15.700 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T04:35:15.706 INFO:teuthology.orchestra.run.trial170.stdout:(34/94): openblas-0.3.29-1.el9.x86_64.rpm 465 kB/s | 42 kB 00:00 2026-02-18T04:35:15.753 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:15.753 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:15.753 INFO:teuthology.orchestra.run.trial092.stdout:Upgraded: 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T04:35:15.754 INFO:teuthology.orchestra.run.trial092.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T04:35:15.755 INFO:teuthology.orchestra.run.trial092.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T04:35:15.756 INFO:teuthology.orchestra.run.trial092.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T04:35:15.757 INFO:teuthology.orchestra.run.trial092.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T04:35:15.757 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:15.757 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:35:15.797 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-test 2026-02-18T04:35:15.853 INFO:teuthology.orchestra.run.trial170.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 5.9 MB/s | 1.0 MB 00:00 2026-02-18T04:35:15.976 INFO:teuthology.orchestra.run.trial170.stdout:(36/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 16 MB/s | 5.3 MB 00:00 2026-02-18T04:35:15.990 INFO:teuthology.orchestra.run.trial170.stdout:(37/94): python3-devel-3.9.25-2.el9.x86_64.rpm 1.7 MB/s | 244 kB 00:00 2026-02-18T04:35:15.997 INFO:teuthology.orchestra.run.trial165.stdout:(7/36): librgw2-20.2.0-670.gadc19233.el9.x86_64 17 MB/s | 6.4 MB 00:00 2026-02-18T04:35:16.029 INFO:teuthology.orchestra.run.trial165.stdout:(8/36): python3-ceph-argparse-20.2.0-670.gadc19 1.4 MB/s | 45 kB 00:00 2026-02-18T04:35:16.054 INFO:teuthology.orchestra.run.trial170.stdout:(38/94): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2026-02-18T04:35:16.070 INFO:teuthology.orchestra.run.trial165.stdout:(9/36): python3-ceph-common-20.2.0-670.gadc1923 4.2 MB/s | 175 kB 00:00 2026-02-18T04:35:16.082 INFO:teuthology.orchestra.run.trial170.stdout:(39/94): python3-jmespath-1.0.1-1.el9.noarch.rp 519 kB/s | 48 kB 00:00 2026-02-18T04:35:16.104 INFO:teuthology.orchestra.run.trial170.stdout:(40/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.9 MB/s | 249 kB 00:00 2026-02-18T04:35:16.106 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:00:15 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:35:16.109 INFO:teuthology.orchestra.run.trial165.stdout:(10/36): python3-cephfs-20.2.0-670.gadc19233.el 4.1 MB/s | 162 kB 00:00 2026-02-18T04:35:16.151 INFO:teuthology.orchestra.run.trial165.stdout:(11/36): python3-rados-20.2.0-670.gadc19233.el9 7.5 MB/s | 323 kB 00:00 2026-02-18T04:35:16.162 INFO:teuthology.orchestra.run.trial170.stdout:(41/94): python3-libstoragemgmt-1.10.1-1.el9.x8 1.6 MB/s | 177 kB 00:00 2026-02-18T04:35:16.173 INFO:teuthology.orchestra.run.trial170.stdout:(42/94): python3-markupsafe-1.1.1-12.el9.x86_64 501 kB/s | 35 kB 00:00 2026-02-18T04:35:16.187 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:35:16.187 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:35:16.187 INFO:teuthology.orchestra.run.trial092.stdout: Package Arch Version Repository Size 2026-02-18T04:35:16.187 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:35:16.187 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:35:16.187 INFO:teuthology.orchestra.run.trial092.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout:Installing dependencies: 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout:Install 5 Packages 2026-02-18T04:35:16.188 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:16.189 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 85 M 2026-02-18T04:35:16.189 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 364 M 2026-02-18T04:35:16.189 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:35:16.193 INFO:teuthology.orchestra.run.trial165.stdout:(12/36): python3-rbd-20.2.0-670.gadc19233.el9.x 7.1 MB/s | 305 kB 00:00 2026-02-18T04:35:16.240 INFO:teuthology.orchestra.run.trial165.stdout:(13/36): ceph-radosgw-20.2.0-670.gadc19233.el9. 21 MB/s | 24 MB 00:01 2026-02-18T04:35:16.240 INFO:teuthology.orchestra.run.trial165.stdout:(14/36): python3-rgw-20.2.0-670.gadc19233.el9.x 2.0 MB/s | 99 kB 00:00 2026-02-18T04:35:16.269 INFO:teuthology.orchestra.run.trial170.stdout:(43/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 6.6 MB/s | 1.2 MB 00:00 2026-02-18T04:35:16.274 INFO:teuthology.orchestra.run.trial165.stdout:(15/36): ceph-common-20.2.0-670.gadc19233.el9.x 20 MB/s | 24 MB 00:01 2026-02-18T04:35:16.332 INFO:teuthology.orchestra.run.trial170.stdout:(44/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 2.7 MB/s | 442 kB 00:00 2026-02-18T04:35:16.340 INFO:teuthology.orchestra.run.trial165.stdout:(16/36): mailcap-2.1.49-5.el9.noarch.rpm 332 kB/s | 33 kB 00:00 2026-02-18T04:35:16.359 INFO:teuthology.orchestra.run.trial092.stdout:(1/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.9 MB/s | 164 kB 00:00 2026-02-18T04:35:16.359 INFO:teuthology.orchestra.run.trial165.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 785 kB/s | 93 kB 00:00 2026-02-18T04:35:16.361 INFO:teuthology.orchestra.run.trial170.stdout:(45/94): python3-packaging-20.9-5.el9.noarch.rp 835 kB/s | 77 kB 00:00 2026-02-18T04:35:16.437 INFO:teuthology.orchestra.run.trial092.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 1.4 MB/s | 233 kB 00:00 2026-02-18T04:35:16.468 INFO:teuthology.orchestra.run.trial170.stdout:(46/94): python3-protobuf-3.14.0-17.el9.noarch. 1.9 MB/s | 267 kB 00:00 2026-02-18T04:35:16.471 INFO:teuthology.orchestra.run.trial092.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 1.8 MB/s | 64 kB 00:00 2026-02-18T04:35:16.474 INFO:teuthology.orchestra.run.trial170.stdout:(47/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.4 MB/s | 159 kB 00:00 2026-02-18T04:35:16.510 INFO:teuthology.orchestra.run.trial170.stdout:(48/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 18 MB/s | 6.1 MB 00:00 2026-02-18T04:35:16.522 INFO:teuthology.orchestra.run.trial092.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 1.8 MB/s | 303 kB 00:00 2026-02-18T04:35:16.566 INFO:teuthology.orchestra.run.trial170.stdout:(49/94): python3-requests-oauthlib-1.3.0-12.el9 585 kB/s | 54 kB 00:00 2026-02-18T04:35:16.605 INFO:teuthology.orchestra.run.trial170.stdout:(50/94): python3-pyasn1-modules-0.4.8-6.el9.noa 2.0 MB/s | 279 kB 00:00 2026-02-18T04:35:16.658 INFO:teuthology.orchestra.run.trial170.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 453 kB/s | 42 kB 00:00 2026-02-18T04:35:16.671 INFO:teuthology.orchestra.run.trial165.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 262 kB/s | 104 kB 00:00 2026-02-18T04:35:16.718 INFO:teuthology.orchestra.run.trial170.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 1.6 MB/s | 189 kB 00:00 2026-02-18T04:35:16.745 INFO:teuthology.orchestra.run.trial170.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 1.0 MB/s | 90 kB 00:00 2026-02-18T04:35:16.772 INFO:teuthology.orchestra.run.trial165.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 449 kB/s | 45 kB 00:00 2026-02-18T04:35:16.791 INFO:teuthology.orchestra.run.trial165.stdout:(20/36): libnbd-1.20.3-4.el9.x86_64.rpm 363 kB/s | 164 kB 00:00 2026-02-18T04:35:16.798 INFO:teuthology.orchestra.run.trial170.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 279 kB/s | 22 kB 00:00 2026-02-18T04:35:16.809 INFO:teuthology.orchestra.run.trial165.stdout:(21/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 356 kB/s | 160 kB 00:00 2026-02-18T04:35:16.881 INFO:teuthology.orchestra.run.trial170.stdout:(55/94): protobuf-compiler-3.14.0-17.el9.x86_64 6.2 MB/s | 862 kB 00:00 2026-02-18T04:35:16.961 INFO:teuthology.orchestra.run.trial170.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 242 kB/s | 19 kB 00:00 2026-02-18T04:35:16.972 INFO:teuthology.orchestra.run.trial170.stdout:(57/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 3.1 MB/s | 551 kB 00:00 2026-02-18T04:35:16.984 INFO:teuthology.orchestra.run.trial165.stdout:(22/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 1.5 MB/s | 292 kB 00:00 2026-02-18T04:35:16.985 INFO:teuthology.orchestra.run.trial165.stdout:(23/36): qatlib-25.08.0-2.el9.x86_64.rpm 1.3 MB/s | 240 kB 00:00 2026-02-18T04:35:17.010 INFO:teuthology.orchestra.run.trial170.stdout:(58/94): python3-asyncssh-2.13.2-5.el9.noarch.r 14 MB/s | 548 kB 00:00 2026-02-18T04:35:17.027 INFO:teuthology.orchestra.run.trial170.stdout:(59/94): luarocks-3.9.2-5.el9.noarch.rpm 2.3 MB/s | 151 kB 00:00 2026-02-18T04:35:17.029 INFO:teuthology.orchestra.run.trial170.stdout:(60/94): python3-autocommand-2.2.2-8.el9.noarch 1.5 MB/s | 29 kB 00:00 2026-02-18T04:35:17.049 INFO:teuthology.orchestra.run.trial170.stdout:(61/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 2.2 MB/s | 43 kB 00:00 2026-02-18T04:35:17.049 INFO:teuthology.orchestra.run.trial170.stdout:(62/94): python3-backports-tarfile-1.2.0-1.el9. 2.6 MB/s | 60 kB 00:00 2026-02-18T04:35:17.067 INFO:teuthology.orchestra.run.trial165.stdout:(24/36): qatlib-service-25.08.0-2.el9.x86_64.rp 449 kB/s | 37 kB 00:00 2026-02-18T04:35:17.068 INFO:teuthology.orchestra.run.trial170.stdout:(63/94): python3-cachetools-4.2.4-1.el9.noarch. 1.6 MB/s | 32 kB 00:00 2026-02-18T04:35:17.069 INFO:teuthology.orchestra.run.trial170.stdout:(64/94): python3-certifi-2023.05.07-4.el9.noarc 720 kB/s | 14 kB 00:00 2026-02-18T04:35:17.073 INFO:teuthology.orchestra.run.trial165.stdout:(25/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 760 kB/s | 66 kB 00:00 2026-02-18T04:35:17.074 INFO:teuthology.orchestra.run.trial165.stdout:(26/36): librdkafka-1.6.1-102.el9.x86_64.rpm 2.1 MB/s | 662 kB 00:00 2026-02-18T04:35:17.089 INFO:teuthology.orchestra.run.trial170.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 8.1 MB/s | 173 kB 00:00 2026-02-18T04:35:17.112 INFO:teuthology.orchestra.run.trial170.stdout:(66/94): python3-google-auth-2.45.0-1.el9.noarc 11 MB/s | 254 kB 00:00 2026-02-18T04:35:17.138 INFO:teuthology.orchestra.run.trial170.stdout:(67/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 31 MB/s | 19 MB 00:00 2026-02-18T04:35:17.139 INFO:teuthology.orchestra.run.trial170.stdout:(68/94): python3-cherrypy-18.6.1-2.el9.noarch.r 5.0 MB/s | 358 kB 00:00 2026-02-18T04:35:17.162 INFO:teuthology.orchestra.run.trial170.stdout:(69/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 40 MB/s | 2.0 MB 00:00 2026-02-18T04:35:17.163 INFO:teuthology.orchestra.run.trial170.stdout:(70/94): python3-influxdb-5.3.1-1.el9.noarch.rp 5.6 MB/s | 139 kB 00:00 2026-02-18T04:35:17.182 INFO:teuthology.orchestra.run.trial170.stdout:(71/94): python3-isodate-0.6.1-3.el9.noarch.rpm 2.8 MB/s | 56 kB 00:00 2026-02-18T04:35:17.183 INFO:teuthology.orchestra.run.trial170.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 549 kB/s | 11 kB 00:00 2026-02-18T04:35:17.201 INFO:teuthology.orchestra.run.trial170.stdout:(73/94): python3-jaraco-classes-3.2.1-5.el9.noa 924 kB/s | 18 kB 00:00 2026-02-18T04:35:17.202 INFO:teuthology.orchestra.run.trial170.stdout:(74/94): python3-jaraco-collections-3.0.0-8.el9 1.2 MB/s | 23 kB 00:00 2026-02-18T04:35:17.221 INFO:teuthology.orchestra.run.trial170.stdout:(75/94): python3-jaraco-context-6.0.1-3.el9.noa 1.0 MB/s | 20 kB 00:00 2026-02-18T04:35:17.222 INFO:teuthology.orchestra.run.trial170.stdout:(76/94): python3-jaraco-functools-3.5.0-2.el9.n 1.0 MB/s | 19 kB 00:00 2026-02-18T04:35:17.240 INFO:teuthology.orchestra.run.trial170.stdout:(77/94): python3-jaraco-text-4.0.0-2.el9.noarch 1.3 MB/s | 26 kB 00:00 2026-02-18T04:35:17.260 INFO:teuthology.orchestra.run.trial170.stdout:(78/94): python3-more-itertools-8.12.0-2.el9.no 3.9 MB/s | 79 kB 00:00 2026-02-18T04:35:17.260 INFO:teuthology.orchestra.run.trial165.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 133 kB/s | 25 kB 00:00 2026-02-18T04:35:17.262 INFO:teuthology.orchestra.run.trial170.stdout:(79/94): python3-grpcio-tools-1.46.7-10.el9.x86 1.1 MB/s | 144 kB 00:00 2026-02-18T04:35:17.269 INFO:teuthology.orchestra.run.trial170.stdout:(80/94): python3-kubernetes-26.1.0-3.el9.noarch 21 MB/s | 1.0 MB 00:00 2026-02-18T04:35:17.279 INFO:teuthology.orchestra.run.trial170.stdout:(81/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 4.3 MB/s | 86 kB 00:00 2026-02-18T04:35:17.285 INFO:teuthology.orchestra.run.trial170.stdout:(82/94): python3-natsort-7.1.1-5.el9.noarch.rpm 2.4 MB/s | 58 kB 00:00 2026-02-18T04:35:17.288 INFO:teuthology.orchestra.run.trial170.stdout:(83/94): python3-portend-3.1.0-2.el9.noarch.rpm 851 kB/s | 16 kB 00:00 2026-02-18T04:35:17.299 INFO:teuthology.orchestra.run.trial170.stdout:(84/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 4.5 MB/s | 90 kB 00:00 2026-02-18T04:35:17.307 INFO:teuthology.orchestra.run.trial170.stdout:(85/94): python3-repoze-lru-0.7-16.el9.noarch.r 1.4 MB/s | 31 kB 00:00 2026-02-18T04:35:17.309 INFO:teuthology.orchestra.run.trial170.stdout:(86/94): python3-routes-2.5.1-5.el9.noarch.rpm 8.9 MB/s | 188 kB 00:00 2026-02-18T04:35:17.319 INFO:teuthology.orchestra.run.trial170.stdout:(87/94): python3-rsa-4.9-2.el9.noarch.rpm 3.0 MB/s | 59 kB 00:00 2026-02-18T04:35:17.328 INFO:teuthology.orchestra.run.trial170.stdout:(88/94): python3-tempora-5.0.0-2.el9.noarch.rpm 1.8 MB/s | 36 kB 00:00 2026-02-18T04:35:17.337 INFO:teuthology.orchestra.run.trial170.stdout:(89/94): python3-saml-1.16.0-1.el9.noarch.rpm 4.1 MB/s | 125 kB 00:00 2026-02-18T04:35:17.338 INFO:teuthology.orchestra.run.trial170.stdout:(90/94): python3-typing-extensions-4.15.0-1.el9 4.3 MB/s | 86 kB 00:00 2026-02-18T04:35:17.346 INFO:teuthology.orchestra.run.trial165.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 567 kB/s | 49 kB 00:00 2026-02-18T04:35:17.348 INFO:teuthology.orchestra.run.trial170.stdout:(91/94): python3-websocket-client-1.2.3-2.el9.n 4.4 MB/s | 90 kB 00:00 2026-02-18T04:35:17.358 INFO:teuthology.orchestra.run.trial170.stdout:(92/94): python3-xmltodict-0.12.0-15.el9.noarch 1.1 MB/s | 22 kB 00:00 2026-02-18T04:35:17.360 INFO:teuthology.orchestra.run.trial170.stdout:(93/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 2.1 MB/s | 48 kB 00:00 2026-02-18T04:35:17.368 INFO:teuthology.orchestra.run.trial170.stdout:(94/94): python3-zc-lockfile-2.0-10.el9.noarch. 1.0 MB/s | 20 kB 00:00 2026-02-18T04:35:17.371 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:17.371 INFO:teuthology.orchestra.run.trial170.stdout:Total 24 MB/s | 101 MB 00:04 2026-02-18T04:35:17.395 INFO:teuthology.orchestra.run.trial165.stdout:(29/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 937 kB/s | 308 kB 00:00 2026-02-18T04:35:17.411 INFO:teuthology.orchestra.run.trial165.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.0 MB/s | 67 kB 00:00 2026-02-18T04:35:17.515 INFO:teuthology.orchestra.run.trial165.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 1.8 MB/s | 191 kB 00:00 2026-02-18T04:35:17.525 INFO:teuthology.orchestra.run.trial165.stdout:(32/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 6.3 MB/s | 838 kB 00:00 2026-02-18T04:35:17.564 INFO:teuthology.orchestra.run.trial165.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 9.0 MB/s | 4.4 MB 00:00 2026-02-18T04:35:17.692 INFO:teuthology.orchestra.run.trial165.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 8.9 MB/s | 1.6 MB 00:00 2026-02-18T04:35:17.792 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:17.830 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:17.830 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:17.911 INFO:teuthology.orchestra.run.trial165.stdout:(35/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 8.2 MB/s | 2.8 MB 00:00 2026-02-18T04:35:17.917 INFO:teuthology.orchestra.run.trial165.stdout:(36/36): librados2-20.2.0-670.gadc19233.el9.x86 9.0 MB/s | 3.5 MB 00:00 2026-02-18T04:35:17.921 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:17.921 INFO:teuthology.orchestra.run.trial165.stdout:Total 23 MB/s | 78 MB 00:03 2026-02-18T04:35:17.986 INFO:teuthology.orchestra.run.trial092.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 49 MB/s | 84 MB 00:01 2026-02-18T04:35:17.987 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:17.987 INFO:teuthology.orchestra.run.trial092.stdout:Total 47 MB/s | 85 MB 00:01 2026-02-18T04:35:18.011 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:18.012 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:35:18.022 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:35:18.022 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:35:18.030 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:18.030 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:18.265 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:18.266 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:18.306 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:18.306 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:18.310 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:35:18.310 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:35:18.619 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:35:18.625 INFO:teuthology.orchestra.run.trial092.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T04:35:18.629 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T04:35:18.634 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:18.637 INFO:teuthology.orchestra.run.trial092.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T04:35:18.638 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T04:35:18.645 INFO:teuthology.orchestra.run.trial165.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T04:35:18.722 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:18.724 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T04:35:18.728 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T04:35:18.749 INFO:teuthology.orchestra.run.trial170.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T04:35:18.760 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T04:35:18.793 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T04:35:18.800 INFO:teuthology.orchestra.run.trial165.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T04:35:18.802 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T04:35:18.804 INFO:teuthology.orchestra.run.trial165.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:35:18.807 INFO:teuthology.orchestra.run.trial170.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T04:35:18.810 INFO:teuthology.orchestra.run.trial170.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T04:35:18.814 INFO:teuthology.orchestra.run.trial170.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T04:35:18.837 INFO:teuthology.orchestra.run.trial170.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T04:35:18.850 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T04:35:18.854 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T04:35:18.855 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:35:18.856 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:35:18.860 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T04:35:18.862 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T04:35:18.869 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:35:18.873 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T04:35:18.873 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T04:35:18.874 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:35:18.879 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T04:35:18.900 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:35:18.902 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T04:35:18.903 INFO:teuthology.orchestra.run.trial170.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T04:35:18.906 INFO:teuthology.orchestra.run.trial170.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T04:35:18.910 INFO:teuthology.orchestra.run.trial165.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T04:35:18.912 INFO:teuthology.orchestra.run.trial165.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T04:35:18.913 INFO:teuthology.orchestra.run.trial170.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T04:35:18.915 INFO:teuthology.orchestra.run.trial165.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T04:35:18.919 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T04:35:18.928 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T04:35:18.939 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T04:35:18.940 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:35:18.953 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:35:18.964 INFO:teuthology.orchestra.run.trial170.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T04:35:18.977 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T04:35:18.979 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T04:35:18.983 INFO:teuthology.orchestra.run.trial165.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T04:35:18.984 INFO:teuthology.orchestra.run.trial170.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T04:35:18.987 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T04:35:18.989 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T04:35:18.993 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T04:35:18.994 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T04:35:18.995 INFO:teuthology.orchestra.run.trial165.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T04:35:18.997 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T04:35:18.999 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T04:35:19.012 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T04:35:19.016 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T04:35:19.021 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T04:35:19.032 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T04:35:19.041 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T04:35:19.048 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T04:35:19.067 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T04:35:19.078 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T04:35:19.094 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T04:35:19.098 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T04:35:19.106 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T04:35:19.121 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T04:35:19.123 INFO:teuthology.orchestra.run.trial165.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T04:35:19.146 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T04:35:19.147 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T04:35:19.150 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T04:35:19.156 INFO:teuthology.orchestra.run.trial165.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T04:35:19.434 INFO:teuthology.orchestra.run.trial165.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T04:35:19.436 INFO:teuthology.orchestra.run.trial165.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T04:35:19.451 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T04:35:19.455 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T04:35:19.460 INFO:teuthology.orchestra.run.trial165.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T04:35:19.462 INFO:teuthology.orchestra.run.trial165.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T04:35:19.463 INFO:teuthology.orchestra.run.trial165.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T04:35:19.471 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T04:35:19.480 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T04:35:19.482 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T04:35:19.483 INFO:teuthology.orchestra.run.trial165.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T04:35:19.486 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T04:35:19.491 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T04:35:19.493 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T04:35:19.515 INFO:teuthology.orchestra.run.trial165.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T04:35:19.517 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T04:35:19.521 INFO:teuthology.orchestra.run.trial170.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T04:35:19.565 INFO:teuthology.orchestra.run.trial170.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T04:35:19.572 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T04:35:19.575 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T04:35:19.581 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T04:35:19.585 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T04:35:19.592 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T04:35:19.595 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T04:35:19.623 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T04:35:19.633 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T04:35:19.639 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T04:35:19.646 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T04:35:19.680 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T04:35:19.906 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T04:35:19.929 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T04:35:19.933 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T04:35:19.992 INFO:teuthology.orchestra.run.trial170.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T04:35:19.994 INFO:teuthology.orchestra.run.trial170.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T04:35:20.015 INFO:teuthology.orchestra.run.trial170.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T04:35:20.340 INFO:teuthology.orchestra.run.trial170.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T04:35:20.413 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T04:35:20.593 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:35:20.596 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:35:20.893 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T04:35:20.896 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T04:35:20.935 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T04:35:20.935 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-18T04:35:20.935 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-18T04:35:20.935 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:20.938 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:35:21.084 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T04:35:21.103 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T04:35:21.117 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T04:35:21.132 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T04:35:21.208 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T04:35:21.217 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T04:35:21.240 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T04:35:21.270 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T04:35:21.321 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T04:35:21.327 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T04:35:21.330 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T04:35:21.331 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T04:35:21.350 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:21.350 INFO:teuthology.orchestra.run.trial170.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T04:35:21.350 INFO:teuthology.orchestra.run.trial170.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T04:35:21.350 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:21.360 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:21.386 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:21.386 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T04:35:21.386 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:21.421 INFO:teuthology.orchestra.run.trial170.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T04:35:21.484 INFO:teuthology.orchestra.run.trial170.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T04:35:21.486 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T04:35:21.499 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T04:35:21.500 INFO:teuthology.orchestra.run.trial170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:21.500 INFO:teuthology.orchestra.run.trial170.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T04:35:21.500 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:22.172 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T04:35:22.197 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T04:35:22.197 INFO:teuthology.orchestra.run.trial170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:22.197 INFO:teuthology.orchestra.run.trial170.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T04:35:22.198 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T04:35:22.198 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T04:35:22.198 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:22.257 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T04:35:22.259 INFO:teuthology.orchestra.run.trial170.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T04:35:22.266 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T04:35:22.289 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T04:35:22.290 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T04:35:22.449 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T04:35:22.468 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T04:35:22.798 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T04:35:22.798 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T04:35:22.798 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T04:35:22.798 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T04:35:22.798 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T04:35:22.850 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T04:35:22.850 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:22.850 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:35:22.850 INFO:teuthology.orchestra.run.trial092.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:22.851 INFO:teuthology.orchestra.run.trial092.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:22.851 INFO:teuthology.orchestra.run.trial092.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T04:35:22.851 INFO:teuthology.orchestra.run.trial092.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T04:35:22.851 INFO:teuthology.orchestra.run.trial092.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T04:35:22.851 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:22.851 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:35:22.886 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph 2026-02-18T04:35:23.189 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:35:23.273 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:35:23.276 INFO:teuthology.orchestra.run.trial092.stdout:====================================================================================== 2026-02-18T04:35:23.276 INFO:teuthology.orchestra.run.trial092.stdout: Package Arch Version Repository Size 2026-02-18T04:35:23.276 INFO:teuthology.orchestra.run.trial092.stdout:====================================================================================== 2026-02-18T04:35:23.276 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout:Installing dependencies: 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T04:35:23.277 INFO:teuthology.orchestra.run.trial092.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T04:35:23.278 INFO:teuthology.orchestra.run.trial092.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T04:35:23.279 INFO:teuthology.orchestra.run.trial092.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T04:35:23.280 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T04:35:23.281 INFO:teuthology.orchestra.run.trial092.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T04:35:23.282 INFO:teuthology.orchestra.run.trial092.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T04:35:23.283 INFO:teuthology.orchestra.run.trial092.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout:Installing weak dependencies: 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T04:35:23.284 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:23.285 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:35:23.285 INFO:teuthology.orchestra.run.trial092.stdout:====================================================================================== 2026-02-18T04:35:23.285 INFO:teuthology.orchestra.run.trial092.stdout:Install 94 Packages 2026-02-18T04:35:23.285 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:23.286 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 101 M 2026-02-18T04:35:23.286 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 560 M 2026-02-18T04:35:23.286 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:35:23.433 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T04:35:23.439 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T04:35:23.637 INFO:teuthology.orchestra.run.trial092.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 109 kB/s | 6.5 kB 00:00 2026-02-18T04:35:23.700 INFO:teuthology.orchestra.run.trial092.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 7.6 MB/s | 961 kB 00:00 2026-02-18T04:35:23.757 INFO:teuthology.orchestra.run.trial092.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 13 MB/s | 2.3 MB 00:00 2026-02-18T04:35:23.793 INFO:teuthology.orchestra.run.trial092.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 1.2 MB/s | 43 kB 00:00 2026-02-18T04:35:23.833 INFO:teuthology.orchestra.run.trial092.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 4.2 MB/s | 173 kB 00:00 2026-02-18T04:35:23.890 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T04:35:23.890 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T04:35:23.905 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T04:35:23.905 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T04:35:23.960 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T04:35:24.004 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T04:35:24.006 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T04:35:24.028 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T04:35:24.028 INFO:teuthology.orchestra.run.trial170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:24.028 INFO:teuthology.orchestra.run.trial170.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T04:35:24.028 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T04:35:24.028 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T04:35:24.028 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:24.041 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T04:35:24.053 INFO:teuthology.orchestra.run.trial092.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 12 MB/s | 5.1 MB 00:00 2026-02-18T04:35:24.266 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T04:35:24.268 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T04:35:24.289 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T04:35:24.290 INFO:teuthology.orchestra.run.trial170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:24.290 INFO:teuthology.orchestra.run.trial170.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T04:35:24.290 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T04:35:24.290 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T04:35:24.290 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:24.351 INFO:teuthology.orchestra.run.trial092.stdout:(7/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_6 26 MB/s | 17 MB 00:00 2026-02-18T04:35:24.365 INFO:teuthology.orchestra.run.trial092.stdout:(8/94): ceph-mgr-dashboard-20.2.0-670.gadc19233 20 MB/s | 11 MB 00:00 2026-02-18T04:35:24.365 INFO:teuthology.orchestra.run.trial092.stdout:(9/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 1.5 MB/s | 22 kB 00:00 2026-02-18T04:35:24.377 INFO:teuthology.orchestra.run.trial092.stdout:(10/94): ceph-mgr-modules-core-20.2.0-670.gadc1 23 MB/s | 290 kB 00:00 2026-02-18T04:35:24.383 INFO:teuthology.orchestra.run.trial092.stdout:(11/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 2.8 MB/s | 50 kB 00:00 2026-02-18T04:35:24.387 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T04:35:24.390 INFO:teuthology.orchestra.run.trial092.stdout:(12/94): ceph-prometheus-alerts-20.2.0-670.gadc 1.4 MB/s | 17 kB 00:00 2026-02-18T04:35:24.399 INFO:teuthology.orchestra.run.trial092.stdout:(13/94): ceph-volume-20.2.0-670.gadc19233.el9.n 17 MB/s | 297 kB 00:00 2026-02-18T04:35:24.409 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T04:35:24.409 INFO:teuthology.orchestra.run.trial170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:24.409 INFO:teuthology.orchestra.run.trial170.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T04:35:24.410 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T04:35:24.410 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T04:35:24.410 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:24.425 INFO:teuthology.orchestra.run.trial092.stdout:(14/94): cephadm-20.2.0-670.gadc19233.el9.noarc 28 MB/s | 1.0 MB 00:00 2026-02-18T04:35:24.428 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T04:35:24.457 INFO:teuthology.orchestra.run.trial092.stdout:(15/94): ceph-mgr-diskprediction-local-20.2.0-6 18 MB/s | 7.4 MB 00:00 2026-02-18T04:35:24.488 INFO:teuthology.orchestra.run.trial092.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 649 kB/s | 40 kB 00:00 2026-02-18T04:35:24.520 INFO:teuthology.orchestra.run.trial092.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 1.1 MB/s | 72 kB 00:00 2026-02-18T04:35:24.529 INFO:teuthology.orchestra.run.trial092.stdout:(18/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 2.6 MB/s | 350 kB 00:00 2026-02-18T04:35:24.554 INFO:teuthology.orchestra.run.trial092.stdout:(19/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 10 MB/s | 253 kB 00:00 2026-02-18T04:35:24.564 INFO:teuthology.orchestra.run.trial092.stdout:(20/94): libquadmath-11.5.0-14.el9.x86_64.rpm 4.1 MB/s | 184 kB 00:00 2026-02-18T04:35:24.573 INFO:teuthology.orchestra.run.trial092.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 9.1 MB/s | 794 kB 00:00 2026-02-18T04:35:24.588 INFO:teuthology.orchestra.run.trial092.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 4.4 MB/s | 106 kB 00:00 2026-02-18T04:35:24.597 INFO:teuthology.orchestra.run.trial092.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 5.5 MB/s | 135 kB 00:00 2026-02-18T04:35:24.612 INFO:teuthology.orchestra.run.trial092.stdout:(24/94): python3-requests-2.25.1-10.el9.noarch. 5.2 MB/s | 126 kB 00:00 2026-02-18T04:35:24.617 INFO:teuthology.orchestra.run.trial092.stdout:(25/94): python3-cryptography-36.0.1-5.el9.x86_ 20 MB/s | 1.2 MB 00:00 2026-02-18T04:35:24.619 INFO:teuthology.orchestra.run.trial092.stdout:(26/94): python3-urllib3-1.26.5-7.el9.noarch.rp 9.5 MB/s | 218 kB 00:00 2026-02-18T04:35:24.639 INFO:teuthology.orchestra.run.trial092.stdout:(27/94): unzip-6.0-59.el9.x86_64.rpm 6.7 MB/s | 182 kB 00:00 2026-02-18T04:35:24.641 INFO:teuthology.orchestra.run.trial092.stdout:(28/94): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-18T04:35:25.091 INFO:teuthology.orchestra.run.trial092.stdout:(29/94): flexiblas-openblas-openmp-3.0.4-9.el9. 33 kB/s | 15 kB 00:00 2026-02-18T04:35:25.093 INFO:teuthology.orchestra.run.trial092.stdout:(30/94): flexiblas-3.0.4-9.el9.x86_64.rpm 63 kB/s | 30 kB 00:00 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T04:35:25.135 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T04:35:25.136 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T04:35:25.137 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T04:35:25.138 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T04:35:25.139 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T04:35:25.140 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T04:35:25.141 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T04:35:25.142 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T04:35:25.142 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T04:35:25.142 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T04:35:25.142 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T04:35:25.142 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T04:35:25.142 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T04:35:25.142 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T04:35:25.142 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T04:35:25.199 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T04:35:25.199 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:25.199 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:25.199 INFO:teuthology.orchestra.run.trial170.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:25.200 INFO:teuthology.orchestra.run.trial170.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T04:35:25.201 INFO:teuthology.orchestra.run.trial170.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T04:35:25.202 INFO:teuthology.orchestra.run.trial170.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T04:35:25.203 INFO:teuthology.orchestra.run.trial170.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T04:35:25.204 INFO:teuthology.orchestra.run.trial170.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T04:35:25.205 INFO:teuthology.orchestra.run.trial170.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T04:35:25.206 INFO:teuthology.orchestra.run.trial170.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T04:35:25.207 INFO:teuthology.orchestra.run.trial170.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T04:35:25.207 INFO:teuthology.orchestra.run.trial170.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T04:35:25.207 INFO:teuthology.orchestra.run.trial170.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T04:35:25.207 INFO:teuthology.orchestra.run.trial170.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T04:35:25.207 INFO:teuthology.orchestra.run.trial170.stdout: zip-3.0-35.el9.x86_64 2026-02-18T04:35:25.207 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:25.207 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:25.255 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-base 2026-02-18T04:35:25.409 INFO:teuthology.orchestra.run.trial092.stdout:(31/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 773 kB/s | 246 kB 00:00 2026-02-18T04:35:25.410 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:35:25.411 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /sys 2026-02-18T04:35:25.411 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /proc 2026-02-18T04:35:25.411 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /mnt 2026-02-18T04:35:25.411 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /var/tmp 2026-02-18T04:35:25.411 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /home 2026-02-18T04:35:25.411 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /root 2026-02-18T04:35:25.411 INFO:teuthology.orchestra.run.trial165.stdout:skipping the directory /tmp 2026-02-18T04:35:25.411 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:25.412 INFO:teuthology.orchestra.run.trial092.stdout:(32/94): lua-5.4.4-4.el9.x86_64.rpm 591 kB/s | 188 kB 00:00 2026-02-18T04:35:25.493 INFO:teuthology.orchestra.run.trial092.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 505 kB/s | 42 kB 00:00 2026-02-18T04:35:25.573 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:25.638 INFO:teuthology.orchestra.run.trial170.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:25.656 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:25.656 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:25.656 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:25.678 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install cephadm 2026-02-18T04:35:25.988 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:26.053 INFO:teuthology.orchestra.run.trial170.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:26.071 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:26.071 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:26.071 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:26.093 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T04:35:26.403 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:26.437 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T04:35:26.461 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T04:35:26.461 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:26.461 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T04:35:26.461 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-18T04:35:26.461 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-18T04:35:26.462 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:26.463 INFO:teuthology.orchestra.run.trial165.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T04:35:26.475 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T04:35:26.475 INFO:teuthology.orchestra.run.trial165.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:26.484 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:26.485 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:26.485 INFO:teuthology.orchestra.run.trial170.stdout: Package Arch Version Repo Size 2026-02-18T04:35:26.485 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:26.485 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:26.485 INFO:teuthology.orchestra.run.trial170.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T04:35:26.485 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:26.486 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:26.486 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:26.486 INFO:teuthology.orchestra.run.trial170.stdout:Install 1 Package 2026-02-18T04:35:26.486 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:26.486 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 154 k 2026-02-18T04:35:26.486 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 447 k 2026-02-18T04:35:26.486 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:26.530 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:26.531 INFO:teuthology.orchestra.run.trial165.stdout:Creating group 'qat' with GID 992. 2026-02-18T04:35:26.531 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:26.571 INFO:teuthology.orchestra.run.trial170.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 1.8 MB/s | 154 kB 00:00 2026-02-18T04:35:26.572 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:26.572 INFO:teuthology.orchestra.run.trial170.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-18T04:35:26.572 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:26.576 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:26.576 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:26.607 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:26.607 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:26.663 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:26.664 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:35:26.673 INFO:teuthology.orchestra.run.trial092.stdout:(34/94): protobuf-3.14.0-17.el9.x86_64.rpm 871 kB/s | 1.0 MB 00:01 2026-02-18T04:35:26.687 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:35:26.687 INFO:teuthology.orchestra.run.trial170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:26.687 INFO:teuthology.orchestra.run.trial170.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T04:35:26.687 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:26.849 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T04:35:26.849 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T04:35:26.849 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T04:35:26.849 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T04:35:26.850 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T04:35:26.851 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T04:35:26.852 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T04:35:26.852 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T04:35:26.852 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T04:35:26.905 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T04:35:26.905 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:26.905 INFO:teuthology.orchestra.run.trial165.stdout:Upgraded: 2026-02-18T04:35:26.905 INFO:teuthology.orchestra.run.trial165.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.905 INFO:teuthology.orchestra.run.trial165.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T04:35:26.906 INFO:teuthology.orchestra.run.trial165.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.907 INFO:teuthology.orchestra.run.trial165.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.908 INFO:teuthology.orchestra.run.trial165.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T04:35:26.908 INFO:teuthology.orchestra.run.trial165.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T04:35:26.908 INFO:teuthology.orchestra.run.trial165.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T04:35:26.908 INFO:teuthology.orchestra.run.trial165.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T04:35:26.908 INFO:teuthology.orchestra.run.trial165.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T04:35:26.908 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:26.908 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:26.945 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-test 2026-02-18T04:35:26.967 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:35:26.968 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:26.968 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:26.968 INFO:teuthology.orchestra.run.trial170.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:26.968 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:26.968 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:26.994 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-mgr 2026-02-18T04:35:27.253 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:14 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:27.306 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:27.335 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repository Size 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T04:35:27.336 INFO:teuthology.orchestra.run.trial165.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T04:35:27.337 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:27.337 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:27.337 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:27.337 INFO:teuthology.orchestra.run.trial165.stdout:Install 5 Packages 2026-02-18T04:35:27.337 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:27.337 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 85 M 2026-02-18T04:35:27.337 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 364 M 2026-02-18T04:35:27.337 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:27.371 INFO:teuthology.orchestra.run.trial170.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:27.388 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:27.389 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:27.389 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:27.410 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T04:35:27.519 INFO:teuthology.orchestra.run.trial165.stdout:(1/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.9 MB/s | 164 kB 00:00 2026-02-18T04:35:27.615 INFO:teuthology.orchestra.run.trial165.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 1.2 MB/s | 233 kB 00:00 2026-02-18T04:35:27.644 INFO:teuthology.orchestra.run.trial165.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.2 MB/s | 64 kB 00:00 2026-02-18T04:35:27.681 INFO:teuthology.orchestra.run.trial165.stdout:(4/5): socat-1.7.4.1-8.el9.x86_64.rpm 1.8 MB/s | 303 kB 00:00 2026-02-18T04:35:27.720 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:27.784 INFO:teuthology.orchestra.run.trial170.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:27.802 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:27.803 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:27.803 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:27.825 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T04:35:28.133 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:28.198 INFO:teuthology.orchestra.run.trial170.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:28.215 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:28.216 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:28.216 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:28.237 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-mgr-rook 2026-02-18T04:35:28.544 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:28.609 INFO:teuthology.orchestra.run.trial170.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:28.627 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:28.628 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:28.628 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:28.649 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T04:35:28.959 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:29.025 INFO:teuthology.orchestra.run.trial170.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:29.043 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:29.043 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:29.044 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:29.064 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-fuse 2026-02-18T04:35:29.118 INFO:teuthology.orchestra.run.trial165.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 50 MB/s | 84 MB 00:01 2026-02-18T04:35:29.119 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:29.120 INFO:teuthology.orchestra.run.trial165.stdout:Total 47 MB/s | 85 MB 00:01 2026-02-18T04:35:29.145 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:29.155 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:29.155 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:29.370 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:29.441 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:29.442 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:29.453 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:29.454 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:29.454 INFO:teuthology.orchestra.run.trial170.stdout: Package Architecture Version Repository Size 2026-02-18T04:35:29.454 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:29.454 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:29.454 INFO:teuthology.orchestra.run.trial170.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T04:35:29.454 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:29.454 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:29.454 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:29.455 INFO:teuthology.orchestra.run.trial170.stdout:Install 1 Package 2026-02-18T04:35:29.455 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:29.455 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 942 k 2026-02-18T04:35:29.455 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 2.7 M 2026-02-18T04:35:29.455 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:29.572 INFO:teuthology.orchestra.run.trial170.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.8 MB/s | 942 kB 00:00 2026-02-18T04:35:29.573 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:29.573 INFO:teuthology.orchestra.run.trial170.stdout:Total 7.8 MB/s | 942 kB 00:00 2026-02-18T04:35:29.573 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:29.577 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:29.577 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:29.611 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:29.612 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:29.683 INFO:teuthology.orchestra.run.trial092.stdout:(35/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 607 kB/s | 3.0 MB 00:05 2026-02-18T04:35:29.703 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:29.720 INFO:teuthology.orchestra.run.trial170.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:29.751 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:29.757 INFO:teuthology.orchestra.run.trial165.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T04:35:29.761 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T04:35:29.769 INFO:teuthology.orchestra.run.trial165.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T04:35:29.770 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T04:35:29.947 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:30.001 INFO:teuthology.orchestra.run.trial092.stdout:(36/94): python3-devel-3.9.25-2.el9.x86_64.rpm 769 kB/s | 244 kB 00:00 2026-02-18T04:35:30.003 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:30.003 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:30.003 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:30.004 INFO:teuthology.orchestra.run.trial170.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:30.004 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:30.004 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:30.030 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install ceph-volume 2026-02-18T04:35:30.319 INFO:teuthology.orchestra.run.trial092.stdout:(37/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 784 kB/s | 249 kB 00:00 2026-02-18T04:35:30.342 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:30.402 INFO:teuthology.orchestra.run.trial092.stdout:(38/94): python3-jmespath-1.0.1-1.el9.noarch.rp 573 kB/s | 48 kB 00:00 2026-02-18T04:35:30.407 INFO:teuthology.orchestra.run.trial170.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:30.425 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:30.425 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:30.425 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:30.446 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install librados-devel 2026-02-18T04:35:30.641 INFO:teuthology.orchestra.run.trial092.stdout:(39/94): python3-libstoragemgmt-1.10.1-1.el9.x8 738 kB/s | 177 kB 00:00 2026-02-18T04:35:30.766 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:30.848 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:30.849 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:30.849 INFO:teuthology.orchestra.run.trial170.stdout: Package Arch Version Repo Size 2026-02-18T04:35:30.849 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:30.849 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout:Install 1 Package 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 126 k 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 449 k 2026-02-18T04:35:30.850 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:30.934 INFO:teuthology.orchestra.run.trial170.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.5 MB/s | 126 kB 00:00 2026-02-18T04:35:30.934 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:30.934 INFO:teuthology.orchestra.run.trial170.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T04:35:30.935 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:30.937 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:30.937 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:30.971 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:30.971 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:31.026 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:31.043 INFO:teuthology.orchestra.run.trial170.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:31.125 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:31.183 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:31.183 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:31.183 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:31.183 INFO:teuthology.orchestra.run.trial170.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:31.183 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:31.184 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:31.210 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install libcephfs2 2026-02-18T04:35:31.529 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:31.549 INFO:teuthology.orchestra.run.trial092.stdout:(40/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 881 kB/s | 5.3 MB 00:06 2026-02-18T04:35:31.596 INFO:teuthology.orchestra.run.trial170.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:31.613 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:31.614 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:31.614 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:31.633 INFO:teuthology.orchestra.run.trial092.stdout:(41/94): python3-markupsafe-1.1.1-12.el9.x86_64 415 kB/s | 35 kB 00:00 2026-02-18T04:35:31.636 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install libcephfs-devel 2026-02-18T04:35:31.945 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:32.029 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout: Package Arch Version Repo Size 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout:Install 1 Package 2026-02-18T04:35:32.030 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:32.031 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 34 k 2026-02-18T04:35:32.031 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 155 k 2026-02-18T04:35:32.031 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:32.050 INFO:teuthology.orchestra.run.trial092.stdout:(42/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 889 kB/s | 1.2 MB 00:01 2026-02-18T04:35:32.093 INFO:teuthology.orchestra.run.trial170.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 545 kB/s | 34 kB 00:00 2026-02-18T04:35:32.094 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:32.094 INFO:teuthology.orchestra.run.trial170.stdout:Total 538 kB/s | 34 kB 00:00 2026-02-18T04:35:32.094 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:32.096 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:32.096 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:32.098 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:32.098 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:32.118 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:32.134 INFO:teuthology.orchestra.run.trial170.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:32.191 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:32.248 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:32.248 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:32.248 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:32.248 INFO:teuthology.orchestra.run.trial170.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:32.248 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:32.248 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:32.278 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install librados2 2026-02-18T04:35:32.586 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:32.601 INFO:teuthology.orchestra.run.trial092.stdout:(43/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 803 kB/s | 442 kB 00:00 2026-02-18T04:35:32.651 INFO:teuthology.orchestra.run.trial170.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:32.668 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:32.669 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:32.669 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:32.691 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install librbd1 2026-02-18T04:35:32.763 INFO:teuthology.orchestra.run.trial092.stdout:(44/94): python3-packaging-20.9-5.el9.noarch.rp 477 kB/s | 77 kB 00:00 2026-02-18T04:35:33.002 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:33.069 INFO:teuthology.orchestra.run.trial170.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:33.080 INFO:teuthology.orchestra.run.trial092.stdout:(45/94): python3-protobuf-3.14.0-17.el9.noarch. 843 kB/s | 267 kB 00:00 2026-02-18T04:35:33.086 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:33.087 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:33.087 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:33.109 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install python3-rados 2026-02-18T04:35:33.319 INFO:teuthology.orchestra.run.trial092.stdout:(46/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 665 kB/s | 159 kB 00:00 2026-02-18T04:35:33.425 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:33.481 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T04:35:33.488 INFO:teuthology.orchestra.run.trial170.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:33.500 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T04:35:33.500 INFO:teuthology.orchestra.run.trial092.stdout:(47/94): python3-babel-2.9.1-2.el9.noarch.rpm 894 kB/s | 6.0 MB 00:06 2026-02-18T04:35:33.506 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:33.507 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:33.507 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:33.529 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install python3-rgw 2026-02-18T04:35:33.583 INFO:teuthology.orchestra.run.trial092.stdout:(48/94): python3-requests-oauthlib-1.3.0-12.el9 643 kB/s | 54 kB 00:00 2026-02-18T04:35:33.713 INFO:teuthology.orchestra.run.trial092.stdout:(49/94): python3-pyasn1-modules-0.4.8-6.el9.noa 707 kB/s | 279 kB 00:00 2026-02-18T04:35:33.796 INFO:teuthology.orchestra.run.trial092.stdout:(50/94): python3-toml-0.10.2-6.el9.noarch.rpm 503 kB/s | 42 kB 00:00 2026-02-18T04:35:33.838 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T04:35:33.838 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T04:35:33.838 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T04:35:33.838 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T04:35:33.838 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T04:35:33.841 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:33.891 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:33.904 INFO:teuthology.orchestra.run.trial170.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:33.922 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:33.922 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:33.922 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:33.927 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph 2026-02-18T04:35:33.943 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install python3-cephfs 2026-02-18T04:35:34.035 INFO:teuthology.orchestra.run.trial092.stdout:(51/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 790 kB/s | 189 kB 00:00 2026-02-18T04:35:34.196 INFO:teuthology.orchestra.run.trial092.stdout:(52/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 560 kB/s | 90 kB 00:00 2026-02-18T04:35:34.232 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:34.256 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:34.297 INFO:teuthology.orchestra.run.trial092.stdout:(53/94): lua-devel-5.4.4-4.el9.x86_64.rpm 220 kB/s | 22 kB 00:00 2026-02-18T04:35:34.317 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout:====================================================================================== 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repository Size 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout:====================================================================================== 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout:Installing dependencies: 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T04:35:34.320 INFO:teuthology.orchestra.run.trial165.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T04:35:34.321 INFO:teuthology.orchestra.run.trial165.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T04:35:34.322 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T04:35:34.323 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout:Installing weak dependencies: 2026-02-18T04:35:34.324 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout:====================================================================================== 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout:Install 94 Packages 2026-02-18T04:35:34.325 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:34.326 INFO:teuthology.orchestra.run.trial170.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:34.326 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 101 M 2026-02-18T04:35:34.326 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 560 M 2026-02-18T04:35:34.326 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:34.338 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:34.338 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:34.339 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:34.360 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install python3-rbd 2026-02-18T04:35:34.476 INFO:teuthology.orchestra.run.trial092.stdout:(54/94): protobuf-compiler-3.14.0-17.el9.x86_64 4.7 MB/s | 862 kB 00:00 2026-02-18T04:35:34.677 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:34.690 INFO:teuthology.orchestra.run.trial092.stdout:(55/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 2.5 MB/s | 551 kB 00:00 2026-02-18T04:35:34.691 INFO:teuthology.orchestra.run.trial165.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 129 kB/s | 6.5 kB 00:00 2026-02-18T04:35:34.715 INFO:teuthology.orchestra.run.trial092.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 794 kB/s | 19 kB 00:00 2026-02-18T04:35:34.740 INFO:teuthology.orchestra.run.trial170.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:34.744 INFO:teuthology.orchestra.run.trial092.stdout:(57/94): luarocks-3.9.2-5.el9.noarch.rpm 5.2 MB/s | 151 kB 00:00 2026-02-18T04:35:34.758 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:34.758 INFO:teuthology.orchestra.run.trial170.stdout:Nothing to do. 2026-02-18T04:35:34.759 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:34.776 INFO:teuthology.orchestra.run.trial165.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 7.0 MB/s | 961 kB 00:00 2026-02-18T04:35:34.780 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install rbd-fuse 2026-02-18T04:35:34.784 INFO:teuthology.orchestra.run.trial092.stdout:(58/94): python3-asyncssh-2.13.2-5.el9.noarch.r 13 MB/s | 548 kB 00:00 2026-02-18T04:35:34.807 INFO:teuthology.orchestra.run.trial165.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 14 MB/s | 2.3 MB 00:00 2026-02-18T04:35:34.815 INFO:teuthology.orchestra.run.trial092.stdout:(59/94): python3-autocommand-2.2.2-8.el9.noarch 952 kB/s | 29 kB 00:00 2026-02-18T04:35:34.841 INFO:teuthology.orchestra.run.trial092.stdout:(60/94): python3-backports-tarfile-1.2.0-1.el9. 2.3 MB/s | 60 kB 00:00 2026-02-18T04:35:34.843 INFO:teuthology.orchestra.run.trial165.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 1.1 MB/s | 43 kB 00:00 2026-02-18T04:35:34.866 INFO:teuthology.orchestra.run.trial092.stdout:(61/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.7 MB/s | 43 kB 00:00 2026-02-18T04:35:34.883 INFO:teuthology.orchestra.run.trial165.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 4.3 MB/s | 173 kB 00:00 2026-02-18T04:35:34.891 INFO:teuthology.orchestra.run.trial092.stdout:(62/94): python3-cachetools-4.2.4-1.el9.noarch. 1.3 MB/s | 32 kB 00:00 2026-02-18T04:35:34.915 INFO:teuthology.orchestra.run.trial092.stdout:(63/94): python3-certifi-2023.05.07-4.el9.noarc 582 kB/s | 14 kB 00:00 2026-02-18T04:35:34.917 INFO:teuthology.orchestra.run.trial165.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 22 MB/s | 5.1 MB 00:00 2026-02-18T04:35:34.944 INFO:teuthology.orchestra.run.trial092.stdout:(64/94): python3-cheroot-10.0.1-4.el9.noarch.rp 5.9 MB/s | 173 kB 00:00 2026-02-18T04:35:34.977 INFO:teuthology.orchestra.run.trial092.stdout:(65/94): python3-cherrypy-18.6.1-2.el9.noarch.r 11 MB/s | 358 kB 00:00 2026-02-18T04:35:35.008 INFO:teuthology.orchestra.run.trial092.stdout:(66/94): python3-google-auth-2.45.0-1.el9.noarc 8.0 MB/s | 254 kB 00:00 2026-02-18T04:35:35.083 INFO:teuthology.orchestra.run.trial092.stdout:(67/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 27 MB/s | 2.0 MB 00:00 2026-02-18T04:35:35.091 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:35.109 INFO:teuthology.orchestra.run.trial092.stdout:(68/94): python3-grpcio-tools-1.46.7-10.el9.x86 5.5 MB/s | 144 kB 00:00 2026-02-18T04:35:35.134 INFO:teuthology.orchestra.run.trial092.stdout:(69/94): python3-influxdb-5.3.1-1.el9.noarch.rp 5.3 MB/s | 139 kB 00:00 2026-02-18T04:35:35.159 INFO:teuthology.orchestra.run.trial092.stdout:(70/94): python3-isodate-0.6.1-3.el9.noarch.rpm 2.2 MB/s | 56 kB 00:00 2026-02-18T04:35:35.174 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:35.175 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:35.175 INFO:teuthology.orchestra.run.trial170.stdout: Package Architecture Version Repository Size 2026-02-18T04:35:35.175 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout:Install 1 Package 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 91 k 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 238 k 2026-02-18T04:35:35.176 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:35.184 INFO:teuthology.orchestra.run.trial092.stdout:(71/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 439 kB/s | 11 kB 00:00 2026-02-18T04:35:35.208 INFO:teuthology.orchestra.run.trial092.stdout:(72/94): python3-jaraco-classes-3.2.1-5.el9.noa 725 kB/s | 18 kB 00:00 2026-02-18T04:35:35.233 INFO:teuthology.orchestra.run.trial092.stdout:(73/94): python3-jaraco-collections-3.0.0-8.el9 947 kB/s | 23 kB 00:00 2026-02-18T04:35:35.257 INFO:teuthology.orchestra.run.trial092.stdout:(74/94): python3-jaraco-context-6.0.1-3.el9.noa 805 kB/s | 20 kB 00:00 2026-02-18T04:35:35.282 INFO:teuthology.orchestra.run.trial092.stdout:(75/94): python3-jaraco-functools-3.5.0-2.el9.n 796 kB/s | 19 kB 00:00 2026-02-18T04:35:35.306 INFO:teuthology.orchestra.run.trial092.stdout:(76/94): python3-jaraco-text-4.0.0-2.el9.noarch 1.1 MB/s | 26 kB 00:00 2026-02-18T04:35:35.332 INFO:teuthology.orchestra.run.trial165.stdout:(7/94): ceph-mgr-diskprediction-local-20.2.0-67 18 MB/s | 7.4 MB 00:00 2026-02-18T04:35:35.340 INFO:teuthology.orchestra.run.trial092.stdout:(77/94): python3-kubernetes-26.1.0-3.el9.noarch 31 MB/s | 1.0 MB 00:00 2026-02-18T04:35:35.363 INFO:teuthology.orchestra.run.trial165.stdout:(8/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 721 kB/s | 22 kB 00:00 2026-02-18T04:35:35.364 INFO:teuthology.orchestra.run.trial092.stdout:(78/94): python3-more-itertools-8.12.0-2.el9.no 3.1 MB/s | 79 kB 00:00 2026-02-18T04:35:35.382 INFO:teuthology.orchestra.run.trial165.stdout:(9/94): ceph-mgr-dashboard-20.2.0-670.gadc19233 21 MB/s | 11 MB 00:00 2026-02-18T04:35:35.390 INFO:teuthology.orchestra.run.trial092.stdout:(79/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 3.3 MB/s | 86 kB 00:00 2026-02-18T04:35:35.390 INFO:teuthology.orchestra.run.trial165.stdout:(10/94): ceph-mgr-modules-core-20.2.0-670.gadc1 10 MB/s | 290 kB 00:00 2026-02-18T04:35:35.396 INFO:teuthology.orchestra.run.trial165.stdout:(11/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 3.6 MB/s | 50 kB 00:00 2026-02-18T04:35:35.406 INFO:teuthology.orchestra.run.trial170.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 395 kB/s | 91 kB 00:00 2026-02-18T04:35:35.407 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:35.407 INFO:teuthology.orchestra.run.trial170.stdout:Total 393 kB/s | 91 kB 00:00 2026-02-18T04:35:35.407 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:35.407 INFO:teuthology.orchestra.run.trial165.stdout:(12/94): ceph-prometheus-alerts-20.2.0-670.gadc 1.0 MB/s | 17 kB 00:00 2026-02-18T04:35:35.411 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:35.412 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:35.414 INFO:teuthology.orchestra.run.trial092.stdout:(80/94): python3-natsort-7.1.1-5.el9.noarch.rpm 2.3 MB/s | 58 kB 00:00 2026-02-18T04:35:35.418 INFO:teuthology.orchestra.run.trial165.stdout:(13/94): ceph-volume-20.2.0-670.gadc19233.el9.n 13 MB/s | 297 kB 00:00 2026-02-18T04:35:35.439 INFO:teuthology.orchestra.run.trial092.stdout:(81/94): python3-portend-3.1.0-2.el9.noarch.rpm 675 kB/s | 16 kB 00:00 2026-02-18T04:35:35.444 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:35.444 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:35.447 INFO:teuthology.orchestra.run.trial165.stdout:(14/94): cephadm-20.2.0-670.gadc19233.el9.noarc 25 MB/s | 1.0 MB 00:00 2026-02-18T04:35:35.464 INFO:teuthology.orchestra.run.trial092.stdout:(82/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 3.5 MB/s | 90 kB 00:00 2026-02-18T04:35:35.488 INFO:teuthology.orchestra.run.trial092.stdout:(83/94): python3-repoze-lru-0.7-16.el9.noarch.r 1.2 MB/s | 31 kB 00:00 2026-02-18T04:35:35.496 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:35.512 INFO:teuthology.orchestra.run.trial170.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:35.514 INFO:teuthology.orchestra.run.trial092.stdout:(84/94): python3-routes-2.5.1-5.el9.noarch.rpm 7.2 MB/s | 188 kB 00:00 2026-02-18T04:35:35.517 INFO:teuthology.orchestra.run.trial165.stdout:(15/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 23 MB/s | 17 MB 00:00 2026-02-18T04:35:35.534 INFO:teuthology.orchestra.run.trial165.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 465 kB/s | 40 kB 00:00 2026-02-18T04:35:35.538 INFO:teuthology.orchestra.run.trial092.stdout:(85/94): python3-rsa-4.9-2.el9.noarch.rpm 2.4 MB/s | 59 kB 00:00 2026-02-18T04:35:35.563 INFO:teuthology.orchestra.run.trial092.stdout:(86/94): python3-saml-1.16.0-1.el9.noarch.rpm 4.9 MB/s | 125 kB 00:00 2026-02-18T04:35:35.588 INFO:teuthology.orchestra.run.trial092.stdout:(87/94): python3-tempora-5.0.0-2.el9.noarch.rpm 1.4 MB/s | 36 kB 00:00 2026-02-18T04:35:35.590 INFO:teuthology.orchestra.run.trial165.stdout:(17/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 2.0 MB/s | 350 kB 00:00 2026-02-18T04:35:35.595 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:35.613 INFO:teuthology.orchestra.run.trial092.stdout:(88/94): python3-typing-extensions-4.15.0-1.el9 3.4 MB/s | 86 kB 00:00 2026-02-18T04:35:35.623 INFO:teuthology.orchestra.run.trial165.stdout:(18/94): libquadmath-11.5.0-14.el9.x86_64.rpm 5.4 MB/s | 184 kB 00:00 2026-02-18T04:35:35.629 INFO:teuthology.orchestra.run.trial165.stdout:(19/94): libconfig-1.7.2-9.el9.x86_64.rpm 648 kB/s | 72 kB 00:00 2026-02-18T04:35:35.638 INFO:teuthology.orchestra.run.trial092.stdout:(89/94): python3-websocket-client-1.2.3-2.el9.n 3.5 MB/s | 90 kB 00:00 2026-02-18T04:35:35.653 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:35.653 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:35.653 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:35.653 INFO:teuthology.orchestra.run.trial170.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:35.653 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:35.653 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:35.660 INFO:teuthology.orchestra.run.trial165.stdout:(20/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 6.7 MB/s | 253 kB 00:00 2026-02-18T04:35:35.662 INFO:teuthology.orchestra.run.trial092.stdout:(90/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 1.9 MB/s | 48 kB 00:00 2026-02-18T04:35:35.671 INFO:teuthology.orchestra.run.trial165.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 5.7 MB/s | 794 kB 00:00 2026-02-18T04:35:35.681 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install rbd-mirror 2026-02-18T04:35:35.687 INFO:teuthology.orchestra.run.trial092.stdout:(91/94): python3-xmltodict-0.12.0-15.el9.noarch 909 kB/s | 22 kB 00:00 2026-02-18T04:35:35.690 INFO:teuthology.orchestra.run.trial165.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 3.5 MB/s | 106 kB 00:00 2026-02-18T04:35:35.698 INFO:teuthology.orchestra.run.trial165.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 4.8 MB/s | 135 kB 00:00 2026-02-18T04:35:35.711 INFO:teuthology.orchestra.run.trial092.stdout:(92/94): python3-zc-lockfile-2.0-10.el9.noarch. 820 kB/s | 20 kB 00:00 2026-02-18T04:35:35.720 INFO:teuthology.orchestra.run.trial165.stdout:(24/94): python3-requests-2.25.1-10.el9.noarch. 4.1 MB/s | 126 kB 00:00 2026-02-18T04:35:35.727 INFO:teuthology.orchestra.run.trial165.stdout:(25/94): python3-urllib3-1.26.5-7.el9.noarch.rp 7.4 MB/s | 218 kB 00:00 2026-02-18T04:35:35.754 INFO:teuthology.orchestra.run.trial165.stdout:(26/94): unzip-6.0-59.el9.x86_64.rpm 5.4 MB/s | 182 kB 00:00 2026-02-18T04:35:35.756 INFO:teuthology.orchestra.run.trial165.stdout:(27/94): zip-3.0-35.el9.x86_64.rpm 8.9 MB/s | 266 kB 00:00 2026-02-18T04:35:35.762 INFO:teuthology.orchestra.run.trial165.stdout:(28/94): python3-cryptography-36.0.1-5.el9.x86_ 9.3 MB/s | 1.2 MB 00:00 2026-02-18T04:35:35.769 INFO:teuthology.orchestra.run.trial165.stdout:(29/94): flexiblas-3.0.4-9.el9.x86_64.rpm 1.8 MB/s | 30 kB 00:00 2026-02-18T04:35:35.772 INFO:teuthology.orchestra.run.trial165.stdout:(30/94): flexiblas-openblas-openmp-3.0.4-9.el9. 1.5 MB/s | 15 kB 00:00 2026-02-18T04:35:35.781 INFO:teuthology.orchestra.run.trial165.stdout:(31/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 21 MB/s | 246 kB 00:00 2026-02-18T04:35:35.783 INFO:teuthology.orchestra.run.trial165.stdout:(32/94): lua-5.4.4-4.el9.x86_64.rpm 16 MB/s | 188 kB 00:00 2026-02-18T04:35:35.786 INFO:teuthology.orchestra.run.trial165.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 9.9 MB/s | 42 kB 00:00 2026-02-18T04:35:35.813 INFO:teuthology.orchestra.run.trial165.stdout:(34/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 53 MB/s | 3.0 MB 00:00 2026-02-18T04:35:35.815 INFO:teuthology.orchestra.run.trial165.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 35 MB/s | 1.0 MB 00:00 2026-02-18T04:35:35.822 INFO:teuthology.orchestra.run.trial165.stdout:(36/94): python3-devel-3.9.25-2.el9.x86_64.rpm 34 MB/s | 244 kB 00:00 2026-02-18T04:35:35.831 INFO:teuthology.orchestra.run.trial165.stdout:(37/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 28 MB/s | 249 kB 00:00 2026-02-18T04:35:35.836 INFO:teuthology.orchestra.run.trial165.stdout:(38/94): python3-jmespath-1.0.1-1.el9.noarch.rp 9.3 MB/s | 48 kB 00:00 2026-02-18T04:35:35.844 INFO:teuthology.orchestra.run.trial165.stdout:(39/94): python3-libstoragemgmt-1.10.1-1.el9.x8 21 MB/s | 177 kB 00:00 2026-02-18T04:35:35.864 INFO:teuthology.orchestra.run.trial165.stdout:(40/94): python3-babel-2.9.1-2.el9.noarch.rpm 116 MB/s | 6.0 MB 00:00 2026-02-18T04:35:35.871 INFO:teuthology.orchestra.run.trial165.stdout:(41/94): python3-markupsafe-1.1.1-12.el9.x86_64 5.1 MB/s | 35 kB 00:00 2026-02-18T04:35:35.888 INFO:teuthology.orchestra.run.trial165.stdout:(42/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 28 MB/s | 1.2 MB 00:00 2026-02-18T04:35:35.897 INFO:teuthology.orchestra.run.trial165.stdout:(43/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 53 MB/s | 442 kB 00:00 2026-02-18T04:35:35.909 INFO:teuthology.orchestra.run.trial165.stdout:(44/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 164 MB/s | 6.1 MB 00:00 2026-02-18T04:35:35.909 INFO:teuthology.orchestra.run.trial165.stdout:(45/94): python3-packaging-20.9-5.el9.noarch.rp 6.1 MB/s | 77 kB 00:00 2026-02-18T04:35:35.916 INFO:teuthology.orchestra.run.trial165.stdout:(46/94): python3-protobuf-3.14.0-17.el9.noarch. 37 MB/s | 267 kB 00:00 2026-02-18T04:35:35.920 INFO:teuthology.orchestra.run.trial165.stdout:(47/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 15 MB/s | 159 kB 00:00 2026-02-18T04:35:35.923 INFO:teuthology.orchestra.run.trial165.stdout:(48/94): python3-pyasn1-modules-0.4.8-6.el9.noa 38 MB/s | 279 kB 00:00 2026-02-18T04:35:35.932 INFO:teuthology.orchestra.run.trial165.stdout:(49/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 36 MB/s | 5.3 MB 00:00 2026-02-18T04:35:35.932 INFO:teuthology.orchestra.run.trial165.stdout:(50/94): python3-requests-oauthlib-1.3.0-12.el9 4.3 MB/s | 54 kB 00:00 2026-02-18T04:35:35.937 INFO:teuthology.orchestra.run.trial165.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 7.8 MB/s | 42 kB 00:00 2026-02-18T04:35:35.938 INFO:teuthology.orchestra.run.trial165.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 34 MB/s | 189 kB 00:00 2026-02-18T04:35:35.942 INFO:teuthology.orchestra.run.trial165.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 18 MB/s | 90 kB 00:00 2026-02-18T04:35:35.969 INFO:teuthology.orchestra.run.trial165.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 722 kB/s | 22 kB 00:00 2026-02-18T04:35:35.997 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:35.999 INFO:teuthology.orchestra.run.trial165.stdout:(55/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 254 MB/s | 19 MB 00:00 2026-02-18T04:35:36.011 INFO:teuthology.orchestra.run.trial165.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 1.6 MB/s | 19 kB 00:00 2026-02-18T04:35:36.024 INFO:teuthology.orchestra.run.trial165.stdout:(57/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 9.8 MB/s | 551 kB 00:00 2026-02-18T04:35:36.025 INFO:teuthology.orchestra.run.trial165.stdout:(58/94): luarocks-3.9.2-5.el9.noarch.rpm 11 MB/s | 151 kB 00:00 2026-02-18T04:35:36.030 INFO:teuthology.orchestra.run.trial165.stdout:(59/94): protobuf-compiler-3.14.0-17.el9.x86_64 9.5 MB/s | 862 kB 00:00 2026-02-18T04:35:36.031 INFO:teuthology.orchestra.run.trial165.stdout:(60/94): python3-autocommand-2.2.2-8.el9.noarch 4.4 MB/s | 29 kB 00:00 2026-02-18T04:35:36.033 INFO:teuthology.orchestra.run.trial165.stdout:(61/94): python3-asyncssh-2.13.2-5.el9.noarch.r 58 MB/s | 548 kB 00:00 2026-02-18T04:35:36.037 INFO:teuthology.orchestra.run.trial165.stdout:(62/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 8.1 MB/s | 43 kB 00:00 2026-02-18T04:35:36.039 INFO:teuthology.orchestra.run.trial165.stdout:(63/94): python3-cachetools-4.2.4-1.el9.noarch. 5.3 MB/s | 32 kB 00:00 2026-02-18T04:35:36.042 INFO:teuthology.orchestra.run.trial165.stdout:(64/94): python3-certifi-2023.05.07-4.el9.noarc 3.0 MB/s | 14 kB 00:00 2026-02-18T04:35:36.046 INFO:teuthology.orchestra.run.trial165.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 24 MB/s | 173 kB 00:00 2026-02-18T04:35:36.047 INFO:teuthology.orchestra.run.trial165.stdout:(66/94): python3-backports-tarfile-1.2.0-1.el9. 3.6 MB/s | 60 kB 00:00 2026-02-18T04:35:36.053 INFO:teuthology.orchestra.run.trial165.stdout:(67/94): python3-cherrypy-18.6.1-2.el9.noarch.r 31 MB/s | 358 kB 00:00 2026-02-18T04:35:36.056 INFO:teuthology.orchestra.run.trial165.stdout:(68/94): python3-google-auth-2.45.0-1.el9.noarc 27 MB/s | 254 kB 00:00 2026-02-18T04:35:36.060 INFO:teuthology.orchestra.run.trial165.stdout:(69/94): python3-grpcio-tools-1.46.7-10.el9.x86 20 MB/s | 144 kB 00:00 2026-02-18T04:35:36.063 INFO:teuthology.orchestra.run.trial165.stdout:(70/94): python3-influxdb-5.3.1-1.el9.noarch.rp 20 MB/s | 139 kB 00:00 2026-02-18T04:35:36.066 INFO:teuthology.orchestra.run.trial165.stdout:(71/94): python3-isodate-0.6.1-3.el9.noarch.rpm 10 MB/s | 56 kB 00:00 2026-02-18T04:35:36.067 INFO:teuthology.orchestra.run.trial165.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 2.3 MB/s | 11 kB 00:00 2026-02-18T04:35:36.071 INFO:teuthology.orchestra.run.trial165.stdout:(73/94): python3-jaraco-classes-3.2.1-5.el9.noa 3.7 MB/s | 18 kB 00:00 2026-02-18T04:35:36.074 INFO:teuthology.orchestra.run.trial165.stdout:(74/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 76 MB/s | 2.0 MB 00:00 2026-02-18T04:35:36.074 INFO:teuthology.orchestra.run.trial165.stdout:(75/94): python3-jaraco-collections-3.0.0-8.el9 3.4 MB/s | 23 kB 00:00 2026-02-18T04:35:36.075 INFO:teuthology.orchestra.run.trial165.stdout:(76/94): python3-jaraco-context-6.0.1-3.el9.noa 4.0 MB/s | 20 kB 00:00 2026-02-18T04:35:36.079 INFO:teuthology.orchestra.run.trial165.stdout:(77/94): python3-jaraco-functools-3.5.0-2.el9.n 3.9 MB/s | 19 kB 00:00 2026-02-18T04:35:36.079 INFO:teuthology.orchestra.run.trial165.stdout:(78/94): python3-jaraco-text-4.0.0-2.el9.noarch 5.2 MB/s | 26 kB 00:00 2026-02-18T04:35:36.079 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:36.080 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:36.080 INFO:teuthology.orchestra.run.trial170.stdout: Package Arch Version Repo Size 2026-02-18T04:35:36.080 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout:Install 1 Package 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 2.9 M 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 11 M 2026-02-18T04:35:36.081 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:36.084 INFO:teuthology.orchestra.run.trial165.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 14 MB/s | 79 kB 00:00 2026-02-18T04:35:36.085 INFO:teuthology.orchestra.run.trial165.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 15 MB/s | 86 kB 00:00 2026-02-18T04:35:36.088 INFO:teuthology.orchestra.run.trial165.stdout:(81/94): python3-kubernetes-26.1.0-3.el9.noarch 80 MB/s | 1.0 MB 00:00 2026-02-18T04:35:36.089 INFO:teuthology.orchestra.run.trial165.stdout:(82/94): python3-portend-3.1.0-2.el9.noarch.rpm 3.5 MB/s | 16 kB 00:00 2026-02-18T04:35:36.090 INFO:teuthology.orchestra.run.trial165.stdout:(83/94): python3-natsort-7.1.1-5.el9.noarch.rpm 10 MB/s | 58 kB 00:00 2026-02-18T04:35:36.094 INFO:teuthology.orchestra.run.trial165.stdout:(84/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 15 MB/s | 90 kB 00:00 2026-02-18T04:35:36.095 INFO:teuthology.orchestra.run.trial165.stdout:(85/94): python3-repoze-lru-0.7-16.el9.noarch.r 5.7 MB/s | 31 kB 00:00 2026-02-18T04:35:36.098 INFO:teuthology.orchestra.run.trial165.stdout:(86/94): python3-routes-2.5.1-5.el9.noarch.rpm 22 MB/s | 188 kB 00:00 2026-02-18T04:35:36.100 INFO:teuthology.orchestra.run.trial165.stdout:(87/94): python3-rsa-4.9-2.el9.noarch.rpm 11 MB/s | 59 kB 00:00 2026-02-18T04:35:36.102 INFO:teuthology.orchestra.run.trial165.stdout:(88/94): python3-saml-1.16.0-1.el9.noarch.rpm 17 MB/s | 125 kB 00:00 2026-02-18T04:35:36.103 INFO:teuthology.orchestra.run.trial165.stdout:(89/94): python3-tempora-5.0.0-2.el9.noarch.rpm 6.9 MB/s | 36 kB 00:00 2026-02-18T04:35:36.106 INFO:teuthology.orchestra.run.trial165.stdout:(90/94): python3-typing-extensions-4.15.0-1.el9 14 MB/s | 86 kB 00:00 2026-02-18T04:35:36.107 INFO:teuthology.orchestra.run.trial165.stdout:(91/94): python3-websocket-client-1.2.3-2.el9.n 17 MB/s | 90 kB 00:00 2026-02-18T04:35:36.109 INFO:teuthology.orchestra.run.trial165.stdout:(92/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 8.9 MB/s | 48 kB 00:00 2026-02-18T04:35:36.111 INFO:teuthology.orchestra.run.trial165.stdout:(93/94): python3-xmltodict-0.12.0-15.el9.noarch 4.1 MB/s | 22 kB 00:00 2026-02-18T04:35:36.112 INFO:teuthology.orchestra.run.trial165.stdout:(94/94): python3-zc-lockfile-2.0-10.el9.noarch. 4.0 MB/s | 20 kB 00:00 2026-02-18T04:35:36.113 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:36.113 INFO:teuthology.orchestra.run.trial165.stdout:Total 57 MB/s | 101 MB 00:01 2026-02-18T04:35:36.225 INFO:teuthology.orchestra.run.trial170.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T04:35:36.226 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:36.226 INFO:teuthology.orchestra.run.trial170.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T04:35:36.226 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:36.232 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:36.233 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:36.273 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:36.273 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:36.454 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:36.455 INFO:teuthology.orchestra.run.trial170.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:36.477 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:36.478 INFO:teuthology.orchestra.run.trial170.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:36.478 INFO:teuthology.orchestra.run.trial170.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T04:35:36.478 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T04:35:36.478 INFO:teuthology.orchestra.run.trial170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T04:35:36.478 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:36.535 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:36.571 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:36.571 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:36.753 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:36.753 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:36.753 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:36.753 INFO:teuthology.orchestra.run.trial170.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:36.753 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:36.753 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:36.781 DEBUG:teuthology.orchestra.run.trial170:> sudo yum -y install rbd-nbd 2026-02-18T04:35:37.002 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:37.002 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:37.094 INFO:teuthology.orchestra.run.trial170.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 04:34:49 AM UTC. 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:Dependencies resolved. 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout: Package Architecture Version Repository Size 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:Installing: 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:Transaction Summary 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:================================================================================ 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:Install 1 Package 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:Total download size: 180 k 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:Installed size: 498 k 2026-02-18T04:35:37.179 INFO:teuthology.orchestra.run.trial170.stdout:Downloading Packages: 2026-02-18T04:35:37.264 INFO:teuthology.orchestra.run.trial170.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T04:35:37.265 INFO:teuthology.orchestra.run.trial170.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:37.265 INFO:teuthology.orchestra.run.trial170.stdout:Total 2.1 MB/s | 180 kB 00:00 2026-02-18T04:35:37.265 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction check 2026-02-18T04:35:37.269 INFO:teuthology.orchestra.run.trial170.stdout:Transaction check succeeded. 2026-02-18T04:35:37.269 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction test 2026-02-18T04:35:37.302 INFO:teuthology.orchestra.run.trial170.stdout:Transaction test succeeded. 2026-02-18T04:35:37.302 INFO:teuthology.orchestra.run.trial170.stdout:Running transaction 2026-02-18T04:35:37.358 INFO:teuthology.orchestra.run.trial170.stdout: Preparing : 1/1 2026-02-18T04:35:37.375 INFO:teuthology.orchestra.run.trial170.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:37.457 INFO:teuthology.orchestra.run.trial170.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:37.458 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:37.460 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T04:35:37.464 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T04:35:37.485 INFO:teuthology.orchestra.run.trial165.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T04:35:37.496 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T04:35:37.514 INFO:teuthology.orchestra.run.trial170.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:37.514 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:37.514 INFO:teuthology.orchestra.run.trial170.stdout:Installed: 2026-02-18T04:35:37.514 INFO:teuthology.orchestra.run.trial170.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:37.514 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:35:37.514 INFO:teuthology.orchestra.run.trial170.stdout:Complete! 2026-02-18T04:35:37.528 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T04:35:37.538 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T04:35:37.549 DEBUG:teuthology.parallel:result is None 2026-02-18T04:35:37.550 INFO:teuthology.orchestra.run.trial165.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T04:35:37.550 INFO:teuthology.orchestra.run.trial165.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T04:35:37.550 INFO:teuthology.orchestra.run.trial165.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T04:35:37.573 INFO:teuthology.orchestra.run.trial165.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T04:35:37.585 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T04:35:37.589 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T04:35:37.595 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T04:35:37.597 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T04:35:37.608 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T04:35:37.614 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T04:35:37.638 INFO:teuthology.orchestra.run.trial165.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T04:35:37.641 INFO:teuthology.orchestra.run.trial165.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T04:35:37.648 INFO:teuthology.orchestra.run.trial165.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T04:35:37.699 INFO:teuthology.orchestra.run.trial165.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T04:35:37.712 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T04:35:37.714 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T04:35:37.719 INFO:teuthology.orchestra.run.trial165.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T04:35:37.724 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T04:35:37.729 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T04:35:37.732 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T04:35:37.747 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T04:35:37.751 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T04:35:37.756 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T04:35:37.767 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T04:35:37.776 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T04:35:37.783 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T04:35:37.802 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T04:35:37.813 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T04:35:37.829 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T04:35:37.833 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T04:35:37.841 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T04:35:37.881 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T04:35:38.205 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T04:35:38.215 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T04:35:38.219 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T04:35:38.225 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T04:35:38.227 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T04:35:38.255 INFO:teuthology.orchestra.run.trial165.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T04:35:38.298 INFO:teuthology.orchestra.run.trial165.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T04:35:38.305 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T04:35:38.308 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T04:35:38.314 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T04:35:38.318 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T04:35:38.325 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T04:35:38.328 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T04:35:38.356 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T04:35:38.366 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T04:35:38.371 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T04:35:38.378 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T04:35:38.413 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T04:35:38.637 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T04:35:38.661 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T04:35:38.664 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T04:35:38.718 INFO:teuthology.orchestra.run.trial092.stdout:(93/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 886 kB/s | 6.1 MB 00:07 2026-02-18T04:35:38.723 INFO:teuthology.orchestra.run.trial165.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T04:35:38.725 INFO:teuthology.orchestra.run.trial165.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T04:35:38.746 INFO:teuthology.orchestra.run.trial165.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T04:35:39.072 INFO:teuthology.orchestra.run.trial165.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T04:35:39.144 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T04:35:39.819 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T04:35:39.837 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T04:35:39.850 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T04:35:39.866 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T04:35:39.941 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T04:35:39.950 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T04:35:39.974 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T04:35:40.003 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T04:35:40.054 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T04:35:40.060 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T04:35:40.063 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T04:35:40.065 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T04:35:40.082 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:40.082 INFO:teuthology.orchestra.run.trial165.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T04:35:40.083 INFO:teuthology.orchestra.run.trial165.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T04:35:40.083 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:40.090 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:40.115 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:40.116 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-18T04:35:40.116 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:40.150 INFO:teuthology.orchestra.run.trial165.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T04:35:40.214 INFO:teuthology.orchestra.run.trial165.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T04:35:40.216 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T04:35:40.231 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T04:35:40.231 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:40.231 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T04:35:40.231 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:40.922 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T04:35:40.947 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T04:35:40.947 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:40.947 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T04:35:40.947 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-18T04:35:40.947 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-18T04:35:40.947 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:41.008 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T04:35:41.010 INFO:teuthology.orchestra.run.trial165.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T04:35:41.017 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T04:35:41.040 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T04:35:41.042 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T04:35:42.189 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T04:35:42.194 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T04:35:42.652 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T04:35:42.653 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T04:35:42.666 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T04:35:42.667 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T04:35:42.724 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T04:35:42.766 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T04:35:42.768 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T04:35:42.790 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T04:35:42.790 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:42.791 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T04:35:42.791 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-18T04:35:42.791 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-18T04:35:42.791 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:42.803 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T04:35:43.028 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T04:35:43.029 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T04:35:43.050 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T04:35:43.050 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:43.050 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T04:35:43.051 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-18T04:35:43.051 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-18T04:35:43.051 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:43.147 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T04:35:43.168 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T04:35:43.168 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:43.168 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T04:35:43.168 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-18T04:35:43.168 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-18T04:35:43.169 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:43.186 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T04:35:43.870 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T04:35:43.871 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T04:35:43.872 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T04:35:43.873 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T04:35:43.873 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T04:35:43.873 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T04:35:43.873 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T04:35:43.873 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T04:35:43.873 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T04:35:43.873 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T04:35:43.874 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T04:35:43.874 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T04:35:43.874 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T04:35:43.874 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T04:35:43.874 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T04:35:43.874 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T04:35:43.874 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T04:35:43.875 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T04:35:43.876 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T04:35:43.877 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T04:35:43.878 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T04:35:43.879 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T04:35:43.879 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T04:35:43.879 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T04:35:43.879 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T04:35:43.879 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T04:35:43.879 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T04:35:43.879 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T04:35:43.934 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T04:35:43.934 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.935 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T04:35:43.936 INFO:teuthology.orchestra.run.trial165.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T04:35:43.937 INFO:teuthology.orchestra.run.trial165.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T04:35:43.938 INFO:teuthology.orchestra.run.trial165.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T04:35:43.939 INFO:teuthology.orchestra.run.trial165.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T04:35:43.940 INFO:teuthology.orchestra.run.trial165.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T04:35:43.941 INFO:teuthology.orchestra.run.trial165.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T04:35:43.942 INFO:teuthology.orchestra.run.trial165.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T04:35:43.943 INFO:teuthology.orchestra.run.trial165.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T04:35:43.943 INFO:teuthology.orchestra.run.trial165.stdout: zip-3.0-35.el9.x86_64 2026-02-18T04:35:43.943 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:43.943 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:43.992 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-base 2026-02-18T04:35:44.305 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:44.370 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:44.387 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:44.388 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:44.388 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:44.410 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install cephadm 2026-02-18T04:35:44.722 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:31 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:44.786 INFO:teuthology.orchestra.run.trial165.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:44.804 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:44.804 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:44.805 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:44.826 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T04:35:45.134 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:32 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:45.216 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:45.216 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:45.217 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-18T04:35:45.217 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:45.217 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:45.217 INFO:teuthology.orchestra.run.trial165.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T04:35:45.217 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:45.217 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:45.217 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:45.217 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-18T04:35:45.218 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:45.218 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 154 k 2026-02-18T04:35:45.218 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 447 k 2026-02-18T04:35:45.218 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:45.308 INFO:teuthology.orchestra.run.trial165.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 1.7 MB/s | 154 kB 00:00 2026-02-18T04:35:45.309 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:45.309 INFO:teuthology.orchestra.run.trial165.stdout:Total 1.6 MB/s | 154 kB 00:00 2026-02-18T04:35:45.309 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:45.313 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:45.313 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:45.344 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:45.344 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:45.399 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:45.400 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:35:45.422 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:35:45.422 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:45.422 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T04:35:45.422 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:45.700 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:35:45.700 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:45.700 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:45.700 INFO:teuthology.orchestra.run.trial165.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:45.700 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:45.700 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:45.728 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr 2026-02-18T04:35:46.041 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:46.106 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:46.124 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:46.125 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:46.125 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:46.146 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T04:35:46.454 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:46.518 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:46.535 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:46.536 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:46.536 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:46.557 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T04:35:46.861 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:46.925 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:46.943 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:46.943 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:46.944 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:46.964 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr-rook 2026-02-18T04:35:47.277 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:47.340 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:47.358 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:47.358 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:47.358 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:47.379 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T04:35:47.691 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:47.755 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:47.773 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:47.773 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:47.774 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:47.795 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-fuse 2026-02-18T04:35:48.103 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:48.186 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:48.187 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:48.187 INFO:teuthology.orchestra.run.trial165.stdout: Package Architecture Version Repository Size 2026-02-18T04:35:48.187 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:48.187 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:48.187 INFO:teuthology.orchestra.run.trial165.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T04:35:48.187 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:48.187 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:48.187 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:48.188 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-18T04:35:48.188 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:48.188 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 942 k 2026-02-18T04:35:48.188 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 2.7 M 2026-02-18T04:35:48.188 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:48.304 INFO:teuthology.orchestra.run.trial165.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.9 MB/s | 942 kB 00:00 2026-02-18T04:35:48.305 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:48.305 INFO:teuthology.orchestra.run.trial165.stdout:Total 7.8 MB/s | 942 kB 00:00 2026-02-18T04:35:48.305 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:48.310 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:48.310 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:48.344 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:48.345 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:48.436 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:48.453 INFO:teuthology.orchestra.run.trial165.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:48.683 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:48.739 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:48.739 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:48.739 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:48.739 INFO:teuthology.orchestra.run.trial165.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:48.740 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:48.740 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:48.766 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install ceph-volume 2026-02-18T04:35:49.077 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:49.140 INFO:teuthology.orchestra.run.trial165.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:35:49.158 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:49.159 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:49.159 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:49.180 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install librados-devel 2026-02-18T04:35:49.490 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:49.572 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:49.573 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:49.573 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-18T04:35:49.573 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:49.573 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:49.573 INFO:teuthology.orchestra.run.trial165.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T04:35:49.573 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:49.573 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:49.573 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:49.574 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-18T04:35:49.574 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:49.574 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 126 k 2026-02-18T04:35:49.574 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 449 k 2026-02-18T04:35:49.574 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:49.658 INFO:teuthology.orchestra.run.trial165.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.5 MB/s | 126 kB 00:00 2026-02-18T04:35:49.659 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:49.659 INFO:teuthology.orchestra.run.trial165.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T04:35:49.659 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:49.661 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:49.661 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:49.693 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:49.693 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:49.747 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:49.764 INFO:teuthology.orchestra.run.trial165.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:49.850 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:49.907 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:49.907 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:49.908 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:49.908 INFO:teuthology.orchestra.run.trial165.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:49.908 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:49.908 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:49.935 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install libcephfs2 2026-02-18T04:35:50.240 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:50.304 INFO:teuthology.orchestra.run.trial165.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:50.321 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:50.322 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:50.322 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:50.343 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install libcephfs-devel 2026-02-18T04:35:50.646 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:50.728 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 34 k 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 155 k 2026-02-18T04:35:50.729 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:50.792 INFO:teuthology.orchestra.run.trial165.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 552 kB/s | 34 kB 00:00 2026-02-18T04:35:50.792 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:50.792 INFO:teuthology.orchestra.run.trial165.stdout:Total 546 kB/s | 34 kB 00:00 2026-02-18T04:35:50.792 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:50.794 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:50.794 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:50.796 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:50.797 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:50.817 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:50.833 INFO:teuthology.orchestra.run.trial165.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:50.887 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:50.943 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:50.944 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:50.944 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:50.944 INFO:teuthology.orchestra.run.trial165.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:50.944 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:50.944 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:50.971 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install librados2 2026-02-18T04:35:51.279 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:51.344 INFO:teuthology.orchestra.run.trial165.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:51.362 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:51.363 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:51.363 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:51.384 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install librbd1 2026-02-18T04:35:51.691 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:51.755 INFO:teuthology.orchestra.run.trial165.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:51.773 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:51.773 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:51.774 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:51.795 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install python3-rados 2026-02-18T04:35:52.105 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:52.169 INFO:teuthology.orchestra.run.trial165.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:52.187 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:52.187 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:52.188 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:52.209 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install python3-rgw 2026-02-18T04:35:52.514 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:52.580 INFO:teuthology.orchestra.run.trial165.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:52.598 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:52.598 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:52.599 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:52.619 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install python3-cephfs 2026-02-18T04:35:52.927 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:52.991 INFO:teuthology.orchestra.run.trial165.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:53.008 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:53.009 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:53.009 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:53.029 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install python3-rbd 2026-02-18T04:35:53.340 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:53.403 INFO:teuthology.orchestra.run.trial165.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:35:53.420 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:53.421 INFO:teuthology.orchestra.run.trial165.stdout:Nothing to do. 2026-02-18T04:35:53.421 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:53.442 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install rbd-fuse 2026-02-18T04:35:53.754 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:53.837 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:53.837 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout: Package Architecture Version Repository Size 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:53.838 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 91 k 2026-02-18T04:35:53.839 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 238 k 2026-02-18T04:35:53.839 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:53.918 INFO:teuthology.orchestra.run.trial165.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.1 MB/s | 91 kB 00:00 2026-02-18T04:35:53.918 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:53.918 INFO:teuthology.orchestra.run.trial165.stdout:Total 1.1 MB/s | 91 kB 00:00 2026-02-18T04:35:53.918 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:53.922 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:53.922 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:53.954 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:53.954 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:54.006 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:54.023 INFO:teuthology.orchestra.run.trial165.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:54.100 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:54.157 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:54.157 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:54.158 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:54.158 INFO:teuthology.orchestra.run.trial165.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:54.158 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:54.158 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:54.185 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install rbd-mirror 2026-02-18T04:35:54.494 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:54.577 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:54.577 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:54.577 INFO:teuthology.orchestra.run.trial165.stdout: Package Arch Version Repo Size 2026-02-18T04:35:54.577 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:54.577 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:54.577 INFO:teuthology.orchestra.run.trial165.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T04:35:54.578 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:54.578 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:54.578 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:54.578 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-18T04:35:54.578 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:54.578 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 2.9 M 2026-02-18T04:35:54.578 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 11 M 2026-02-18T04:35:54.578 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:54.722 INFO:teuthology.orchestra.run.trial165.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T04:35:54.723 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:54.724 INFO:teuthology.orchestra.run.trial165.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T04:35:54.724 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:54.728 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:54.728 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:54.768 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:54.768 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:54.949 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:54.950 INFO:teuthology.orchestra.run.trial165.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:54.973 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:54.973 INFO:teuthology.orchestra.run.trial165.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:54.973 INFO:teuthology.orchestra.run.trial165.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T04:35:54.973 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-18T04:35:54.974 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-18T04:35:54.974 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:55.260 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:55.260 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:55.260 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:55.260 INFO:teuthology.orchestra.run.trial165.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:55.261 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:55.261 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:55.290 DEBUG:teuthology.orchestra.run.trial165:> sudo yum -y install rbd-nbd 2026-02-18T04:35:55.600 INFO:teuthology.orchestra.run.trial165.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 04:35:13 AM UTC. 2026-02-18T04:35:55.641 INFO:teuthology.orchestra.run.trial092.stdout:(94/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 894 kB/s | 19 MB 00:22 2026-02-18T04:35:55.644 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:55.644 INFO:teuthology.orchestra.run.trial092.stdout:Total 3.1 MB/s | 101 MB 00:32 2026-02-18T04:35:55.683 INFO:teuthology.orchestra.run.trial165.stdout:Dependencies resolved. 2026-02-18T04:35:55.683 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout: Package Architecture Version Repository Size 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout:Installing: 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout:Transaction Summary 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout:================================================================================ 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout:Install 1 Package 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:55.684 INFO:teuthology.orchestra.run.trial165.stdout:Total download size: 180 k 2026-02-18T04:35:55.685 INFO:teuthology.orchestra.run.trial165.stdout:Installed size: 498 k 2026-02-18T04:35:55.685 INFO:teuthology.orchestra.run.trial165.stdout:Downloading Packages: 2026-02-18T04:35:55.769 INFO:teuthology.orchestra.run.trial165.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T04:35:55.769 INFO:teuthology.orchestra.run.trial165.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:35:55.769 INFO:teuthology.orchestra.run.trial165.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-18T04:35:55.770 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction check 2026-02-18T04:35:55.774 INFO:teuthology.orchestra.run.trial165.stdout:Transaction check succeeded. 2026-02-18T04:35:55.774 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction test 2026-02-18T04:35:55.805 INFO:teuthology.orchestra.run.trial165.stdout:Transaction test succeeded. 2026-02-18T04:35:55.806 INFO:teuthology.orchestra.run.trial165.stdout:Running transaction 2026-02-18T04:35:55.862 INFO:teuthology.orchestra.run.trial165.stdout: Preparing : 1/1 2026-02-18T04:35:55.879 INFO:teuthology.orchestra.run.trial165.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:55.959 INFO:teuthology.orchestra.run.trial165.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:56.016 INFO:teuthology.orchestra.run.trial165.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:35:56.016 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:56.017 INFO:teuthology.orchestra.run.trial165.stdout:Installed: 2026-02-18T04:35:56.017 INFO:teuthology.orchestra.run.trial165.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:35:56.017 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:35:56.017 INFO:teuthology.orchestra.run.trial165.stdout:Complete! 2026-02-18T04:35:56.033 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:35:56.049 DEBUG:teuthology.parallel:result is None 2026-02-18T04:35:56.072 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:35:56.072 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:35:56.505 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:35:56.505 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:35:56.961 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:35:56.963 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T04:35:56.968 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T04:35:56.989 INFO:teuthology.orchestra.run.trial092.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T04:35:57.000 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T04:35:57.033 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T04:35:57.042 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T04:35:57.047 INFO:teuthology.orchestra.run.trial092.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T04:35:57.050 INFO:teuthology.orchestra.run.trial092.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T04:35:57.054 INFO:teuthology.orchestra.run.trial092.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T04:35:57.078 INFO:teuthology.orchestra.run.trial092.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T04:35:57.090 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T04:35:57.093 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T04:35:57.099 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T04:35:57.101 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T04:35:57.112 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T04:35:57.118 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T04:35:57.142 INFO:teuthology.orchestra.run.trial092.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T04:35:57.146 INFO:teuthology.orchestra.run.trial092.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T04:35:57.153 INFO:teuthology.orchestra.run.trial092.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T04:35:57.203 INFO:teuthology.orchestra.run.trial092.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T04:35:57.216 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T04:35:57.219 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T04:35:57.223 INFO:teuthology.orchestra.run.trial092.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T04:35:57.228 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T04:35:57.233 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T04:35:57.236 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T04:35:57.250 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T04:35:57.255 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T04:35:57.260 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T04:35:57.271 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T04:35:57.280 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T04:35:57.286 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T04:35:57.305 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T04:35:57.316 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T04:35:57.332 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T04:35:57.336 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T04:35:57.344 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T04:35:57.383 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T04:35:57.704 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T04:35:57.714 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T04:35:57.717 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T04:35:57.723 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T04:35:57.725 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T04:35:57.752 INFO:teuthology.orchestra.run.trial092.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T04:35:57.796 INFO:teuthology.orchestra.run.trial092.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T04:35:57.802 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T04:35:57.806 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T04:35:57.811 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T04:35:57.815 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T04:35:57.822 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T04:35:57.825 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T04:35:57.852 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T04:35:57.862 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T04:35:57.868 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T04:35:57.875 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T04:35:57.909 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T04:35:58.129 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T04:35:58.152 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T04:35:58.156 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T04:35:58.214 INFO:teuthology.orchestra.run.trial092.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T04:35:58.216 INFO:teuthology.orchestra.run.trial092.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T04:35:58.237 INFO:teuthology.orchestra.run.trial092.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T04:35:58.557 INFO:teuthology.orchestra.run.trial092.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T04:35:58.629 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T04:35:59.292 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T04:35:59.311 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T04:35:59.324 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T04:35:59.340 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T04:35:59.414 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T04:35:59.424 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T04:35:59.447 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T04:35:59.477 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T04:35:59.527 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T04:35:59.533 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T04:35:59.536 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T04:35:59.537 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T04:35:59.555 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:59.555 INFO:teuthology.orchestra.run.trial092.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T04:35:59.555 INFO:teuthology.orchestra.run.trial092.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T04:35:59.555 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:59.563 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:59.587 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T04:35:59.587 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T04:35:59.587 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:35:59.620 INFO:teuthology.orchestra.run.trial092.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T04:35:59.683 INFO:teuthology.orchestra.run.trial092.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T04:35:59.686 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T04:35:59.698 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T04:35:59.699 INFO:teuthology.orchestra.run.trial092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:35:59.699 INFO:teuthology.orchestra.run.trial092.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T04:35:59.699 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:00.389 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T04:36:00.413 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T04:36:00.413 INFO:teuthology.orchestra.run.trial092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:36:00.414 INFO:teuthology.orchestra.run.trial092.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T04:36:00.414 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T04:36:00.414 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T04:36:00.414 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:00.472 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T04:36:00.474 INFO:teuthology.orchestra.run.trial092.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T04:36:00.481 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T04:36:00.506 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T04:36:00.508 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T04:36:01.656 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T04:36:01.661 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T04:36:02.123 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T04:36:02.124 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T04:36:02.136 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T04:36:02.137 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T04:36:02.192 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T04:36:02.236 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T04:36:02.237 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T04:36:02.257 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T04:36:02.257 INFO:teuthology.orchestra.run.trial092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:36:02.257 INFO:teuthology.orchestra.run.trial092.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T04:36:02.257 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T04:36:02.257 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T04:36:02.257 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:02.269 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T04:36:02.498 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T04:36:02.499 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T04:36:02.521 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T04:36:02.521 INFO:teuthology.orchestra.run.trial092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:36:02.521 INFO:teuthology.orchestra.run.trial092.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T04:36:02.521 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T04:36:02.521 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T04:36:02.521 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:02.619 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T04:36:02.638 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T04:36:02.639 INFO:teuthology.orchestra.run.trial092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:36:02.639 INFO:teuthology.orchestra.run.trial092.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T04:36:02.639 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T04:36:02.639 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T04:36:02.639 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:02.656 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T04:36:03.322 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T04:36:03.322 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T04:36:03.322 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T04:36:03.322 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T04:36:03.323 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T04:36:03.324 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T04:36:03.325 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T04:36:03.330 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T04:36:03.330 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T04:36:03.330 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T04:36:03.330 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T04:36:03.330 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T04:36:03.331 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T04:36:03.332 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T04:36:03.333 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T04:36:03.334 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T04:36:03.335 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T04:36:03.390 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T04:36:03.390 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:03.390 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:36:03.390 INFO:teuthology.orchestra.run.trial092.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T04:36:03.390 INFO:teuthology.orchestra.run.trial092.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:03.390 INFO:teuthology.orchestra.run.trial092.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:03.391 INFO:teuthology.orchestra.run.trial092.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T04:36:03.392 INFO:teuthology.orchestra.run.trial092.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T04:36:03.393 INFO:teuthology.orchestra.run.trial092.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T04:36:03.394 INFO:teuthology.orchestra.run.trial092.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T04:36:03.395 INFO:teuthology.orchestra.run.trial092.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T04:36:03.396 INFO:teuthology.orchestra.run.trial092.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T04:36:03.397 INFO:teuthology.orchestra.run.trial092.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T04:36:03.398 INFO:teuthology.orchestra.run.trial092.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T04:36:03.398 INFO:teuthology.orchestra.run.trial092.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T04:36:03.398 INFO:teuthology.orchestra.run.trial092.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T04:36:03.398 INFO:teuthology.orchestra.run.trial092.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T04:36:03.398 INFO:teuthology.orchestra.run.trial092.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T04:36:03.398 INFO:teuthology.orchestra.run.trial092.stdout: zip-3.0-35.el9.x86_64 2026-02-18T04:36:03.398 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:03.398 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:03.446 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-base 2026-02-18T04:36:03.763 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:02 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:03.828 INFO:teuthology.orchestra.run.trial092.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:03.846 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:03.846 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:03.846 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:03.867 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install cephadm 2026-02-18T04:36:04.176 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:03 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:04.240 INFO:teuthology.orchestra.run.trial092.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:36:04.257 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:04.257 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:04.257 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:04.278 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T04:36:04.588 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:03 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:04.671 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:04.671 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:04.671 INFO:teuthology.orchestra.run.trial092.stdout: Package Arch Version Repo Size 2026-02-18T04:36:04.671 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:04.671 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout:Install 1 Package 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 154 k 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 447 k 2026-02-18T04:36:04.672 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:36:04.763 INFO:teuthology.orchestra.run.trial092.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 1.7 MB/s | 154 kB 00:00 2026-02-18T04:36:04.763 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:36:04.764 INFO:teuthology.orchestra.run.trial092.stdout:Total 1.6 MB/s | 154 kB 00:00 2026-02-18T04:36:04.764 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:36:04.768 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:36:04.768 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:36:04.799 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:36:04.799 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:36:04.854 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:36:04.855 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:36:04.878 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:36:04.878 INFO:teuthology.orchestra.run.trial092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:36:04.878 INFO:teuthology.orchestra.run.trial092.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T04:36:04.879 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:05.182 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T04:36:05.182 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:05.183 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:36:05.183 INFO:teuthology.orchestra.run.trial092.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:05.183 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:05.183 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:05.210 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-mgr 2026-02-18T04:36:05.518 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:04 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:05.583 INFO:teuthology.orchestra.run.trial092.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:05.601 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:05.601 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:05.601 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:05.623 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T04:36:05.936 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:04 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:06.000 INFO:teuthology.orchestra.run.trial092.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:36:06.018 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:06.019 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:06.019 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:06.041 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T04:36:06.344 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:05 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:06.407 INFO:teuthology.orchestra.run.trial092.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:36:06.425 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:06.426 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:06.426 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:06.446 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-mgr-rook 2026-02-18T04:36:06.758 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:05 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:06.821 INFO:teuthology.orchestra.run.trial092.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:36:06.839 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:06.840 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:06.840 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:06.861 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T04:36:07.169 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:06 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:07.233 INFO:teuthology.orchestra.run.trial092.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:36:07.250 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:07.251 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:07.251 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:07.272 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-fuse 2026-02-18T04:36:07.573 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:06 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:07.654 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:07.654 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout: Package Architecture Version Repository Size 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout:Install 1 Package 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 942 k 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 2.7 M 2026-02-18T04:36:07.655 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:36:07.773 INFO:teuthology.orchestra.run.trial092.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.8 MB/s | 942 kB 00:00 2026-02-18T04:36:07.774 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:36:07.774 INFO:teuthology.orchestra.run.trial092.stdout:Total 7.8 MB/s | 942 kB 00:00 2026-02-18T04:36:07.774 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:36:07.778 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:36:07.778 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:36:07.813 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:36:07.813 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:36:07.904 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:36:07.921 INFO:teuthology.orchestra.run.trial092.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:08.160 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:08.216 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:08.216 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:08.216 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:36:08.217 INFO:teuthology.orchestra.run.trial092.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:08.217 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:08.217 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:08.244 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install ceph-volume 2026-02-18T04:36:08.553 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:07 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:08.616 INFO:teuthology.orchestra.run.trial092.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T04:36:08.634 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:08.635 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:08.635 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:08.657 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install librados-devel 2026-02-18T04:36:08.962 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:07 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:09.045 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:09.045 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout: Package Arch Version Repo Size 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout:Install 1 Package 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:09.046 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 126 k 2026-02-18T04:36:09.047 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 449 k 2026-02-18T04:36:09.047 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:36:09.131 INFO:teuthology.orchestra.run.trial092.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-18T04:36:09.131 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:36:09.131 INFO:teuthology.orchestra.run.trial092.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T04:36:09.131 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:36:09.134 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:36:09.134 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:36:09.165 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:36:09.166 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:36:09.221 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:36:09.237 INFO:teuthology.orchestra.run.trial092.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:09.321 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:09.380 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:09.380 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:09.380 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:36:09.380 INFO:teuthology.orchestra.run.trial092.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:09.380 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:09.380 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:09.408 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install libcephfs2 2026-02-18T04:36:09.718 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:08 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:09.782 INFO:teuthology.orchestra.run.trial092.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:09.800 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:09.801 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:09.801 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:09.823 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install libcephfs-devel 2026-02-18T04:36:10.138 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:09 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:10.221 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:10.222 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:10.222 INFO:teuthology.orchestra.run.trial092.stdout: Package Arch Version Repo Size 2026-02-18T04:36:10.222 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:10.222 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:36:10.222 INFO:teuthology.orchestra.run.trial092.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T04:36:10.222 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:10.223 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:36:10.223 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:10.223 INFO:teuthology.orchestra.run.trial092.stdout:Install 1 Package 2026-02-18T04:36:10.223 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:10.223 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 34 k 2026-02-18T04:36:10.223 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 155 k 2026-02-18T04:36:10.223 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:36:10.285 INFO:teuthology.orchestra.run.trial092.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 548 kB/s | 34 kB 00:00 2026-02-18T04:36:10.286 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:36:10.286 INFO:teuthology.orchestra.run.trial092.stdout:Total 537 kB/s | 34 kB 00:00 2026-02-18T04:36:10.286 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:36:10.288 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:36:10.288 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:36:10.290 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:36:10.290 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:36:10.310 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:36:10.327 INFO:teuthology.orchestra.run.trial092.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:10.386 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:10.444 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:10.444 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:10.444 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:36:10.444 INFO:teuthology.orchestra.run.trial092.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:10.444 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:10.444 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:10.472 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install librados2 2026-02-18T04:36:10.788 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:09 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:10.852 INFO:teuthology.orchestra.run.trial092.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:10.870 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:10.871 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:10.871 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:10.892 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install librbd1 2026-02-18T04:36:11.201 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:10 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:11.265 INFO:teuthology.orchestra.run.trial092.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:11.283 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:11.284 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:11.284 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:11.306 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install python3-rados 2026-02-18T04:36:11.614 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:10 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:11.677 INFO:teuthology.orchestra.run.trial092.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:11.694 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:11.695 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:11.695 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:11.716 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install python3-rgw 2026-02-18T04:36:12.021 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:11 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:12.084 INFO:teuthology.orchestra.run.trial092.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:12.102 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:12.103 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:12.103 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:12.124 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install python3-cephfs 2026-02-18T04:36:12.432 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:11 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:12.497 INFO:teuthology.orchestra.run.trial092.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:12.514 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:12.515 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:12.515 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:12.537 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install python3-rbd 2026-02-18T04:36:12.848 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:11 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:12.912 INFO:teuthology.orchestra.run.trial092.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T04:36:12.929 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:12.930 INFO:teuthology.orchestra.run.trial092.stdout:Nothing to do. 2026-02-18T04:36:12.930 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:12.952 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install rbd-fuse 2026-02-18T04:36:13.268 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:12 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:13.352 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout: Package Architecture Version Repository Size 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout:Install 1 Package 2026-02-18T04:36:13.353 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:13.354 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 91 k 2026-02-18T04:36:13.354 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 238 k 2026-02-18T04:36:13.354 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:36:13.425 INFO:teuthology.orchestra.run.trial092.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-18T04:36:13.426 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:36:13.426 INFO:teuthology.orchestra.run.trial092.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-18T04:36:13.426 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:36:13.430 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:36:13.430 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:36:13.462 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:36:13.463 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:36:13.515 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:36:13.531 INFO:teuthology.orchestra.run.trial092.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:13.609 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:13.666 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:13.666 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:13.666 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:36:13.667 INFO:teuthology.orchestra.run.trial092.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:13.667 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:13.667 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:13.695 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install rbd-mirror 2026-02-18T04:36:14.008 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:13 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:14.090 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:14.090 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:14.090 INFO:teuthology.orchestra.run.trial092.stdout: Package Arch Version Repo Size 2026-02-18T04:36:14.090 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:14.090 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:36:14.090 INFO:teuthology.orchestra.run.trial092.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T04:36:14.091 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:14.091 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:36:14.091 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:14.091 INFO:teuthology.orchestra.run.trial092.stdout:Install 1 Package 2026-02-18T04:36:14.091 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:14.091 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 2.9 M 2026-02-18T04:36:14.091 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 11 M 2026-02-18T04:36:14.091 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:36:14.247 INFO:teuthology.orchestra.run.trial092.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-18T04:36:14.247 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:36:14.247 INFO:teuthology.orchestra.run.trial092.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-18T04:36:14.247 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:36:14.252 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:36:14.252 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:36:14.291 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:36:14.291 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:36:14.473 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:36:14.474 INFO:teuthology.orchestra.run.trial092.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:14.497 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:14.497 INFO:teuthology.orchestra.run.trial092.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T04:36:14.498 INFO:teuthology.orchestra.run.trial092.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T04:36:14.498 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T04:36:14.498 INFO:teuthology.orchestra.run.trial092.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T04:36:14.498 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:14.794 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:14.794 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:14.794 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:36:14.794 INFO:teuthology.orchestra.run.trial092.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:14.794 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:14.794 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:14.822 DEBUG:teuthology.orchestra.run.trial092:> sudo yum -y install rbd-nbd 2026-02-18T04:36:15.139 INFO:teuthology.orchestra.run.trial092.stdout:Last metadata expiration check: 0:01:14 ago on Wed 18 Feb 2026 04:35:01 AM UTC. 2026-02-18T04:36:15.221 INFO:teuthology.orchestra.run.trial092.stdout:Dependencies resolved. 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout: Package Architecture Version Repository Size 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout:Installing: 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout:Transaction Summary 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout:================================================================================ 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout:Install 1 Package 2026-02-18T04:36:15.222 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:15.223 INFO:teuthology.orchestra.run.trial092.stdout:Total download size: 180 k 2026-02-18T04:36:15.223 INFO:teuthology.orchestra.run.trial092.stdout:Installed size: 498 k 2026-02-18T04:36:15.223 INFO:teuthology.orchestra.run.trial092.stdout:Downloading Packages: 2026-02-18T04:36:15.307 INFO:teuthology.orchestra.run.trial092.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T04:36:15.307 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:36:15.307 INFO:teuthology.orchestra.run.trial092.stdout:Total 2.1 MB/s | 180 kB 00:00 2026-02-18T04:36:15.307 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction check 2026-02-18T04:36:15.312 INFO:teuthology.orchestra.run.trial092.stdout:Transaction check succeeded. 2026-02-18T04:36:15.312 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction test 2026-02-18T04:36:15.344 INFO:teuthology.orchestra.run.trial092.stdout:Transaction test succeeded. 2026-02-18T04:36:15.344 INFO:teuthology.orchestra.run.trial092.stdout:Running transaction 2026-02-18T04:36:15.401 INFO:teuthology.orchestra.run.trial092.stdout: Preparing : 1/1 2026-02-18T04:36:15.418 INFO:teuthology.orchestra.run.trial092.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:15.502 INFO:teuthology.orchestra.run.trial092.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:15.561 INFO:teuthology.orchestra.run.trial092.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T04:36:15.561 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:15.561 INFO:teuthology.orchestra.run.trial092.stdout:Installed: 2026-02-18T04:36:15.561 INFO:teuthology.orchestra.run.trial092.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T04:36:15.561 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:15.561 INFO:teuthology.orchestra.run.trial092.stdout:Complete! 2026-02-18T04:36:15.594 DEBUG:teuthology.parallel:result is None 2026-02-18T04:36:15.595 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:36:15.764 DEBUG:teuthology.orchestra.run.trial092:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T04:36:15.785 INFO:teuthology.orchestra.run.trial092.stdout:20.2.0-670.gadc19233.el9 2026-02-18T04:36:15.785 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T04:36:15.786 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T04:36:15.788 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:36:15.936 DEBUG:teuthology.orchestra.run.trial165:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T04:36:15.957 INFO:teuthology.orchestra.run.trial165.stdout:20.2.0-670.gadc19233.el9 2026-02-18T04:36:15.957 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T04:36:15.957 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T04:36:15.959 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:36:16.085 DEBUG:teuthology.orchestra.run.trial170:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T04:36:16.106 INFO:teuthology.orchestra.run.trial170.stdout:20.2.0-670.gadc19233.el9 2026-02-18T04:36:16.106 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T04:36:16.106 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T04:36:16.108 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T04:36:16.108 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:16.108 DEBUG:teuthology.orchestra.run.trial092:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T04:36:16.134 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:36:16.134 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T04:36:16.159 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:36:16.160 DEBUG:teuthology.orchestra.run.trial170:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T04:36:16.185 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T04:36:16.186 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:16.186 DEBUG:teuthology.orchestra.run.trial092:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T04:36:16.210 DEBUG:teuthology.orchestra.run.trial092:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T04:36:16.275 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:36:16.275 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T04:36:16.300 DEBUG:teuthology.orchestra.run.trial165:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T04:36:16.363 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:36:16.364 DEBUG:teuthology.orchestra.run.trial170:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T04:36:16.389 DEBUG:teuthology.orchestra.run.trial170:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T04:36:16.453 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T04:36:16.453 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:16.453 DEBUG:teuthology.orchestra.run.trial092:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T04:36:16.477 DEBUG:teuthology.orchestra.run.trial092:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T04:36:16.541 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:36:16.541 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T04:36:16.565 DEBUG:teuthology.orchestra.run.trial165:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T04:36:16.631 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:36:16.631 DEBUG:teuthology.orchestra.run.trial170:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T04:36:16.656 DEBUG:teuthology.orchestra.run.trial170:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T04:36:16.719 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T04:36:16.720 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:16.720 DEBUG:teuthology.orchestra.run.trial092:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T04:36:16.745 DEBUG:teuthology.orchestra.run.trial092:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T04:36:16.809 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:36:16.809 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T04:36:16.834 DEBUG:teuthology.orchestra.run.trial165:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T04:36:16.899 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:36:16.899 DEBUG:teuthology.orchestra.run.trial170:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T04:36:16.924 DEBUG:teuthology.orchestra.run.trial170:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T04:36:16.989 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T04:36:17.118 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': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-18T04:36:17.119 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:36:17.122 INFO:tasks.cephadm:Cluster fsid is 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:17.122 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T04:36:17.122 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.92', 'mon.b': '10.20.193.165', 'mon.c': '10.20.193.170'} 2026-02-18T04:36:17.122 INFO:tasks.cephadm:First mon is mon.a on trial092 2026-02-18T04:36:17.122 INFO:tasks.cephadm:First mgr is a 2026-02-18T04:36:17.122 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T04:36:17.122 DEBUG:teuthology.orchestra.run.trial092:> sudo hostname $(hostname -s) 2026-02-18T04:36:17.148 DEBUG:teuthology.orchestra.run.trial165:> sudo hostname $(hostname -s) 2026-02-18T04:36:17.173 DEBUG:teuthology.orchestra.run.trial170:> sudo hostname $(hostname -s) 2026-02-18T04:36:17.198 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-18T04:36:17.198 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:36:17.322 INFO:tasks.cephadm:builder_project result: [{'url': 'https://1.chacra.ceph.com/r/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/', 'chacra_url': 'https://1.chacra.ceph.com/repos/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/flavors/default/', 'ref': '20.2.1_2.17.26-baseline_2', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-17 18:19:08.791671', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['x86_64', 'source'], 'extra': {'version': '20.2.0-670-gadc19233', 'package_manager_version': '20.2.0-670.gadc19233', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3038/', 'root_build_cause': '', 'node_name': '10.20.192.26+soko16', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-18T04:36:17.463 INFO:tasks.util.chacra:got chacra host 1.chacra.ceph.com, ref 20.2.1_2.17.26-baseline_2, sha1 adc1923395f2bcd6ae89b5d331d278364d1848ed from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:36:17.464 INFO:tasks.cephadm:Discovered cachra url: https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm 2026-02-18T04:36:17.464 INFO:tasks.cephadm:Downloading cephadm from url: https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm 2026-02-18T04:36:17.464 DEBUG:teuthology.orchestra.run.trial092:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T04:36:17.732 INFO:teuthology.orchestra.run.trial092.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 04:36 /home/ubuntu/cephtest/cephadm 2026-02-18T04:36:17.733 DEBUG:teuthology.orchestra.run.trial165:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T04:36:17.996 INFO:teuthology.orchestra.run.trial165.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 04:36 /home/ubuntu/cephtest/cephadm 2026-02-18T04:36:17.997 DEBUG:teuthology.orchestra.run.trial170:> curl --silent -L https://1.chacra.ceph.com/binaries/ceph/20.2.1_2.17.26-baseline_2/adc1923395f2bcd6ae89b5d331d278364d1848ed/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-18T04:36:18.265 INFO:teuthology.orchestra.run.trial170.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 04:36 /home/ubuntu/cephtest/cephadm 2026-02-18T04:36:18.265 DEBUG:teuthology.orchestra.run.trial092:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T04:36:18.282 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-18T04:36:18.300 DEBUG:teuthology.orchestra.run.trial170:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T04:36:18.328 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed on all hosts... 2026-02-18T04:36:18.329 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T04:36:18.330 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T04:36:18.343 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T04:36:18.481 INFO:teuthology.orchestra.run.trial092.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T04:36:18.496 INFO:teuthology.orchestra.run.trial165.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T04:36:18.497 INFO:teuthology.orchestra.run.trial170.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T04:36:27.030 INFO:teuthology.orchestra.run.trial165.stdout:{ 2026-02-18T04:36:27.030 INFO:teuthology.orchestra.run.trial165.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T04:36:27.031 INFO:teuthology.orchestra.run.trial165.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T04:36:27.031 INFO:teuthology.orchestra.run.trial165.stdout: "repo_digests": [ 2026-02-18T04:36:27.031 INFO:teuthology.orchestra.run.trial165.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T04:36:27.031 INFO:teuthology.orchestra.run.trial165.stdout: ] 2026-02-18T04:36:27.031 INFO:teuthology.orchestra.run.trial165.stdout:} 2026-02-18T04:36:27.064 INFO:teuthology.orchestra.run.trial092.stdout:{ 2026-02-18T04:36:27.064 INFO:teuthology.orchestra.run.trial092.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T04:36:27.064 INFO:teuthology.orchestra.run.trial092.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T04:36:27.064 INFO:teuthology.orchestra.run.trial092.stdout: "repo_digests": [ 2026-02-18T04:36:27.064 INFO:teuthology.orchestra.run.trial092.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T04:36:27.064 INFO:teuthology.orchestra.run.trial092.stdout: ] 2026-02-18T04:36:27.064 INFO:teuthology.orchestra.run.trial092.stdout:} 2026-02-18T04:36:27.128 INFO:teuthology.orchestra.run.trial170.stdout:{ 2026-02-18T04:36:27.129 INFO:teuthology.orchestra.run.trial170.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T04:36:27.129 INFO:teuthology.orchestra.run.trial170.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T04:36:27.129 INFO:teuthology.orchestra.run.trial170.stdout: "repo_digests": [ 2026-02-18T04:36:27.129 INFO:teuthology.orchestra.run.trial170.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T04:36:27.129 INFO:teuthology.orchestra.run.trial170.stdout: ] 2026-02-18T04:36:27.129 INFO:teuthology.orchestra.run.trial170.stdout:} 2026-02-18T04:36:27.145 DEBUG:teuthology.orchestra.run.trial092:> sudo mkdir -p /etc/ceph 2026-02-18T04:36:27.170 DEBUG:teuthology.orchestra.run.trial165:> sudo mkdir -p /etc/ceph 2026-02-18T04:36:27.199 DEBUG:teuthology.orchestra.run.trial170:> sudo mkdir -p /etc/ceph 2026-02-18T04:36:27.225 DEBUG:teuthology.orchestra.run.trial092:> sudo chmod 777 /etc/ceph 2026-02-18T04:36:27.249 DEBUG:teuthology.orchestra.run.trial165:> sudo chmod 777 /etc/ceph 2026-02-18T04:36:27.274 DEBUG:teuthology.orchestra.run.trial170:> sudo chmod 777 /etc/ceph 2026-02-18T04:36:27.298 INFO:tasks.cephadm:Writing seed config... 2026-02-18T04:36:27.300 INFO:tasks.cephadm: override: [global] mon election default strategy = 3 2026-02-18T04:36:27.301 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-18T04:36:27.301 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-18T04:36:27.301 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-18T04:36:27.301 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-18T04:36:27.301 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-18T04:36:27.301 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-18T04:36:27.301 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-18T04:36:27.301 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-18T04:36:27.302 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:27.302 DEBUG:teuthology.orchestra.run.trial092:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-18T04:36:27.319 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 = 5d536361-0c83-11f1-9d25-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-18T04:36:27.319 DEBUG:teuthology.orchestra.run.trial092:mon.a> sudo journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.a.service 2026-02-18T04:36:27.362 DEBUG:teuthology.orchestra.run.trial092:mgr.a> sudo journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.a.service 2026-02-18T04:36:27.405 INFO:tasks.cephadm:Bootstrapping... 2026-02-18T04:36:27.405 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed -v bootstrap --fsid 5d536361-0c83-11f1-9d25-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.92 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:36:27.543 INFO:teuthology.orchestra.run.trial092.stdout:-------------------------------------------------------------------------------- 2026-02-18T04:36:27.543 INFO:teuthology.orchestra.run.trial092.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed', '-v', 'bootstrap', '--fsid', '5d536361-0c83-11f1-9d25-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.92', '--skip-admin-label'] 2026-02-18T04:36:27.543 INFO:teuthology.orchestra.run.trial092.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-18T04:36:27.544 INFO:teuthology.orchestra.run.trial092.stdout:Verifying podman|docker is present... 2026-02-18T04:36:27.560 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stdout 5.6.0 2026-02-18T04:36:27.560 INFO:teuthology.orchestra.run.trial092.stdout:Verifying lvm2 is present... 2026-02-18T04:36:27.560 INFO:teuthology.orchestra.run.trial092.stdout:Verifying time synchronization is in place... 2026-02-18T04:36:27.565 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T04:36:27.565 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T04:36:27.571 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T04:36:27.571 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout inactive 2026-02-18T04:36:27.577 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout enabled 2026-02-18T04:36:27.583 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout active 2026-02-18T04:36:27.583 INFO:teuthology.orchestra.run.trial092.stdout:Unit chronyd.service is enabled and running 2026-02-18T04:36:27.583 INFO:teuthology.orchestra.run.trial092.stdout:Repeating the final host check... 2026-02-18T04:36:27.598 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stdout 5.6.0 2026-02-18T04:36:27.598 INFO:teuthology.orchestra.run.trial092.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-18T04:36:27.598 INFO:teuthology.orchestra.run.trial092.stdout:systemctl is present 2026-02-18T04:36:27.598 INFO:teuthology.orchestra.run.trial092.stdout:lvcreate is present 2026-02-18T04:36:27.604 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T04:36:27.604 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T04:36:27.609 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T04:36:27.610 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout inactive 2026-02-18T04:36:27.615 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout enabled 2026-02-18T04:36:27.620 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout active 2026-02-18T04:36:27.621 INFO:teuthology.orchestra.run.trial092.stdout:Unit chronyd.service is enabled and running 2026-02-18T04:36:27.621 INFO:teuthology.orchestra.run.trial092.stdout:Host looks OK 2026-02-18T04:36:27.621 INFO:teuthology.orchestra.run.trial092.stdout:Cluster fsid: 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:27.621 INFO:teuthology.orchestra.run.trial092.stdout:Acquiring lock 140436311114512 on /run/cephadm/5d536361-0c83-11f1-9d25-d404e6e7d460.lock 2026-02-18T04:36:27.621 INFO:teuthology.orchestra.run.trial092.stdout:Lock 140436311114512 acquired on /run/cephadm/5d536361-0c83-11f1-9d25-d404e6e7d460.lock 2026-02-18T04:36:27.621 INFO:teuthology.orchestra.run.trial092.stdout:Verifying IP 10.20.193.92 port 3300 ... 2026-02-18T04:36:27.622 INFO:teuthology.orchestra.run.trial092.stdout:Verifying IP 10.20.193.92 port 6789 ... 2026-02-18T04:36:27.622 INFO:teuthology.orchestra.run.trial092.stdout:Base mon IP(s) is [10.20.193.92:3300, 10.20.193.92:6789], mon addrv is [v2:10.20.193.92:3300,v1:10.20.193.92:6789] 2026-02-18T04:36:27.624 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.92 metric 102 2026-02-18T04:36:27.624 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.92 metric 102 2026-02-18T04:36:27.624 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-18T04:36:27.627 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-18T04:36:27.627 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-18T04:36:27.627 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-18T04:36:27.630 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-18T04:36:27.630 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-18T04:36:27.630 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T04:36:27.630 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-18T04:36:27.630 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout inet6 fe80::5f56:8494:b290:4608/64 scope link noprefixroute 2026-02-18T04:36:27.631 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T04:36:27.631 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-18T04:36:27.631 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5dde/64 scope link 2026-02-18T04:36:27.631 INFO:teuthology.orchestra.run.trial092.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T04:36:27.631 INFO:teuthology.orchestra.run.trial092.stdout:Mon IP `10.20.193.92` is in CIDR network `10.20.192.0/20` 2026-02-18T04:36:27.631 INFO:teuthology.orchestra.run.trial092.stdout:Mon IP `10.20.193.92` is in CIDR network `10.20.192.0/20` 2026-02-18T04:36:27.631 INFO:teuthology.orchestra.run.trial092.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-18T04:36:27.632 INFO:teuthology.orchestra.run.trial092.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-18T04:36:27.632 INFO:teuthology.orchestra.run.trial092.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T04:36:27.867 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stdout c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc 2026-02-18T04:36:27.867 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T04:36:27.867 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stderr Getting image source signatures 2026-02-18T04:36:27.867 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stderr Copying blob sha256:ddefcddf6ef03d04de1b3dcc9836d89822cd11e5095471fffeae38220180f545 2026-02-18T04:36:27.867 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-18T04:36:27.867 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stderr Copying config sha256:c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc 2026-02-18T04:36:27.867 INFO:teuthology.orchestra.run.trial092.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-18T04:36:28.125 INFO:teuthology.orchestra.run.trial092.stdout:ceph: stdout ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable) 2026-02-18T04:36:28.126 INFO:teuthology.orchestra.run.trial092.stdout:Ceph version: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable) 2026-02-18T04:36:28.126 INFO:teuthology.orchestra.run.trial092.stdout:Extracting ceph user uid/gid from container image... 2026-02-18T04:36:28.370 INFO:teuthology.orchestra.run.trial092.stdout:stat: stdout 167 167 2026-02-18T04:36:28.370 INFO:teuthology.orchestra.run.trial092.stdout:Creating initial keys... 2026-02-18T04:36:28.632 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph-authtool: stdout AQDMQZVpgzmwHhAAebpVWaacGYu+4FFeD1/2HA== 2026-02-18T04:36:28.911 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph-authtool: stdout AQDMQZVpTkYPLhAAo594EK0uACW8OZOGZ4N1bQ== 2026-02-18T04:36:29.202 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph-authtool: stdout AQDNQZVp2qEKBRAAlLLkbKZcfH+HvK5PhJq6vw== 2026-02-18T04:36:29.203 INFO:teuthology.orchestra.run.trial092.stdout:Creating initial monmap... 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:monmaptool for a [v2:10.20.193.92:3300,v1:10.20.193.92:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:setting min_mon_release = tentacle 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/monmaptool: set fsid to 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:29.471 INFO:teuthology.orchestra.run.trial092.stdout:Creating mon... 2026-02-18T04:36:29.745 INFO:teuthology.orchestra.run.trial092.stdout:create mon.a on 2026-02-18T04:36:29.903 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-18T04:36:30.002 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-18T04:36:30.116 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460.target → /etc/systemd/system/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460.target. 2026-02-18T04:36:30.116 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460.target → /etc/systemd/system/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460.target. 2026-02-18T04:36:30.239 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.a 2026-02-18T04:36:30.239 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.a.service: Unit ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.a.service not loaded. 2026-02-18T04:36:30.358 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460.target.wants/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@.service. 2026-02-18T04:36:30.524 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T04:36:30.524 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout disabled 2026-02-18T04:36:30.530 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T04:36:30.530 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout inactive 2026-02-18T04:36:30.530 INFO:teuthology.orchestra.run.trial092.stdout:firewalld.service is not enabled 2026-02-18T04:36:30.530 INFO:teuthology.orchestra.run.trial092.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T04:36:30.530 INFO:teuthology.orchestra.run.trial092.stdout:Waiting for mon to start... 2026-02-18T04:36:30.530 INFO:teuthology.orchestra.run.trial092.stdout:Waiting for mon... 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout cluster: 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout id: 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout services: 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.158177s) [leader: a] 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-18T04:36:30.829 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:30.830 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout data: 2026-02-18T04:36:30.830 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-18T04:36:30.830 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-18T04:36:30.830 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-18T04:36:30.830 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout pgs: 2026-02-18T04:36:30.830 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:30.830 INFO:teuthology.orchestra.run.trial092.stdout:mon is available 2026-02-18T04:36:30.830 INFO:teuthology.orchestra.run.trial092.stdout:Assimilating anything we can from ceph.conf... 2026-02-18T04:36:31.119 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:31.119 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T04:36:31.119 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout fsid = 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:31.119 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T04:36:31.119 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.92:3300,v1:10.20.193.92:6789] 2026-02-18T04:36:31.119 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T04:36:31.120 INFO:teuthology.orchestra.run.trial092.stdout:Generating new minimal ceph.conf... 2026-02-18T04:36:31.408 INFO:teuthology.orchestra.run.trial092.stdout:Restarting the monitor... 2026-02-18T04:36:31.681 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a[20661]: 2026-02-18T04:36:31.487+0000 7f8ef2635640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-18T04:36:31.681 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 podman[21053]: 2026-02-18 04:36:31.680122996 +0000 UTC m=+0.206947650 container died 10ff653c7e8ca41946cc2097c406727156ff712833889a22d76c3a5a859afc87 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-18T04:36:31.946 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 podman[21053]: 2026-02-18 04:36:31.789498234 +0000 UTC m=+0.316322888 container remove 10ff653c7e8ca41946cc2097c406727156ff712833889a22d76c3a5a859afc87 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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.schema-version=1.0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T04:36:31.946 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 bash[21053]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a 2026-02-18T04:36:31.946 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 systemd[1]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-18T04:36:31.946 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 systemd[1]: Stopped Ceph mon.a for 5d536361-0c83-11f1-9d25-d404e6e7d460. 2026-02-18T04:36:31.946 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 systemd[1]: Starting Ceph mon.a for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:36:31.987 INFO:teuthology.orchestra.run.trial092.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-18T04:36:32.279 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 podman[21184]: 2026-02-18 04:36:31.944707878 +0000 UTC m=+0.017013414 container create a3b6c71118756ae59bec95cd500a993b2385af6ea0d6f66ab9b9579313d8570f (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.opencontainers.image.authors=Ceph Release Team , 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/, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T04:36:32.279 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 podman[21184]: 2026-02-18 04:36:31.978245226 +0000 UTC m=+0.050550752 container init a3b6c71118756ae59bec95cd500a993b2385af6ea0d6f66ab9b9579313d8570f (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, ceph=True, 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/, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T04:36:32.279 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 podman[21184]: 2026-02-18 04:36:31.981988692 +0000 UTC m=+0.054294218 container start a3b6c71118756ae59bec95cd500a993b2385af6ea0d6f66ab9b9579313d8570f (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, 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/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, ceph=True, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T04:36:32.279 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 bash[21184]: a3b6c71118756ae59bec95cd500a993b2385af6ea0d6f66ab9b9579313d8570f 2026-02-18T04:36:32.279 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 podman[21184]: 2026-02-18 04:36:31.938407882 +0000 UTC m=+0.010713418 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T04:36:32.279 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:31 trial092 systemd[1]: Started Ceph mon.a for 5d536361-0c83-11f1-9d25-d404e6e7d460. 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: set uid:gid to 167:167 (ceph:ceph) 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 7 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: pidfile_write: ignore empty --pid-file 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: load: jerasure load: lrc 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: RocksDB version: 7.9.2 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Git sha 0 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: DB SUMMARY 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: DB Session ID: MFMIG8STHA8D1DB3K67N 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: CURRENT file: CURRENT 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: IDENTITY file: IDENTITY 2026-02-18T04:36:32.280 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76499 ; 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.error_if_exists: 0 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.create_if_missing: 0 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.paranoid_checks: 1 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.env: 0x55a2841b8100 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.fs: PosixFileSystem 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.info_log: 0x55a28a28db00 2026-02-18T04:36:32.281 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_file_opening_threads: 16 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.statistics: (nil) 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.use_fsync: 0 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_log_file_size: 0 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.keep_log_file_num: 1000 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.recycle_log_file_num: 0 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.allow_fallocate: 1 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.allow_mmap_reads: 0 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.allow_mmap_writes: 0 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.use_direct_reads: 0 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-18T04:36:32.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.create_missing_column_families: 0 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.db_log_dir: 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.wal_dir: 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.advise_random_on_open: 1 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.db_write_buffer_size: 0 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.write_buffer_manager: 0x55a28a290500 2026-02-18T04:36:32.283 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.rate_limiter: (nil) 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.wal_recovery_mode: 2 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.enable_thread_tracking: 0 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.enable_pipelined_write: 0 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.unordered_write: 0 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-18T04:36:32.284 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.row_cache: None 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.wal_filter: None 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.allow_ingest_behind: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.two_write_queues: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.manual_wal_flush: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.wal_compression: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.atomic_flush: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.log_readahead_size: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.best_efforts_recovery: 0 2026-02-18T04:36:32.285 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.allow_data_in_errors: 0 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.db_host_id: __hostname__ 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_background_jobs: 2 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_background_compactions: -1 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_subcompactions: 1 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_total_wal_size: 0 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-18T04:36:32.286 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_open_files: -1 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bytes_per_sync: 0 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_readahead_size: 0 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_background_flushes: -1 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Compression algorithms supported: 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: kZSTD supported: 0 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: kXpressCompression supported: 0 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: kBZip2Compression supported: 0 2026-02-18T04:36:32.287 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: kLZ4Compression supported: 1 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: kZlibCompression supported: 1 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: kLZ4HCCompression supported: 1 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: kSnappyCompression supported: 1 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.merge_operator: 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_filter: None 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_filter_factory: None 2026-02-18T04:36:32.288 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.sst_partitioner_factory: None 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a28a28c240) 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: cache_index_and_filter_blocks: 1 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: pin_top_level_index_and_filter: 1 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: index_type: 0 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: data_block_index_type: 0 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: index_shortening: 1 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: checksum: 4 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: no_block_cache: 0 2026-02-18T04:36:32.289 INFO:journalctl@ceph.mon.a.trial092.stdout: block_cache: 0x55a28a2adb90 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: block_cache_name: BinnedLRUCache 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: block_cache_options: 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: capacity : 536870912 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: num_shard_bits : 4 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: strict_capacity_limit : 0 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: high_pri_pool_ratio: 0.000 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: block_cache_compressed: (nil) 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: persistent_cache: (nil) 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: block_size: 4096 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: block_size_deviation: 10 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: block_restart_interval: 16 2026-02-18T04:36:32.290 INFO:journalctl@ceph.mon.a.trial092.stdout: index_block_restart_interval: 1 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: metadata_block_size: 4096 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: partition_filters: 0 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: use_delta_encoding: 1 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: filter_policy: bloomfilter 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: whole_key_filtering: 1 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: verify_compression: 0 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: read_amp_bytes_per_bit: 0 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: format_version: 5 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: enable_index_compression: 1 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: block_align: 0 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: max_auto_readahead_size: 262144 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: prepopulate_block_cache: 0 2026-02-18T04:36:32.291 INFO:journalctl@ceph.mon.a.trial092.stdout: initial_auto_readahead_size: 8192 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout: num_file_reads_for_auto_readahead: 2 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.write_buffer_size: 33554432 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_write_buffer_number: 2 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression: NoCompression 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression: Disabled 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.prefix_extractor: nullptr 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.num_levels: 7 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-18T04:36:32.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.level: 32767 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.strategy: 0 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-18T04:36:32.293 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.enabled: false 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.target_file_size_base: 67108864 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-18T04:36:32.294 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.arena_block_size: 1048576 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.disable_auto_compactions: 0 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-18T04:36:32.295 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.inplace_update_support: 0 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-18T04:36:32.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.bloom_locality: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.max_successive_merges: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.paranoid_file_checks: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.force_consistency_checks: 1 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.report_bg_io_stats: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.ttl: 2592000 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.enable_blob_files: false 2026-02-18T04:36:32.297 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.min_blob_size: 0 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.blob_file_size: 268435456 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.blob_file_starting_level: 0 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: 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-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: f83a6cf3-eabd-4688-9287-942f17263908 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771389392010054, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-18T04:36:32.298 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771389392010752, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73591, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71866, "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": 66280, "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": 1771389392, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "f83a6cf3-eabd-4688-9287-942f17263908", "db_session_id": "MFMIG8STHA8D1DB3K67N", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771389392010817, "job": 1, "event": "recovery_finished"} 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: 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-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55a28a2b0700 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: DB pointer 0x55a28a2c2000 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout: ** DB Stats ** 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.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-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T04:36:32.299 INFO:journalctl@ceph.mon.a.trial092.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.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-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: ** Compaction Stats [default] ** 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.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-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: L0 2/0 73.73 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: Sum 2/0 73.73 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 143.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.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 143.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: 2026-02-18T04:36:32.300 INFO:journalctl@ceph.mon.a.trial092.stdout: ** Compaction Stats [default] ** 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.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-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.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 143.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-18T04:36:32.301 INFO:journalctl@ceph.mon.a.trial092.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout: Cumulative compaction: 0.00 GB write, 24.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout: Interval compaction: 0.00 GB write, 24.78 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.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-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout: Block cache BinnedLRUCache@0x55a28a2adb90#7 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.5e-05 secs_since: 0 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.72 KB,0.000137091%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout: 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: starting mon.a rank 0 at public addrs [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] at bind addrs [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a@-1(???) e1 preinit fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a@-1(???).mds e1 new map 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a@-1(???).mds e1 print_map 2026-02-18T04:36:32.302 INFO:journalctl@ceph.mon.a.trial092.stdout: e1 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout: btime 2026-02-18T04:36:30:546119+0000 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.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-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout: legacy client fscid: -1 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout: 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout: No filesystems configured 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-18T04:36:32.303 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: monmap epoch 1 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: last_changed 2026-02-18T04:36:29.344915+0000 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: min_mon_release 20 (tentacle) 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: election_strategy: 1 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: fsmap 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: osdmap e1: 0 total, 0 up, 0 in 2026-02-18T04:36:32.304 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:32 trial092 ceph-mon[21236]: mgrmap e1: no daemons active 2026-02-18T04:36:32.305 INFO:teuthology.orchestra.run.trial092.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-18T04:36:32.305 INFO:teuthology.orchestra.run.trial092.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:36:32.305 INFO:teuthology.orchestra.run.trial092.stdout:Creating mgr... 2026-02-18T04:36:32.306 INFO:teuthology.orchestra.run.trial092.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-18T04:36:32.306 INFO:teuthology.orchestra.run.trial092.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-18T04:36:32.414 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.a 2026-02-18T04:36:32.415 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Failed to reset failed state of unit ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.a.service: Unit ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.a.service not loaded. 2026-02-18T04:36:32.526 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460.target.wants/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@.service. 2026-02-18T04:36:32.693 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T04:36:32.693 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout disabled 2026-02-18T04:36:32.699 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T04:36:32.699 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout inactive 2026-02-18T04:36:32.699 INFO:teuthology.orchestra.run.trial092.stdout:firewalld.service is not enabled 2026-02-18T04:36:32.699 INFO:teuthology.orchestra.run.trial092.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T04:36:32.706 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T04:36:32.706 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout disabled 2026-02-18T04:36:32.712 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T04:36:32.712 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout inactive 2026-02-18T04:36:32.712 INFO:teuthology.orchestra.run.trial092.stdout:firewalld.service is not enabled 2026-02-18T04:36:32.712 INFO:teuthology.orchestra.run.trial092.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-18T04:36:32.713 INFO:teuthology.orchestra.run.trial092.stdout:Waiting for mgr to start... 2026-02-18T04:36:32.713 INFO:teuthology.orchestra.run.trial092.stdout:Waiting for mgr... 2026-02-18T04:36:33.010 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:33.010 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout { 2026-02-18T04:36:33.010 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "fsid": "5d536361-0c83-11f1-9d25-d404e6e7d460", 2026-02-18T04:36:33.010 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T04:36:33.010 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T04:36:33.010 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T04:36:33.010 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T04:36:33.010 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 0 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T04:36:33.011 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:33.012 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T04:36:30:546119+0000", 2026-02-18T04:36:33.013 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T04:36:33.014 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:33.015 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T04:36:30.546786+0000", 2026-02-18T04:36:33.015 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T04:36:33.015 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:33.015 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T04:36:33.015 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout } 2026-02-18T04:36:33.015 INFO:teuthology.orchestra.run.trial092.stdout:mgr not available, waiting (1/15)... 2026-02-18T04:36:33.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:33 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1712090616' entity='client.admin' 2026-02-18T04:36:33.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:33 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3168186620' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T04:36:34.132 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:33 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: from numpy import show_config as show_numpy_config 2026-02-18T04:36:35.291 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:35 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3280952898' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T04:36:35.301 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout { 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "fsid": "5d536361-0c83-11f1-9d25-d404e6e7d460", 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 0 2026-02-18T04:36:35.302 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum_age": 3, 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:35.303 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T04:36:35.304 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T04:36:30:546119+0000", 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T04:36:35.305 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T04:36:30.546786+0000", 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T04:36:35.306 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout } 2026-02-18T04:36:35.307 INFO:teuthology.orchestra.run.trial092.stdout:mgr not available, waiting (2/15)... 2026-02-18T04:36:36.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: Activating manager daemon a 2026-02-18T04:36:36.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: mgrmap e2: a(active, starting, since 0.00313284s) 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: Manager daemon a is now available 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' 2026-02-18T04:36:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:36 trial092 ceph-mon[21236]: from='mgr.14100 10.20.193.92:0/1562809181' entity='mgr.a' 2026-02-18T04:36:37.587 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:37 trial092 ceph-mon[21236]: mgrmap e3: a(active, since 1.00521s) 2026-02-18T04:36:37.717 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:37.717 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout { 2026-02-18T04:36:37.717 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "fsid": "5d536361-0c83-11f1-9d25-d404e6e7d460", 2026-02-18T04:36:37.717 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T04:36:37.717 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T04:36:37.717 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T04:36:37.717 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T04:36:37.717 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 0 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T04:36:37.718 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T04:36:37.719 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T04:36:30:546119+0000", 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T04:36:37.720 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ], 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T04:36:37.721 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T04:36:30.546786+0000", 2026-02-18T04:36:37.722 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T04:36:37.722 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout }, 2026-02-18T04:36:37.722 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T04:36:37.722 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout } 2026-02-18T04:36:37.722 INFO:teuthology.orchestra.run.trial092.stdout:mgr is available 2026-02-18T04:36:38.079 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout fsid = 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.92:3300,v1:10.20.193.92:6789] 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:38.080 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T04:36:38.081 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T04:36:38.081 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 2026-02-18T04:36:38.081 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T04:36:38.081 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T04:36:38.081 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T04:36:38.081 INFO:teuthology.orchestra.run.trial092.stdout:Enabling cephadm module... 2026-02-18T04:36:38.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:38 trial092 ceph-mon[21236]: mgrmap e4: a(active, since 2s) 2026-02-18T04:36:38.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:38 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3617674648' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T04:36:38.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:38 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/133455492' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-18T04:36:38.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:38 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/133455492' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-18T04:36:38.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:38 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/75890664' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-18T04:36:39.365 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:39 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: ignoring --setuser ceph since I am not root 2026-02-18T04:36:39.365 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:39 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: ignoring --setgroup ceph since I am not root 2026-02-18T04:36:39.492 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout { 2026-02-18T04:36:39.492 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-18T04:36:39.492 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T04:36:39.492 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-18T04:36:39.492 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T04:36:39.492 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout } 2026-02-18T04:36:39.492 INFO:teuthology.orchestra.run.trial092.stdout:Waiting for the mgr to restart... 2026-02-18T04:36:39.492 INFO:teuthology.orchestra.run.trial092.stdout:Waiting for mgr epoch 5... 2026-02-18T04:36:40.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:39 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/75890664' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-18T04:36:40.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:39 trial092 ceph-mon[21236]: mgrmap e5: a(active, since 3s) 2026-02-18T04:36:40.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:39 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/4095201754' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T04:36:40.382 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:39 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: /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-18T04:36:40.382 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:39 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: 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-18T04:36:40.382 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:39 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: from numpy import show_config as show_numpy_config 2026-02-18T04:36:42.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: Active manager daemon a restarted 2026-02-18T04:36:42.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: Activating manager daemon a 2026-02-18T04:36:42.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: osdmap e2: 0 total, 0 up, 0 in 2026-02-18T04:36:42.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: mgrmap e6: a(active, starting, since 0.00330352s) 2026-02-18T04:36:42.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:36:42.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T04:36:42.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T04:36:42.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T04:36:42.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T04:36:42.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:41 trial092 ceph-mon[21236]: Manager daemon a is now available 2026-02-18T04:36:42.871 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout { 2026-02-18T04:36:42.871 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-18T04:36:42.871 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T04:36:42.871 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout } 2026-02-18T04:36:42.871 INFO:teuthology.orchestra.run.trial092.stdout:mgr epoch 5 is available 2026-02-18T04:36:42.871 INFO:teuthology.orchestra.run.trial092.stdout:Verifying orchestrator module is enabled... 2026-02-18T04:36:43.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: Found migration_current of "None". Setting to last migration. 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T04:36:43.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T04:36:43.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: mgrmap e7: a(active, since 1.00431s) 2026-02-18T04:36:43.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:43 trial092 ceph-mon[21236]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T04:36:44.272 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-18T04:36:44.272 INFO:teuthology.orchestra.run.trial092.stdout:Setting orchestrator backend to cephadm... 2026-02-18T04:36:44.528 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:44 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:43] ENGINE Bus STARTING 2026-02-18T04:36:44.528 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:44 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:43] ENGINE Serving on http://10.20.193.92:8765 2026-02-18T04:36:44.528 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:44 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/2189114998' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-18T04:36:44.528 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:44 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:43] ENGINE Serving on https://10.20.193.92:7150 2026-02-18T04:36:44.528 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:44 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:43] ENGINE Bus STARTED 2026-02-18T04:36:44.528 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:44 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:44.528 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:44 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:43] ENGINE Client ('10.20.193.92', 38566) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T04:36:45.002 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-18T04:36:45.002 INFO:teuthology.orchestra.run.trial092.stdout:Generating ssh key... 2026-02-18T04:36:45.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/2189114998' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-18T04:36:45.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-mon[21236]: mgrmap e8: a(active, since 2s) 2026-02-18T04:36:45.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-mon[21236]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:45.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:45.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:45.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-mon[21236]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: Generating public/private ed25519 key pair. 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: Your identification has been saved in /tmp/tmpapapqb7h/key 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: Your public key has been saved in /tmp/tmpapapqb7h/key.pub 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: The key fingerprint is: 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: SHA256:blGlR2Yxxb2dzORXcs5jDR5hNRImYNPv3HG9oXfVNAk ceph-5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: The key's randomart image is: 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: +--[ED25519 256]--+ 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | +o.BE*=o| 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | . .Boo*+*| 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | o o.=OX| 2026-02-18T04:36:45.484 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | . . ..@@| 2026-02-18T04:36:45.485 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | S o + O| 2026-02-18T04:36:45.485 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | . . + +.| 2026-02-18T04:36:45.485 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | o . .| 2026-02-18T04:36:45.485 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | . | 2026-02-18T04:36:45.485 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: | | 2026-02-18T04:36:45.485 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:45 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: +----[SHA256]-----+ 2026-02-18T04:36:45.859 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDlL09HswdtacWLmv00puFT23xsR3ekkVsThXHOiRFPs ceph-5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:45.859 INFO:teuthology.orchestra.run.trial092.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-18T04:36:45.859 INFO:teuthology.orchestra.run.trial092.stdout:Adding key to root@localhost authorized_keys... 2026-02-18T04:36:45.860 INFO:teuthology.orchestra.run.trial092.stdout:Adding host trial092... 2026-02-18T04:36:46.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:46 trial092 ceph-mon[21236]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:46.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:46 trial092 ceph-mon[21236]: Generating ssh key... 2026-02-18T04:36:46.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:46 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:46.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:46 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:46.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:46 trial092 ceph-mon[21236]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:47.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:47 trial092 ceph-mon[21236]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial092", "addr": "10.20.193.92", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:47.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:47 trial092 ceph-mon[21236]: Deploying cephadm binary to trial092 2026-02-18T04:36:47.831 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout Added host 'trial092' with addr '10.20.193.92' 2026-02-18T04:36:47.831 INFO:teuthology.orchestra.run.trial092.stdout:Deploying unmanaged mon service... 2026-02-18T04:36:48.212 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-18T04:36:48.212 INFO:teuthology.orchestra.run.trial092.stdout:Deploying unmanaged mgr service... 2026-02-18T04:36:48.587 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-18T04:36:48.851 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:48 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:48.851 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:48 trial092 ceph-mon[21236]: Added host trial092 2026-02-18T04:36:48.851 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:48 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:48.851 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:48 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:48.852 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:48 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:48.852 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:48 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:48.852 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:48 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:49.341 INFO:teuthology.orchestra.run.trial092.stdout:Enabling the dashboard module... 2026-02-18T04:36:50.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: Saving service mon spec with placement count:5 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: Saving service mgr spec with placement count:2 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1085906848' entity='client.admin' 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial092", "name": "osd_memory_target"} : dispatch 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial092", "caps": []} : dispatch 2026-02-18T04:36:50.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='mgr.14118 10.20.193.92:0/1824341940' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial092", "caps": []}]': finished 2026-02-18T04:36:50.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1345505561' entity='client.admin' 2026-02-18T04:36:50.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:49 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/538449955' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-18T04:36:50.633 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:50 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: ignoring --setuser ceph since I am not root 2026-02-18T04:36:50.633 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:50 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: ignoring --setgroup ceph since I am not root 2026-02-18T04:36:50.972 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:50 trial092 ceph-mon[21236]: Deploying daemon agent.trial092 on trial092 2026-02-18T04:36:50.972 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:50 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/538449955' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-18T04:36:50.972 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:50 trial092 ceph-mon[21236]: mgrmap e9: a(active, since 8s) 2026-02-18T04:36:51.443 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout { 2026-02-18T04:36:51.444 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-18T04:36:51.444 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T04:36:51.444 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-18T04:36:51.444 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T04:36:51.444 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout } 2026-02-18T04:36:51.444 INFO:teuthology.orchestra.run.trial092.stdout:Waiting for the mgr to restart... 2026-02-18T04:36:51.444 INFO:teuthology.orchestra.run.trial092.stdout:Waiting for mgr epoch 9... 2026-02-18T04:36:51.558 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:51 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: /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-18T04:36:51.558 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:51 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: 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-18T04:36:51.558 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:36:51 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: from numpy import show_config as show_numpy_config 2026-02-18T04:36:52.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:51 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/206849563' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T04:36:53.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: Active manager daemon a restarted 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: Activating manager daemon a 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: osdmap e3: 0 total, 0 up, 0 in 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: mgrmap e10: a(active, starting, since 0.00280646s) 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T04:36:53.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:53 trial092 ceph-mon[21236]: Manager daemon a is now available 2026-02-18T04:36:54.189 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout { 2026-02-18T04:36:54.189 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-18T04:36:54.190 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T04:36:54.190 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout } 2026-02-18T04:36:54.190 INFO:teuthology.orchestra.run.trial092.stdout:mgr epoch 9 is available 2026-02-18T04:36:54.190 INFO:teuthology.orchestra.run.trial092.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-18T04:36:54.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:54.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:54.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T04:36:54.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T04:36:54.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:54.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial092", "name": "osd_memory_target"} : dispatch 2026-02-18T04:36:54.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:54.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial092", "caps": []} : dispatch 2026-02-18T04:36:54.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:54 trial092 ceph-mon[21236]: mgrmap e11: a(active, since 1.00522s) 2026-02-18T04:36:55.208 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUfRl2zeWm5gKMGK4cUy7sziymt08wDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDIxODA0MzY1NVoXDTI5\nMDIxNzA0MzY1NVowFzEVMBMGA1UEAwwMMTAuMjAuMTkzLjkyMIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAmQghPgRh//9HML5VvTX2tPsTJ78GCsBbg/Iq\nDtq+Xr9lNkiTR3ggUXQ9ZRgUgZgJqHwBjMkKCwg1Vs48kD7ypbTc4qvS7k0qu/sW\nsfIVBhN0CN+gO0llcBGTzd3iOConJUgP+Hso/nfnJZCe6NYDXjcQs8v6m9g7x/Kd\nRV2bAFGQtw45jr5gQ05FTESYRCTIkkXU4X9pHxbtoCDpQcFefyqrErovIeRr+/rI\nPVLUfM6j6wxk3a64uZtu4a7wiuSnGdPJu8+nwmMtadGGuMhAl6ALiqNkEa8FI9z1\nq8an5fp1AQjZ2No4hz21vDJdKqeeeGLHjRG7kRi2loDoPWGVygnQr7CNIa1w+P8M\nnDumrUHf+pJsciRa2ATBYjBAXfjwAO4g5pJgHENstygHD8qtE4I9d7MLWHzVP1L/\nrnQnuVIXPjqHKvIBNHjmpkmz5cm3TCwn//ICYzaTl9KY0pcfORAwCezMcYh6DrwD\nyFpvRoShCcSOymNLuGCaaZP4pyd2bGsmwlB4dV4LojAGeDSHvUX2yymoV9K1ACM0\nBAGt0C4oZV6tuiCyitMXhatiA0olWaLWCGcZEHUCBxWAZbtcgb0O6pbPLjXWv9Cd\nWB0BGtTKQuTNw4rpPD+teY1cDlEwNK5YcQEV5utG+DiW7efzHZ6lbLlhsGWhK5cl\nHt7Du/kCAwEAAaM+MDwwLAYDVR0RBCUwI4IIdHJpYWwwOTKCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwQKFMFcMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBALXi\npHO78yITg/1z1xpATHVn2ErtI+X2ow3B/K/nxqpiLjNXHQTznsNBYP+j9OtiBBOm\nh1Ac3lT1iqTdMhqxgAOPTOHJHLmknwZF/9iWmFHNPhjbBEo0cjo8kdKjTUVOO9j3\nRdCkdNr7n+81faPBkQOkDE53lET97fd6NKQtBl5cMDdAwUWMwqNTcxxnW11Q3veh\nbmJCXzM4nis7QQPuJWXeRlvtNzcbK9gaiSv30I3FFTqcf8f5XZ3eQrBTkWQmofsb\nKJ95YK0h/ipUftVw5QS9tcGouCT4dkQ4MXe8x0ZL3A+Wdi3rDsK4SEVun53BCrJ2\nMxkvyehYmgqD+Rk2Y8EiGF2o6FmqAOYmDWxeGm3hwmvGn+0QbUeDtS8cOAFnhQnR\n07vv5ejavjV1pP+z3tMQ70dYO3OzKix1V3mYK75Ze/WPuXtqh7SfLEZZAR6TCOqU\nhawbR+vh+eOtqMJJd5ziwmPpXSr16Ihb71CY0TUhpDYl2R7KXrVHStkXOQo2UqNm\ny+waPIy7jEYcoCLB4wazJINMGsK3ynFfAEE5Ehy3/3YsN/07PZ+isqjzMEtY9nP5\nSr220oRt8EWjCucBawll74BbupWY/Ch/voLQHH0wHrtmk3kA2U/T0sUe5TtN5HYs\noblBygF7P1RRV6CrIgvxNgH2L0CLnps9l7QESdEV\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKQIBAAKCAgEAmQghPgRh//9HML5VvTX2tPsTJ78GCsBbg/IqDtq+Xr9lNkiT\nR3ggUXQ9ZRgUgZgJqHwBjMkKCwg1Vs48kD7ypbTc4qvS7k0qu/sWsfIVBhN0CN+g\nO0llcBGTzd3iOConJUgP+Hso/nfnJZCe6NYDXjcQs8v6m9g7x/KdRV2bAFGQtw45\njr5gQ05FTESYRCTIkkXU4X9pHxbtoCDpQcFefyqrErovIeRr+/rIPVLUfM6j6wxk\n3a64uZtu4a7wiuSnGdPJu8+nwmMtadGGuMhAl6ALiqNkEa8FI9z1q8an5fp1AQjZ\n2No4hz21vDJdKqeeeGLHjRG7kRi2loDoPWGVygnQr7CNIa1w+P8MnDumrUHf+pJs\nciRa2ATBYjBAXfjwAO4g5pJgHENstygHD8qtE4I9d7MLWHzVP1L/rnQnuVIXPjqH\nKvIBNHjmpkmz5cm3TCwn//ICYzaTl9KY0pcfORAwCezMcYh6DrwDyFpvRoShCcSO\nymNLuGCaaZP4pyd2bGsmwlB4dV4LojAGeDSHvUX2yymoV9K1ACM0BAGt0C4oZV6t\nuiCyitMXhatiA0olWaLWCGcZEHUCBxWAZbtcgb0O6pbPLjXWv9CdWB0BGtTKQuTN\nw4rpPD+teY1cDlEwNK5YcQEV5utG+DiW7efzHZ6lbLlhsGWhK5clHt7Du/kCAwEA\nAQKCAgAFwBYUsSA4GQD1Mk/BN4IE2LLmcVGCLap6raq6KmrRH17HoIhFPRy0xtoI\nPpSFrp99SOSbhFHn6nfroj4JGw5t3tsWeuenC/gFPokCqIK0+t3nN/T6yVYiFQ0B\nZTsrCl10c43jE8itcDa7tQCdpe4UOBw871ckTEapy6JwgPUSON5n3IVZ6WovWUV2\nGVVB6UJuqahXTVz3Pbqx4860CXa6L1Gkl2GuQ7mxiyHDWSWSJ4cmDc4L/PTkx5QN\n76+K/o7PZAOOdr36alTiZyzJbH/t2qYYYG2iEvot1++U0/cK56OGJY2fDgsl/NID\nh35z+/6yzh5qvP339K5mvyMK7GvvD9kIVbotqrbG4PfkDMpK2P7WRZrTe8Y2Gm1B\nU9x+LRSFKYpxFPae78riQVfTJgPpyoiQqRMFy1MG1xlzrVdAwbCW2ZuxxEa03AgH\nNVs96xbjkYNmECKUl45vFfbCVMssa1rjlhfWA1TS6P2BaJ5lINgD/cgHb9YStpjD\n0zpC5Lrifbavm89GKeJOGoI/322CUsBZFtAd2Y2S8H1AWyf8bONAL7pNl2eGIFZa\neCQssqNNE0uS7+utNPJd8PyiEtQ2jMey7wbX7XcRzbcOJQQWURjU9j/oTNCYuZ3O\nyTMO0Cf0YGJCGp3U8MmnSFok/935oXcDSPELT+vc1sV57wtxoQKCAQEAyVaftK9/\nbavCL/Q3X/FVP8JlpywInz1N5jCetMhnBnvEDeXQHukKkjGAlDaY6WAFlwuc4UwG\n3+cffH0uOPfFHIk1mlTHCnpbQ2UYkV/NSqDkE+O91wZeMqMoyv3bnykgHnBKSmdc\n5l0fZSczw113XHyRJGhG9d6PJ3wK5L1qLyEzo+IvtW3rmC8Om5ePJiSjsr1/CEUb\nYUHP5mP0QqjpCNZ/1gvkVurtBhJuDGCV1xOt3LDBE/zG0VWldgTIJiRYRS2l27NK\n+VXpE4rYcopCQQmK4DnPTrfTf02UTyUKAp/DCSm2oVprp/+H/AhVPWeVDpkwu40L\n4Fem4SLLcJRKmQKCAQEAwpQcJTz1LTvASe2TcyjwffUq8ZvN/oN3Xgf8S0qjAnFN\nSASnq/tpwB2K1akyU3L946xK5LMuzeXvEgGRrZVF6PuO5qWpkdhpkEUKVYMlNZlY\nrkadgOjXqgd4g12nMPrKzo3ymYcgpgc8Qjj3l+9B/P/iLFFEj+zWZ/BxeZhXrJYe\nPzMTK9yHPE6+0W475vY4ihIwMGM7cB6VZC2zhcHAyW6h2U045l4+I3W4fZu898eR\niqRxO1G08jdNOWRmyj7DPjzNyK9j6ZZQ/3zVFTAit14culr0vqqJnihDofL6QMnZ\nZS9NEPRt7mdbpy66I2Ggjmvsk0hN4OQ9cxGf85I4YQKCAQEAwFMh7cxy8kVPEtW7\ni8eRgn1k8yLJ/arm3ct13wVL/NJ/PjNX8h70fSASTgI1YUDbNiTesAwayQkTd6xw\nWfS8cnzTGmB/XY/x29gXds7H4ND97c3vyxYHJ2HaFsYWY9w6FTl4jchc4qTz14Fy\nHd4LpepMDzYZCsaVgscn9MbHRsv1c0geALZGhbH1x0Uodewr/xKq5TB2bhoayV6T\ntpV5PXsA1Gu5rBlvXwx92Q7uM2xV+WlSlpAxL0gb7Te2JVE0jKiFNe/332NkaMmJ\n5ygRD+VYpsYyNGS/AG0QDeY4wLbx7K/PCCTCj9E1idg/7I8kwLQu7AlY3e18uLSv\nFxRgiQKCAQEAm2ljBZcnmMZlsmaQY+WqGGDOuQWhxYxJthAYwiZOBrBqcoBNT/9S\nGsE916P5b0+kW8mMVBiN5KSni7E3IvbcTNdH7w8YXkYFItcSBvTlrmbZvvDl8kWH\no+WtqvcNiAB4JfyYbWnReOrEhXwsvey6vxG+G3mZkn8vTPtuFxnHxTBt3jq0ME9G\nsLOQk4RBUhsNU7JtTOilW8sBtW8POWFk0z6LBR45uT5C0V3ASosuppV+uMbZLfD3\n3pKvGo0H0LfKiBZWotj7q2GFNlsFcpPs1prTxUDKxNM/cdRlGKASo9bUzY23NziT\n6Vwih2i6AXKDo92tqoGQunRyZEsKf6glYQKCAQALGNCn+lKb5OoYHlAp5pgpjVj9\nYH7ALxUMnd9x2nr2esyZiasU1JngRo9/p7oKzwaom2ChoODPPZz1O0w9YRsMUYAA\n0FTgTX7tWwNH4k7Syuz/WbG9ZLXEMG89HKOJKmpcVrUCPv5CXb4Jhq+4CZ3ndUTy\n7hyxAEgBw3LIeGI3kxMVxE2tmGxAO1PPbRcOMPERUnI6oBnc46+bip9NK9IrxuRF\nYZ76OSYFURHkMGS4yIK77CO4Cm21K7PR5XHU2p/jLGhjXwx+ZKEA6IB5xHE7OTTT\nFrxAdM4axsd1rkLHU6IUd1V6WgLwHLwcc99LYe3EY1pDuvxVGkP4ffnzHo9f\n-----END RSA PRIVATE KEY-----\n"} 2026-02-18T04:36:55.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:55 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:53] ENGINE Bus STARTING 2026-02-18T04:36:55.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:55 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:53] ENGINE Serving on http://10.20.193.92:8765 2026-02-18T04:36:55.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:55 trial092 ceph-mon[21236]: Deploying daemon agent.trial092 on trial092 2026-02-18T04:36:55.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:55 trial092 ceph-mon[21236]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T04:36:55.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:55 trial092 ceph-mon[21236]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T04:36:55.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:55 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:54] ENGINE Serving on https://10.20.193.92:7150 2026-02-18T04:36:55.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:55 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:54] ENGINE Bus STARTED 2026-02-18T04:36:55.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:55 trial092 ceph-mon[21236]: [18/Feb/2026:04:36:54] ENGINE Client ('10.20.193.92', 32828) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T04:36:55.576 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-18T04:36:55.948 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-18T04:36:55.948 INFO:teuthology.orchestra.run.trial092.stdout:Creating initial admin user... 2026-02-18T04:36:56.511 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:56 trial092 ceph-mon[21236]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:56.511 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:56 trial092 ceph-mon[21236]: mgrmap e12: a(active, since 2s) 2026-02-18T04:36:56.511 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:56.511 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:56.516 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$QUWIOpZvXMwWFYAW6Bzf9uo2A8bovCgqmlyOXhIZbubanIQkhEDeK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771389416, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-18T04:36:56.517 INFO:teuthology.orchestra.run.trial092.stdout:Fetching dashboard port number... 2026-02-18T04:36:56.879 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stdout 8443 2026-02-18T04:36:56.887 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T04:36:56.887 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout disabled 2026-02-18T04:36:56.893 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T04:36:56.893 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout inactive 2026-02-18T04:36:56.893 INFO:teuthology.orchestra.run.trial092.stdout:firewalld.service is not enabled 2026-02-18T04:36:56.894 INFO:teuthology.orchestra.run.trial092.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-18T04:36:56.894 INFO:teuthology.orchestra.run.trial092.stdout:Ceph Dashboard is now available at: 2026-02-18T04:36:56.894 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:56.894 INFO:teuthology.orchestra.run.trial092.stdout: URL: https://trial092:8443/ 2026-02-18T04:36:56.895 INFO:teuthology.orchestra.run.trial092.stdout: User: admin 2026-02-18T04:36:56.895 INFO:teuthology.orchestra.run.trial092.stdout: Password: pu61idaf44 2026-02-18T04:36:56.895 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:56.895 INFO:teuthology.orchestra.run.trial092.stdout:Saving cluster configuration to /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config directory 2026-02-18T04:36:57.322 INFO:teuthology.orchestra.run.trial092.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-18T04:36:57.322 INFO:teuthology.orchestra.run.trial092.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-18T04:36:57.322 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:57.322 INFO:teuthology.orchestra.run.trial092.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:36:57.322 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:57.322 INFO:teuthology.orchestra.run.trial092.stdout:Or, if you are only running a single cluster on this host: 2026-02-18T04:36:57.322 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:57.322 INFO:teuthology.orchestra.run.trial092.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout: ceph telemetry on 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout:For more information see: 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:36:57.323 INFO:teuthology.orchestra.run.trial092.stdout:Bootstrap complete. 2026-02-18T04:36:57.329 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout static 2026-02-18T04:36:57.334 INFO:teuthology.orchestra.run.trial092.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-18T04:36:57.334 INFO:teuthology.orchestra.run.trial092.stdout:systemctl: stdout inactive 2026-02-18T04:36:57.335 INFO:teuthology.orchestra.run.trial092.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-18T04:36:57.472 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:57 trial092 ceph-mon[21236]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:57.472 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:57 trial092 ceph-mon[21236]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:36:57.472 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:57 trial092 ceph-mon[21236]: 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-18T04:36:57.472 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:57 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:57.472 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:57 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1643374034' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-18T04:36:57.472 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:57 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3740097957' entity='client.admin' 2026-02-18T04:36:57.484 INFO:tasks.cephadm:Fetching config... 2026-02-18T04:36:57.484 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:57.484 DEBUG:teuthology.orchestra.run.trial092:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-18T04:36:57.500 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-18T04:36:57.501 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:57.501 DEBUG:teuthology.orchestra.run.trial092:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-18T04:36:57.560 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-18T04:36:57.561 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:57.561 DEBUG:teuthology.orchestra.run.trial092:> sudo dd if=/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-18T04:36:57.624 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-18T04:36:57.624 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:36:57.625 DEBUG:teuthology.orchestra.run.trial092:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-18T04:36:57.685 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-18T04:36:57.685 DEBUG:teuthology.orchestra.run.trial092:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDlL09HswdtacWLmv00puFT23xsR3ekkVsThXHOiRFPs ceph-5d536361-0c83-11f1-9d25-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T04:36:57.761 INFO:teuthology.orchestra.run.trial092.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDlL09HswdtacWLmv00puFT23xsR3ekkVsThXHOiRFPs ceph-5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:57.772 DEBUG:teuthology.orchestra.run.trial165:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDlL09HswdtacWLmv00puFT23xsR3ekkVsThXHOiRFPs ceph-5d536361-0c83-11f1-9d25-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T04:36:57.807 INFO:teuthology.orchestra.run.trial165.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDlL09HswdtacWLmv00puFT23xsR3ekkVsThXHOiRFPs ceph-5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:57.818 DEBUG:teuthology.orchestra.run.trial170:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDlL09HswdtacWLmv00puFT23xsR3ekkVsThXHOiRFPs ceph-5d536361-0c83-11f1-9d25-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T04:36:57.853 INFO:teuthology.orchestra.run.trial170.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDlL09HswdtacWLmv00puFT23xsR3ekkVsThXHOiRFPs ceph-5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:36:57.863 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-18T04:36:58.067 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:36:58.485 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-18T04:36:58.486 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-18T04:36:58.606 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:36:58.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3689338702' entity='client.admin' 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:36:58.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:36:59.027 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial165 2026-02-18T04:36:59.027 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:36:59.027 DEBUG:teuthology.orchestra.run.trial165:> dd of=/etc/ceph/ceph.conf 2026-02-18T04:36:59.048 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:36:59.048 DEBUG:teuthology.orchestra.run.trial165:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T04:36:59.105 INFO:tasks.cephadm:Adding host trial165 to orchestrator... 2026-02-18T04:36:59.106 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch host add trial165 2026-02-18T04:36:59.231 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:00.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: Updating trial092:/etc/ceph/ceph.conf 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: Updating trial092:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: Updating trial092:/etc/ceph/ceph.client.admin.keyring 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:00.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: Updating trial092:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T04:37:00.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:00.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:00.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:36:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:01.033 INFO:teuthology.orchestra.run.trial092.stdout:Added host 'trial165' with addr '10.20.193.165' 2026-02-18T04:37:01.156 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:00 trial092 ceph-mon[21236]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial165", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:01.156 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:00 trial092 ceph-mon[21236]: mgrmap e13: a(active, since 6s) 2026-02-18T04:37:01.157 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:00 trial092 ceph-mon[21236]: Deploying cephadm binary to trial165 2026-02-18T04:37:01.179 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-18T04:37:01.299 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:01.547 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:01.548 INFO:teuthology.orchestra.run.trial092.stdout:[{"addr": "10.20.193.92", "hostname": "trial092", "labels": [], "status": ""}, {"addr": "10.20.193.165", "hostname": "trial165", "labels": [], "status": ""}] 2026-02-18T04:37:01.691 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial170 2026-02-18T04:37:01.691 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:37:01.691 DEBUG:teuthology.orchestra.run.trial170:> dd of=/etc/ceph/ceph.conf 2026-02-18T04:37:01.710 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:37:01.710 DEBUG:teuthology.orchestra.run.trial170:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T04:37:01.766 INFO:tasks.cephadm:Adding host trial170 to orchestrator... 2026-02-18T04:37:01.766 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch host add trial170 2026-02-18T04:37:01.883 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:02.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:02.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: Added host trial165 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial165", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial165", "caps": []} : dispatch 2026-02-18T04:37:02.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial165", "caps": []}]': finished 2026-02-18T04:37:03.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: Updating trial165:/etc/ceph/ceph.conf 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: Updating trial165:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: Updating trial165:/etc/ceph/ceph.client.admin.keyring 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: Updating trial165:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial170", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: Deploying daemon agent.trial165 on trial165 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:03.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:03.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:03.683 INFO:teuthology.orchestra.run.trial092.stdout:Added host 'trial170' with addr '10.20.193.170' 2026-02-18T04:37:03.831 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-18T04:37:03.951 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:04.204 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:04.204 INFO:teuthology.orchestra.run.trial092.stdout:[{"addr": "10.20.193.92", "hostname": "trial092", "labels": [], "status": ""}, {"addr": "10.20.193.165", "hostname": "trial165", "labels": [], "status": ""}, {"addr": "10.20.193.170", "hostname": "trial170", "labels": [], "status": ""}] 2026-02-18T04:37:04.346 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-18T04:37:04.346 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd crush tunables default 2026-02-18T04:37:04.462 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:04.539 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: Deploying cephadm binary to trial170 2026-02-18T04:37:04.539 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:04.539 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:04.539 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:04.539 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:04.539 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:04.539 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:04.540 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:04.540 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:04.540 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial170", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:04.540 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:04.540 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:05.460 INFO:teuthology.orchestra.run.trial092.stderr:adjusted tunables profile to default 2026-02-18T04:37:05.581 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: Added host trial170 2026-02-18T04:37:05.581 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: Updating trial170:/etc/ceph/ceph.conf 2026-02-18T04:37:05.581 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: Updating trial170:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:05.581 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:05.581 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: Updating trial170:/etc/ceph/ceph.client.admin.keyring 2026-02-18T04:37:05.581 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:05.581 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:05.581 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial170", "caps": []} : dispatch 2026-02-18T04:37:05.582 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial170", "caps": []}]': finished 2026-02-18T04:37:05.582 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:05 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1740047319' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-18T04:37:05.602 INFO:tasks.cephadm:Adding mon.a on trial092 2026-02-18T04:37:05.603 INFO:tasks.cephadm:Adding mon.b on trial165 2026-02-18T04:37:05.603 INFO:tasks.cephadm:Adding mon.c on trial170 2026-02-18T04:37:05.603 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch apply mon '3;trial092:10.20.193.92=a;trial165:10.20.193.165=b;trial170:10.20.193.170=c' 2026-02-18T04:37:05.765 INFO:teuthology.orchestra.run.trial170.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:06.051 INFO:teuthology.orchestra.run.trial170.stdout:Scheduled mon update... 2026-02-18T04:37:06.194 DEBUG:teuthology.orchestra.run.trial165:mon.b> sudo journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.b.service 2026-02-18T04:37:06.197 DEBUG:teuthology.orchestra.run.trial170:mon.c> sudo journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.c.service 2026-02-18T04:37:06.199 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-18T04:37:06.199 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T04:37:06.374 INFO:teuthology.orchestra.run.trial170.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:06.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: Updating trial170:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T04:37:06.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: Deploying daemon agent.trial170 on trial170 2026-02-18T04:37:06.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1740047319' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-18T04:37:06.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:06.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:06.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:06.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:06.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:06.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:06.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:06 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:06.709 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:37:06.709 INFO:teuthology.orchestra.run.trial170.stdout:{"epoch":1,"fsid":"5d536361-0c83-11f1-9d25-d404e6e7d460","modified":"2026-02-18T04:36:29.344915Z","created":"2026-02-18T04:36:29.344915Z","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.92:3300","nonce":0},{"type":"v1","addr":"10.20.193.92:6789","nonce":0}]},"addr":"10.20.193.92:6789/0","public_addr":"10.20.193.92:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-18T04:37:06.710 INFO:teuthology.orchestra.run.trial170.stderr:dumped monmap epoch 1 2026-02-18T04:37:07.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:07 trial092 ceph-mon[21236]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial092:10.20.193.92=a;trial165:10.20.193.165=b;trial170:10.20.193.170=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:07.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:07 trial092 ceph-mon[21236]: Saving service mon spec with placement trial092:10.20.193.92=a;trial165:10.20.193.165=b;trial170:10.20.193.170=c;count:3 2026-02-18T04:37:07.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:07 trial092 ceph-mon[21236]: Deploying daemon mon.c on trial170 2026-02-18T04:37:07.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:07 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:07.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:07 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:07.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:07 trial092 ceph-mon[21236]: from='client.? 10.20.193.170:0/1811576226' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:37:07.852 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-18T04:37:07.853 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T04:37:07.879 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:07 trial170 ceph-mon[22323]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-18T04:37:07.975 INFO:teuthology.orchestra.run.trial170.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.c/config 2026-02-18T04:37:09.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:09 trial165 ceph-mon[22202]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-18T04:37:13.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: Deploying daemon mon.b on trial165 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: mon.a calling monitor election 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: mon.c calling monitor election 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: monmap epoch 2 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: last_changed 2026-02-18T04:37:07.719107+0000 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: min_mon_release 20 (tentacle) 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: election_strategy: 1 2026-02-18T04:37:13.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: fsmap 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: mgrmap e13: a(active, since 19s) 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: overall HEALTH_OK 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:12 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: Deploying daemon mon.b on trial165 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: mon.a calling monitor election 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: mon.c calling monitor election 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: monmap epoch 2 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: last_changed 2026-02-18T04:37:07.719107+0000 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: min_mon_release 20 (tentacle) 2026-02-18T04:37:13.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: election_strategy: 1 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: fsmap 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: mgrmap e13: a(active, since 19s) 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: overall HEALTH_OK 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:12 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.412 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: Deploying daemon mon.b on trial165 2026-02-18T04:37:13.412 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.412 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:13.412 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: mon.a calling monitor election 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: mon.c calling monitor election 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T04:37:13.413 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: monmap epoch 2 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: last_changed 2026-02-18T04:37:07.719107+0000 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: min_mon_release 20 (tentacle) 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: election_strategy: 1 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: fsmap 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: mgrmap e13: a(active, since 19s) 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: overall HEALTH_OK 2026-02-18T04:37:13.414 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.415 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.415 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.415 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:13.415 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:13 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:14.132 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:37:13 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: 2026-02-18T04:37:13.719+0000 7f5d8ada6640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-02-18T04:37:18.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Updating trial092:/etc/ceph/ceph.conf 2026-02-18T04:37:18.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Updating trial165:/etc/ceph/ceph.conf 2026-02-18T04:37:18.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Updating trial170:/etc/ceph/ceph.conf 2026-02-18T04:37:18.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Updating trial092:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Updating trial170:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Updating trial165:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: Reconfiguring daemon mon.a on trial092 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: mon.c calling monitor election 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:18.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: mon.a calling monitor election 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: monmap epoch 3 2026-02-18T04:37:18.491 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: last_changed 2026-02-18T04:37:13.192969+0000 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: min_mon_release 20 (tentacle) 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: election_strategy: 1 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: fsmap 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: mgrmap e13: a(active, since 25s) 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: overall HEALTH_OK 2026-02-18T04:37:18.492 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:18.493 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:18 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Updating trial092:/etc/ceph/ceph.conf 2026-02-18T04:37:18.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Updating trial165:/etc/ceph/ceph.conf 2026-02-18T04:37:18.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Updating trial170:/etc/ceph/ceph.conf 2026-02-18T04:37:18.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Updating trial092:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:18.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Updating trial170:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:18.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Updating trial165:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:18.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:18.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: Reconfiguring daemon mon.a on trial092 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: mon.c calling monitor election 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: mon.a calling monitor election 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: monmap epoch 3 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: last_changed 2026-02-18T04:37:13.192969+0000 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: min_mon_release 20 (tentacle) 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: election_strategy: 1 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-18T04:37:18.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: fsmap 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: mgrmap e13: a(active, since 25s) 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: overall HEALTH_OK 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:18.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.637 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:18.637 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:18 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:18.680 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:37:18.680 INFO:teuthology.orchestra.run.trial170.stdout:{"epoch":3,"fsid":"5d536361-0c83-11f1-9d25-d404e6e7d460","modified":"2026-02-18T04:37:13.192969Z","created":"2026-02-18T04:36:29.344915Z","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.92:3300","nonce":0},{"type":"v1","addr":"10.20.193.92:6789","nonce":0}]},"addr":"10.20.193.92:6789/0","public_addr":"10.20.193.92:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:3300","nonce":0},{"type":"v1","addr":"10.20.193.170:6789","nonce":0}]},"addr":"10.20.193.170:6789/0","public_addr":"10.20.193.170:6789/0","priority":0,"weight":0,"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,"crush_location":"{}"}],"quorum":[0,1]} 2026-02-18T04:37:18.681 INFO:teuthology.orchestra.run.trial170.stderr:dumped monmap epoch 3 2026-02-18T04:37:18.823 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-18T04:37:18.823 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-18T04:37:18.944 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:19.206 INFO:teuthology.orchestra.run.trial092.stdout:# minimal ceph.conf for 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:19.206 INFO:teuthology.orchestra.run.trial092.stdout:[global] 2026-02-18T04:37:19.206 INFO:teuthology.orchestra.run.trial092.stdout: fsid = 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:19.207 INFO:teuthology.orchestra.run.trial092.stdout: mon_host = [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] 2026-02-18T04:37:19.356 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-18T04:37:19.356 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:37:19.356 DEBUG:teuthology.orchestra.run.trial092:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T04:37:19.383 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:37:19.384 DEBUG:teuthology.orchestra.run.trial092:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T04:37:19.449 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:37:19.449 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T04:37:19.477 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:37:19.478 DEBUG:teuthology.orchestra.run.trial165:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T04:37:19.542 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:37:19.542 DEBUG:teuthology.orchestra.run.trial170:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T04:37:19.566 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: Reconfiguring mon.b (monmap changed)... 2026-02-18T04:37:19.566 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: Reconfiguring daemon mon.b on trial165 2026-02-18T04:37:19.566 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.566 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.566 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.566 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.566 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='client.? 10.20.193.170:0/1007955247' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.567 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/714146468' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.568 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:19.569 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:19.569 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:19 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:19.570 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:37:19.570 DEBUG:teuthology.orchestra.run.trial170:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T04:37:19.618 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: Reconfiguring mon.b (monmap changed)... 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: Reconfiguring daemon mon.b on trial165 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.619 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='client.? 10.20.193.170:0/1007955247' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:19.620 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/714146468' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:19.621 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:19 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:19.634 INFO:tasks.cephadm:Adding mgr.a on trial092 2026-02-18T04:37:19.634 INFO:tasks.cephadm:Adding mgr.b on trial165 2026-02-18T04:37:19.634 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch apply mgr '2;trial092=a;trial165=b' 2026-02-18T04:37:19.787 INFO:teuthology.orchestra.run.trial170.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.c/config 2026-02-18T04:37:20.045 INFO:teuthology.orchestra.run.trial170.stdout:Scheduled mgr update... 2026-02-18T04:37:20.207 DEBUG:teuthology.orchestra.run.trial165:mgr.b> sudo journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.b.service 2026-02-18T04:37:20.210 DEBUG:tasks.cephadm:set 0 configs 2026-02-18T04:37:20.210 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph config dump 2026-02-18T04:37:20.330 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Updating trial092:/etc/ceph/ceph.conf 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Updating trial165:/etc/ceph/ceph.conf 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Updating trial170:/etc/ceph/ceph.conf 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Updating trial092:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Updating trial170:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Updating trial165:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/config/ceph.conf 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:20.463 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Reconfiguring daemon mon.a on trial092 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: mon.c calling monitor election 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: mon.a calling monitor election 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:20.464 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: monmap epoch 3 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: last_changed 2026-02-18T04:37:13.192969+0000 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: min_mon_release 20 (tentacle) 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: election_strategy: 1 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-18T04:37:20.465 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: fsmap 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: mgrmap e13: a(active, since 25s) 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: overall HEALTH_OK 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.466 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Reconfiguring mon.b (monmap changed)... 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: Reconfiguring daemon mon.b on trial165 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.467 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='client.? 10.20.193.170:0/1007955247' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:20.468 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/714146468' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:37:20.469 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:20.577 INFO:teuthology.orchestra.run.trial092.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-18T04:37:20.577 INFO:teuthology.orchestra.run.trial092.stdout:global dev auth_debug true 2026-02-18T04:37:20.577 INFO:teuthology.orchestra.run.trial092.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c * 2026-02-18T04:37:20.577 INFO:teuthology.orchestra.run.trial092.stdout:global dev debug_asserts_on_shutdown true 2026-02-18T04:37:20.577 INFO:teuthology.orchestra.run.trial092.stdout:global basic log_to_file true 2026-02-18T04:37:20.577 INFO:teuthology.orchestra.run.trial092.stdout:global basic log_to_journald false 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global basic log_to_stderr false 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_allow_pool_delete true 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_cluster_log_to_file true 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_election_default_strategy 3 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-18T04:37:20.578 INFO:teuthology.orchestra.run.trial092.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:global dev ms_die_on_bug true 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:global dev ms_die_on_old_message true 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.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-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced debug_mon 20/20 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced debug_ms 1/1 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced debug_paxos 20/20 2026-02-18T04:37:20.579 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced mon_data_avail_warn 5 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced debug_mgr 20/20 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced debug_ms 1/1 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-02-18T04:37:20.580 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced mgr/cephadm/use_agent true * 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd dev bdev_debug_aio true 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced debug_ms 1/1 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced debug_osd 20/20 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd dev osd_debug_misdirected_ops true 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd dev osd_debug_op_order true 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd dev osd_debug_shutdown true 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-18T04:37:20.581 INFO:teuthology.orchestra.run.trial092.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_memory_target_autotune true 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_op_queue debug_random * 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_recover_clone_overlap true 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-18T04:37:20.582 INFO:teuthology.orchestra.run.trial092.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-18T04:37:20.583 INFO:teuthology.orchestra.run.trial092.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-18T04:37:20.583 INFO:teuthology.orchestra.run.trial092.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-18T04:37:20.583 INFO:teuthology.orchestra.run.trial092.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-18T04:37:20.718 INFO:tasks.cephadm:Deploying OSDs... 2026-02-18T04:37:20.718 DEBUG:teuthology.orchestra.run.trial092:> set -ex 2026-02-18T04:37:20.718 DEBUG:teuthology.orchestra.run.trial092:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T04:37:20.735 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-18T04:37:20.736 DEBUG:teuthology.orchestra.run.trial092:> stat /dev/vg_nvme/lv_1 2026-02-18T04:37:20.770 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:20 trial165 systemd[1]: Starting Ceph mgr.b for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:37:20.792 INFO:teuthology.orchestra.run.trial092.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T04:37:20.792 INFO:teuthology.orchestra.run.trial092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:20.792 INFO:teuthology.orchestra.run.trial092.stdout:Device: 6h/6d Inode: 1310 Links: 1 2026-02-18T04:37:20.793 INFO:teuthology.orchestra.run.trial092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:20.793 INFO:teuthology.orchestra.run.trial092.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:20.793 INFO:teuthology.orchestra.run.trial092.stdout:Access: 2026-02-18 04:37:19.582224566 +0000 2026-02-18T04:37:20.793 INFO:teuthology.orchestra.run.trial092.stdout:Modify: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:20.793 INFO:teuthology.orchestra.run.trial092.stdout:Change: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:20.793 INFO:teuthology.orchestra.run.trial092.stdout: Birth: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:20.793 DEBUG:teuthology.orchestra.run.trial092:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T04:37:20.856 INFO:teuthology.orchestra.run.trial092.stderr:1+0 records in 2026-02-18T04:37:20.856 INFO:teuthology.orchestra.run.trial092.stderr:1+0 records out 2026-02-18T04:37:20.856 INFO:teuthology.orchestra.run.trial092.stderr:512 bytes copied, 0.000155638 s, 3.3 MB/s 2026-02-18T04:37:20.858 DEBUG:teuthology.orchestra.run.trial092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T04:37:20.914 DEBUG:teuthology.orchestra.run.trial092:> stat /dev/vg_nvme/lv_2 2026-02-18T04:37:20.972 INFO:teuthology.orchestra.run.trial092.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T04:37:20.972 INFO:teuthology.orchestra.run.trial092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:20.973 INFO:teuthology.orchestra.run.trial092.stdout:Device: 6h/6d Inode: 1315 Links: 1 2026-02-18T04:37:20.973 INFO:teuthology.orchestra.run.trial092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:20.973 INFO:teuthology.orchestra.run.trial092.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:20.973 INFO:teuthology.orchestra.run.trial092.stdout:Access: 2026-02-18 04:37:19.582224566 +0000 2026-02-18T04:37:20.973 INFO:teuthology.orchestra.run.trial092.stdout:Modify: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:20.973 INFO:teuthology.orchestra.run.trial092.stdout:Change: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:20.973 INFO:teuthology.orchestra.run.trial092.stdout: Birth: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:20.973 DEBUG:teuthology.orchestra.run.trial092:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T04:37:21.035 INFO:teuthology.orchestra.run.trial092.stderr:1+0 records in 2026-02-18T04:37:21.036 INFO:teuthology.orchestra.run.trial092.stderr:1+0 records out 2026-02-18T04:37:21.036 INFO:teuthology.orchestra.run.trial092.stderr:512 bytes copied, 0.00021073 s, 2.4 MB/s 2026-02-18T04:37:21.037 DEBUG:teuthology.orchestra.run.trial092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T04:37:21.042 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:20 trial165 podman[23936]: 2026-02-18 04:37:20.767439203 +0000 UTC m=+0.016216131 container create 76efd5269617501399319970420f6fc8af03bb61d733ab65beaefde1a0cbc0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b, ceph=True, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, 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) 2026-02-18T04:37:21.042 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:20 trial165 podman[23936]: 2026-02-18 04:37:20.811682812 +0000 UTC m=+0.060459740 container init 76efd5269617501399319970420f6fc8af03bb61d733ab65beaefde1a0cbc0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, ceph=True, 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 , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug) 2026-02-18T04:37:21.042 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:20 trial165 podman[23936]: 2026-02-18 04:37:20.815094 +0000 UTC m=+0.063870928 container start 76efd5269617501399319970420f6fc8af03bb61d733ab65beaefde1a0cbc0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T04:37:21.042 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:20 trial165 bash[23936]: 76efd5269617501399319970420f6fc8af03bb61d733ab65beaefde1a0cbc0c5 2026-02-18T04:37:21.042 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:20 trial165 podman[23936]: 2026-02-18 04:37:20.760636233 +0000 UTC m=+0.009413161 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T04:37:21.043 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:20 trial165 systemd[1]: Started Ceph mgr.b for 5d536361-0c83-11f1-9d25-d404e6e7d460. 2026-02-18T04:37:21.043 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:20 trial165 ceph-mgr[23985]: -- 10.20.193.165:0/3659211518 <== mon.0 v2:10.20.193.92:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x558a4487a000 con 0x558a44858800 2026-02-18T04:37:21.094 DEBUG:teuthology.orchestra.run.trial092:> stat /dev/vg_nvme/lv_3 2026-02-18T04:37:21.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: mon.b calling monitor election 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial092=a;trial165=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: Saving service mgr spec with placement trial092=a;trial165=b;count:2 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: Deploying daemon mgr.b on trial165 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: mon.b calling monitor election 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: mon.c calling monitor election 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: mon.a calling monitor election 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: monmap epoch 3 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:21.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: last_changed 2026-02-18T04:37:13.192969+0000 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: min_mon_release 20 (tentacle) 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: election_strategy: 1 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: fsmap 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: mgrmap e13: a(active, since 27s) 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: overall HEALTH_OK 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1108114965' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T04:37:21.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:37:21.135 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:21 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout:Device: 6h/6d Inode: 1305 Links: 1 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout:Access: 2026-02-18 04:37:19.582224566 +0000 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout:Modify: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout:Change: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:21.154 INFO:teuthology.orchestra.run.trial092.stdout: Birth: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:21.155 DEBUG:teuthology.orchestra.run.trial092:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T04:37:21.219 INFO:teuthology.orchestra.run.trial092.stderr:1+0 records in 2026-02-18T04:37:21.219 INFO:teuthology.orchestra.run.trial092.stderr:1+0 records out 2026-02-18T04:37:21.219 INFO:teuthology.orchestra.run.trial092.stderr:512 bytes copied, 0.000171106 s, 3.0 MB/s 2026-02-18T04:37:21.221 DEBUG:teuthology.orchestra.run.trial092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T04:37:21.277 DEBUG:teuthology.orchestra.run.trial092:> stat /dev/vg_nvme/lv_4 2026-02-18T04:37:21.333 INFO:teuthology.orchestra.run.trial092.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T04:37:21.333 INFO:teuthology.orchestra.run.trial092.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:21.333 INFO:teuthology.orchestra.run.trial092.stdout:Device: 6h/6d Inode: 1314 Links: 1 2026-02-18T04:37:21.334 INFO:teuthology.orchestra.run.trial092.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:21.334 INFO:teuthology.orchestra.run.trial092.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:21.334 INFO:teuthology.orchestra.run.trial092.stdout:Access: 2026-02-18 04:37:19.582224566 +0000 2026-02-18T04:37:21.334 INFO:teuthology.orchestra.run.trial092.stdout:Modify: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:21.334 INFO:teuthology.orchestra.run.trial092.stdout:Change: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:21.334 INFO:teuthology.orchestra.run.trial092.stdout: Birth: 2026-02-18 04:34:27.098635593 +0000 2026-02-18T04:37:21.334 DEBUG:teuthology.orchestra.run.trial092:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T04:37:21.399 INFO:teuthology.orchestra.run.trial092.stderr:1+0 records in 2026-02-18T04:37:21.399 INFO:teuthology.orchestra.run.trial092.stderr:1+0 records out 2026-02-18T04:37:21.399 INFO:teuthology.orchestra.run.trial092.stderr:512 bytes copied, 0.000146862 s, 3.5 MB/s 2026-02-18T04:37:21.400 DEBUG:teuthology.orchestra.run.trial092:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T04:37:21.458 DEBUG:teuthology.orchestra.run.trial165:> set -ex 2026-02-18T04:37:21.458 DEBUG:teuthology.orchestra.run.trial165:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T04:37:21.474 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-18T04:37:21.474 DEBUG:teuthology.orchestra.run.trial165:> stat /dev/vg_nvme/lv_1 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: mon.b calling monitor election 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial092=a;trial165=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: Saving service mgr spec with placement trial092=a;trial165=b;count:2 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: Deploying daemon mgr.b on trial165 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: mon.b calling monitor election 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: mon.c calling monitor election 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: mon.a calling monitor election 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: monmap epoch 3 2026-02-18T04:37:21.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: last_changed 2026-02-18T04:37:13.192969+0000 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: min_mon_release 20 (tentacle) 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: election_strategy: 1 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: fsmap 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: mgrmap e13: a(active, since 27s) 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: overall HEALTH_OK 2026-02-18T04:37:21.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/1108114965' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:37:21.490 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:21 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:21.530 INFO:teuthology.orchestra.run.trial165.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T04:37:21.530 INFO:teuthology.orchestra.run.trial165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:21.530 INFO:teuthology.orchestra.run.trial165.stdout:Device: 6h/6d Inode: 1289 Links: 1 2026-02-18T04:37:21.530 INFO:teuthology.orchestra.run.trial165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:21.531 INFO:teuthology.orchestra.run.trial165.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:21.531 INFO:teuthology.orchestra.run.trial165.stdout:Access: 2026-02-18 04:37:20.637954037 +0000 2026-02-18T04:37:21.531 INFO:teuthology.orchestra.run.trial165.stdout:Modify: 2026-02-18 04:34:27.243443562 +0000 2026-02-18T04:37:21.531 INFO:teuthology.orchestra.run.trial165.stdout:Change: 2026-02-18 04:34:27.243443562 +0000 2026-02-18T04:37:21.531 INFO:teuthology.orchestra.run.trial165.stdout: Birth: 2026-02-18 04:34:27.243443562 +0000 2026-02-18T04:37:21.531 DEBUG:teuthology.orchestra.run.trial165:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T04:37:21.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: mon.b calling monitor election 2026-02-18T04:37:21.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='client.14208 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial092=a;trial165=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:21.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: Saving service mgr spec with placement trial092=a;trial165=b;count:2 2026-02-18T04:37:21.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: Deploying daemon mgr.b on trial165 2026-02-18T04:37:21.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: mon.b calling monitor election 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: mon.c calling monitor election 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: mon.a calling monitor election 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: monmap epoch 3 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: last_changed 2026-02-18T04:37:13.192969+0000 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: min_mon_release 20 (tentacle) 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: election_strategy: 1 2026-02-18T04:37:21.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: 2: [v2:10.20.193.165:3300/0,v1:10.20.193.165:6789/0] mon.b 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: fsmap 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: mgrmap e13: a(active, since 27s) 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: overall HEALTH_OK 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/1108114965' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.544 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.545 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.545 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:21.545 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:21.545 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:21.545 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:21.545 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:37:21.545 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:37:21.545 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:21.572 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records in 2026-02-18T04:37:21.572 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records out 2026-02-18T04:37:21.572 INFO:teuthology.orchestra.run.trial165.stderr:512 bytes copied, 0.000192205 s, 2.7 MB/s 2026-02-18T04:37:21.573 DEBUG:teuthology.orchestra.run.trial165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T04:37:21.634 DEBUG:teuthology.orchestra.run.trial165:> stat /dev/vg_nvme/lv_2 2026-02-18T04:37:21.691 INFO:teuthology.orchestra.run.trial165.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T04:37:21.691 INFO:teuthology.orchestra.run.trial165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:21.691 INFO:teuthology.orchestra.run.trial165.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-18T04:37:21.691 INFO:teuthology.orchestra.run.trial165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:21.692 INFO:teuthology.orchestra.run.trial165.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:21.692 INFO:teuthology.orchestra.run.trial165.stdout:Access: 2026-02-18 04:37:20.638954012 +0000 2026-02-18T04:37:21.692 INFO:teuthology.orchestra.run.trial165.stdout:Modify: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:21.692 INFO:teuthology.orchestra.run.trial165.stdout:Change: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:21.692 INFO:teuthology.orchestra.run.trial165.stdout: Birth: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:21.692 DEBUG:teuthology.orchestra.run.trial165:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T04:37:21.757 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records in 2026-02-18T04:37:21.757 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records out 2026-02-18T04:37:21.757 INFO:teuthology.orchestra.run.trial165.stderr:512 bytes copied, 0.000168191 s, 3.0 MB/s 2026-02-18T04:37:21.758 DEBUG:teuthology.orchestra.run.trial165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T04:37:21.818 DEBUG:teuthology.orchestra.run.trial165:> stat /dev/vg_nvme/lv_3 2026-02-18T04:37:21.875 INFO:teuthology.orchestra.run.trial165.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T04:37:21.875 INFO:teuthology.orchestra.run.trial165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:21.875 INFO:teuthology.orchestra.run.trial165.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-18T04:37:21.875 INFO:teuthology.orchestra.run.trial165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:21.875 INFO:teuthology.orchestra.run.trial165.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:21.875 INFO:teuthology.orchestra.run.trial165.stdout:Access: 2026-02-18 04:37:20.638954012 +0000 2026-02-18T04:37:21.876 INFO:teuthology.orchestra.run.trial165.stdout:Modify: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:21.876 INFO:teuthology.orchestra.run.trial165.stdout:Change: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:21.876 INFO:teuthology.orchestra.run.trial165.stdout: Birth: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:21.876 DEBUG:teuthology.orchestra.run.trial165:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T04:37:21.940 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records in 2026-02-18T04:37:21.941 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records out 2026-02-18T04:37:21.941 INFO:teuthology.orchestra.run.trial165.stderr:512 bytes copied, 0.000171507 s, 3.0 MB/s 2026-02-18T04:37:21.945 DEBUG:teuthology.orchestra.run.trial165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T04:37:22.002 DEBUG:teuthology.orchestra.run.trial165:> stat /dev/vg_nvme/lv_4 2026-02-18T04:37:22.060 INFO:teuthology.orchestra.run.trial165.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T04:37:22.061 INFO:teuthology.orchestra.run.trial165.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:22.061 INFO:teuthology.orchestra.run.trial165.stdout:Device: 6h/6d Inode: 1311 Links: 1 2026-02-18T04:37:22.061 INFO:teuthology.orchestra.run.trial165.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:22.061 INFO:teuthology.orchestra.run.trial165.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:22.061 INFO:teuthology.orchestra.run.trial165.stdout:Access: 2026-02-18 04:37:22.031919865 +0000 2026-02-18T04:37:22.061 INFO:teuthology.orchestra.run.trial165.stdout:Modify: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:22.061 INFO:teuthology.orchestra.run.trial165.stdout:Change: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:22.061 INFO:teuthology.orchestra.run.trial165.stdout: Birth: 2026-02-18 04:34:27.244442812 +0000 2026-02-18T04:37:22.062 DEBUG:teuthology.orchestra.run.trial165:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T04:37:22.123 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: Reconfiguring daemon mgr.a on trial092 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:22.124 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:22 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.125 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b[23958]: /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-18T04:37:22.125 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b[23958]: 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-18T04:37:22.125 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:37:21 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b[23958]: from numpy import show_config as show_numpy_config 2026-02-18T04:37:22.125 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records in 2026-02-18T04:37:22.126 INFO:teuthology.orchestra.run.trial165.stderr:1+0 records out 2026-02-18T04:37:22.126 INFO:teuthology.orchestra.run.trial165.stderr:512 bytes copied, 0.000157271 s, 3.3 MB/s 2026-02-18T04:37:22.127 DEBUG:teuthology.orchestra.run.trial165:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T04:37:22.185 DEBUG:teuthology.orchestra.run.trial170:> set -ex 2026-02-18T04:37:22.185 DEBUG:teuthology.orchestra.run.trial170:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T04:37:22.203 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-18T04:37:22.204 DEBUG:teuthology.orchestra.run.trial170:> stat /dev/vg_nvme/lv_1 2026-02-18T04:37:22.260 INFO:teuthology.orchestra.run.trial170.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T04:37:22.261 INFO:teuthology.orchestra.run.trial170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:22.261 INFO:teuthology.orchestra.run.trial170.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-18T04:37:22.261 INFO:teuthology.orchestra.run.trial170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:22.261 INFO:teuthology.orchestra.run.trial170.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:22.261 INFO:teuthology.orchestra.run.trial170.stdout:Access: 2026-02-18 04:37:14.203653727 +0000 2026-02-18T04:37:22.261 INFO:teuthology.orchestra.run.trial170.stdout:Modify: 2026-02-18 04:34:23.123810572 +0000 2026-02-18T04:37:22.261 INFO:teuthology.orchestra.run.trial170.stdout:Change: 2026-02-18 04:34:23.123810572 +0000 2026-02-18T04:37:22.261 INFO:teuthology.orchestra.run.trial170.stdout: Birth: 2026-02-18 04:34:23.123810572 +0000 2026-02-18T04:37:22.262 DEBUG:teuthology.orchestra.run.trial170:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: Reconfiguring daemon mgr.a on trial092 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:22.322 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:22 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.324 INFO:teuthology.orchestra.run.trial170.stderr:1+0 records in 2026-02-18T04:37:22.324 INFO:teuthology.orchestra.run.trial170.stderr:1+0 records out 2026-02-18T04:37:22.324 INFO:teuthology.orchestra.run.trial170.stderr:512 bytes copied, 0.000164784 s, 3.1 MB/s 2026-02-18T04:37:22.325 DEBUG:teuthology.orchestra.run.trial170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T04:37:22.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:22.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: Reconfiguring daemon mgr.a on trial092 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:22.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:22 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:22.384 DEBUG:teuthology.orchestra.run.trial170:> stat /dev/vg_nvme/lv_2 2026-02-18T04:37:22.440 INFO:teuthology.orchestra.run.trial170.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T04:37:22.440 INFO:teuthology.orchestra.run.trial170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:22.440 INFO:teuthology.orchestra.run.trial170.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-18T04:37:22.440 INFO:teuthology.orchestra.run.trial170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:22.441 INFO:teuthology.orchestra.run.trial170.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:22.441 INFO:teuthology.orchestra.run.trial170.stdout:Access: 2026-02-18 04:37:14.203653727 +0000 2026-02-18T04:37:22.441 INFO:teuthology.orchestra.run.trial170.stdout:Modify: 2026-02-18 04:34:23.122810597 +0000 2026-02-18T04:37:22.441 INFO:teuthology.orchestra.run.trial170.stdout:Change: 2026-02-18 04:34:23.122810597 +0000 2026-02-18T04:37:22.441 INFO:teuthology.orchestra.run.trial170.stdout: Birth: 2026-02-18 04:34:23.122810597 +0000 2026-02-18T04:37:22.441 DEBUG:teuthology.orchestra.run.trial170:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T04:37:22.504 INFO:teuthology.orchestra.run.trial170.stderr:1+0 records in 2026-02-18T04:37:22.504 INFO:teuthology.orchestra.run.trial170.stderr:1+0 records out 2026-02-18T04:37:22.504 INFO:teuthology.orchestra.run.trial170.stderr:512 bytes copied, 0.000145158 s, 3.5 MB/s 2026-02-18T04:37:22.505 DEBUG:teuthology.orchestra.run.trial170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T04:37:22.563 DEBUG:teuthology.orchestra.run.trial170:> stat /dev/vg_nvme/lv_3 2026-02-18T04:37:22.619 INFO:teuthology.orchestra.run.trial170.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T04:37:22.619 INFO:teuthology.orchestra.run.trial170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:22.619 INFO:teuthology.orchestra.run.trial170.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-18T04:37:22.619 INFO:teuthology.orchestra.run.trial170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:22.620 INFO:teuthology.orchestra.run.trial170.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:22.620 INFO:teuthology.orchestra.run.trial170.stdout:Access: 2026-02-18 04:37:14.203653727 +0000 2026-02-18T04:37:22.620 INFO:teuthology.orchestra.run.trial170.stdout:Modify: 2026-02-18 04:34:23.123810572 +0000 2026-02-18T04:37:22.620 INFO:teuthology.orchestra.run.trial170.stdout:Change: 2026-02-18 04:34:23.123810572 +0000 2026-02-18T04:37:22.620 INFO:teuthology.orchestra.run.trial170.stdout: Birth: 2026-02-18 04:34:23.123810572 +0000 2026-02-18T04:37:22.620 DEBUG:teuthology.orchestra.run.trial170:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T04:37:22.682 INFO:teuthology.orchestra.run.trial170.stderr:1+0 records in 2026-02-18T04:37:22.682 INFO:teuthology.orchestra.run.trial170.stderr:1+0 records out 2026-02-18T04:37:22.682 INFO:teuthology.orchestra.run.trial170.stderr:512 bytes copied, 0.000158963 s, 3.2 MB/s 2026-02-18T04:37:22.683 DEBUG:teuthology.orchestra.run.trial170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T04:37:22.741 DEBUG:teuthology.orchestra.run.trial170:> stat /dev/vg_nvme/lv_4 2026-02-18T04:37:22.797 INFO:teuthology.orchestra.run.trial170.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T04:37:22.797 INFO:teuthology.orchestra.run.trial170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T04:37:22.798 INFO:teuthology.orchestra.run.trial170.stdout:Device: 6h/6d Inode: 1291 Links: 1 2026-02-18T04:37:22.798 INFO:teuthology.orchestra.run.trial170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T04:37:22.798 INFO:teuthology.orchestra.run.trial170.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T04:37:22.798 INFO:teuthology.orchestra.run.trial170.stdout:Access: 2026-02-18 04:37:14.203653727 +0000 2026-02-18T04:37:22.798 INFO:teuthology.orchestra.run.trial170.stdout:Modify: 2026-02-18 04:34:23.122810597 +0000 2026-02-18T04:37:22.798 INFO:teuthology.orchestra.run.trial170.stdout:Change: 2026-02-18 04:34:23.122810597 +0000 2026-02-18T04:37:22.798 INFO:teuthology.orchestra.run.trial170.stdout: Birth: 2026-02-18 04:34:23.122810597 +0000 2026-02-18T04:37:22.798 DEBUG:teuthology.orchestra.run.trial170:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T04:37:22.861 INFO:teuthology.orchestra.run.trial170.stderr:1+0 records in 2026-02-18T04:37:22.861 INFO:teuthology.orchestra.run.trial170.stderr:1+0 records out 2026-02-18T04:37:22.861 INFO:teuthology.orchestra.run.trial170.stderr:512 bytes copied, 0.000144687 s, 3.5 MB/s 2026-02-18T04:37:22.862 DEBUG:teuthology.orchestra.run.trial170:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T04:37:22.919 INFO:tasks.cephadm:Deploying osd.0 on trial092 with /dev/vg_nvme/lv_4... 2026-02-18T04:37:22.920 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T04:37:23.036 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:23.219 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:23.219 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.219 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.219 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:23.220 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.220 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:23.220 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:23.220 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.220 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.220 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.220 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T04:37:23.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:23.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:23.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:23.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:23.705 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:23.722 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch daemon add osd trial092:vg_nvme/lv_4 --skip-validation 2026-02-18T04:37:23.841 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:24.482 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: Standby manager daemon b started 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.483 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:24.484 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:24.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: Standby manager daemon b started 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:24.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:24.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: Standby manager daemon b started 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.? 10.20.193.165:0/2036848457' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.490 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:24.491 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial092:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: osd.default does not exist. Creating it now. 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: Creating OSDs with service ID: default on trial092:['vg_nvme/lv_4'] 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: Marking host: trial092 for OSDSpec preview refresh. 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: Saving service osd.default spec with placement trial092 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3222082524' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d52812ee-2940-4735-8828-f6c546a05934"} : dispatch 2026-02-18T04:37:25.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3222082524' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d52812ee-2940-4735-8828-f6c546a05934"}]': finished 2026-02-18T04:37:25.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T04:37:25.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:25 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial092:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: osd.default does not exist. Creating it now. 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: Creating OSDs with service ID: default on trial092:['vg_nvme/lv_4'] 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: Marking host: trial092 for OSDSpec preview refresh. 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: Saving service osd.default spec with placement trial092 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/3222082524' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d52812ee-2940-4735-8828-f6c546a05934"} : dispatch 2026-02-18T04:37:25.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/3222082524' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d52812ee-2940-4735-8828-f6c546a05934"}]': finished 2026-02-18T04:37:25.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T04:37:25.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:25 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:25.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: from='client.14226 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial092:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:25.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: osd.default does not exist. Creating it now. 2026-02-18T04:37:25.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: Creating OSDs with service ID: default on trial092:['vg_nvme/lv_4'] 2026-02-18T04:37:25.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: Marking host: trial092 for OSDSpec preview refresh. 2026-02-18T04:37:25.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: Saving service osd.default spec with placement trial092 2026-02-18T04:37:25.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: mgrmap e14: a(active, since 31s), standbys: b 2026-02-18T04:37:25.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T04:37:25.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/3222082524' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "d52812ee-2940-4735-8828-f6c546a05934"} : dispatch 2026-02-18T04:37:25.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/3222082524' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d52812ee-2940-4735-8828-f6c546a05934"}]': finished 2026-02-18T04:37:25.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T04:37:25.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:25 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:26.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:26 trial170 ceph-mon[22323]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:26.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:26 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/2885258913' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:26.500 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:26 trial092 ceph-mon[21236]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:26.500 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:26 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/2885258913' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:26.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:26 trial165 ceph-mon[22202]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:26.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:26 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/2885258913' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:27.331 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:27 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:37:27.331 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:27 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:27.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:27 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:37:27.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:27 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:27.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:27 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:37:27.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:27 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:28.481 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:28 trial092 ceph-mon[21236]: Deploying daemon osd.0 on trial092 2026-02-18T04:37:28.481 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:28 trial092 ceph-mon[21236]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:28.481 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:28 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:37:28.481 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:28 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:28.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:28 trial170 ceph-mon[22323]: Deploying daemon osd.0 on trial092 2026-02-18T04:37:28.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:28 trial170 ceph-mon[22323]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:28.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:28 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:37:28.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:28 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:28.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:28 trial165 ceph-mon[22202]: Deploying daemon osd.0 on trial092 2026-02-18T04:37:28.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:28 trial165 ceph-mon[22202]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:28.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:28 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:37:28.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:28 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:29.282 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:29 trial092 ceph-mon[21236]: Deploying daemon osd.0 on trial092 2026-02-18T04:37:29.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:29 trial170 ceph-mon[22323]: Deploying daemon osd.0 on trial092 2026-02-18T04:37:29.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:29 trial165 ceph-mon[22202]: Deploying daemon osd.0 on trial092 2026-02-18T04:37:30.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:30 trial092 ceph-mon[21236]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:30.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:30.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:30.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:30 trial092 ceph-mon[21236]: from='osd.0 [v2:10.20.193.92:6802/1862082655,v1:10.20.193.92:6803/1862082655]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T04:37:30.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:30 trial170 ceph-mon[22323]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:30.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:30.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:30.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:30 trial170 ceph-mon[22323]: from='osd.0 [v2:10.20.193.92:6802/1862082655,v1:10.20.193.92:6803/1862082655]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T04:37:30.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:30 trial165 ceph-mon[22202]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:30.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:30.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:30.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:30 trial165 ceph-mon[22202]: from='osd.0 [v2:10.20.193.92:6802/1862082655,v1:10.20.193.92:6803/1862082655]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T04:37:31.716 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:31 trial092 ceph-mon[21236]: from='osd.0 [v2:10.20.193.92:6802/1862082655,v1:10.20.193.92:6803/1862082655]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T04:37:31.716 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:31 trial092 ceph-mon[21236]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T04:37:31.716 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:31.716 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:31 trial092 ceph-mon[21236]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:31.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:31 trial170 ceph-mon[22323]: from='osd.0 [v2:10.20.193.92:6802/1862082655,v1:10.20.193.92:6803/1862082655]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T04:37:31.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:31 trial170 ceph-mon[22323]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T04:37:31.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:31.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:31 trial170 ceph-mon[22323]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:31.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:31 trial165 ceph-mon[22202]: from='osd.0 [v2:10.20.193.92:6802/1862082655,v1:10.20.193.92:6803/1862082655]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T04:37:31.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:31 trial165 ceph-mon[22202]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T04:37:31.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:31.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:31 trial165 ceph-mon[22202]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:32.993 INFO:teuthology.orchestra.run.trial092.stdout:Created osd(s) 0 on host 'trial092' 2026-02-18T04:37:33.138 DEBUG:teuthology.orchestra.run.trial092:osd.0> sudo journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.0.service 2026-02-18T04:37:33.141 INFO:tasks.cephadm:Deploying osd.1 on trial165 with /dev/vg_nvme/lv_4... 2026-02-18T04:37:33.141 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T04:37:33.262 INFO:teuthology.orchestra.run.trial165.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.b/config 2026-02-18T04:37:33.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:33 trial092 ceph-mon[21236]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T04:37:33.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.456 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.456 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.456 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:33 trial165 ceph-mon[22202]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T04:37:33.456 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.456 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:33 trial170 ceph-mon[22323]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T04:37:33.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:33.940 INFO:teuthology.orchestra.run.trial165.stdout: 2026-02-18T04:37:33.956 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch daemon add osd trial165:vg_nvme/lv_4 --skip-validation 2026-02-18T04:37:34.074 INFO:teuthology.orchestra.run.trial165.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.b/config 2026-02-18T04:37:34.291 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:34 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0[35254]: 2026-02-18T04:37:34.156+0000 7f1ecfa4c640 -1 osd.0 0 waiting for initial osdmap 2026-02-18T04:37:34.292 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:34 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0[35254]: 2026-02-18T04:37:34.158+0000 7f1ecb034640 -1 osd.0 8 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial092", "root=default"]} : dispatch 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:34.292 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:34 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial092", "root=default"]} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:34.390 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:34 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:34.482 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial092", "root=default"]} : dispatch 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:34.483 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.484 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:34.484 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:34.484 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:34.484 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:34.484 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:34.484 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:34 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:35.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: Adjusting osd_memory_target on trial092 to 83023M 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial092", "root=default"]}]': finished 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: osdmap e8: 1 total, 0 up, 1 in 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:35.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:35.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:35.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='client.? 10.20.193.165:0/3632336427' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"} : dispatch 2026-02-18T04:37:35.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"} : dispatch 2026-02-18T04:37:35.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:35 trial092 ceph-mon[21236]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"}]': finished 2026-02-18T04:37:35.460 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: Adjusting osd_memory_target on trial092 to 83023M 2026-02-18T04:37:35.460 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial092", "root=default"]}]': finished 2026-02-18T04:37:35.460 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: osdmap e8: 1 total, 0 up, 1 in 2026-02-18T04:37:35.460 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:35.460 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:35.460 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.460 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.460 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.461 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.461 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.461 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:35.461 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:35.461 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:35.461 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='client.? 10.20.193.165:0/3632336427' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"} : dispatch 2026-02-18T04:37:35.461 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"} : dispatch 2026-02-18T04:37:35.461 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:35 trial165 ceph-mon[22202]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"}]': finished 2026-02-18T04:37:35.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: Adjusting osd_memory_target on trial092 to 83023M 2026-02-18T04:37:35.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial092", "root=default"]}]': finished 2026-02-18T04:37:35.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: osdmap e8: 1 total, 0 up, 1 in 2026-02-18T04:37:35.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:35.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:35.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:35.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:35.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:35.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:35.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='client.? 10.20.193.165:0/3632336427' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"} : dispatch 2026-02-18T04:37:35.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"} : dispatch 2026-02-18T04:37:35.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:35 trial170 ceph-mon[22323]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b8243111-ede3-4b54-8bf1-3699be4158c0"}]': finished 2026-02-18T04:37:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: purged_snaps scrub starts 2026-02-18T04:37:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: purged_snaps scrub ok 2026-02-18T04:37:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: from='client.24131 -' 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-18T04:37:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: osd.default does not exist. Creating it now. 2026-02-18T04:37:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: Creating OSDs with service ID: default on trial165:['vg_nvme/lv_4'] 2026-02-18T04:37:36.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: Marking host: trial165 for OSDSpec preview refresh. 2026-02-18T04:37:36.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: Saving service osd.default spec with placement trial165 2026-02-18T04:37:36.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:36.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002] boot 2026-02-18T04:37:36.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: osdmap e9: 2 total, 1 up, 2 in 2026-02-18T04:37:36.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:36.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:36.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:36 trial165 ceph-mon[22202]: from='client.? 10.20.193.165:0/106833869' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: purged_snaps scrub starts 2026-02-18T04:37:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: purged_snaps scrub ok 2026-02-18T04:37:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: from='client.24131 -' 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-18T04:37:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: osd.default does not exist. Creating it now. 2026-02-18T04:37:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: Creating OSDs with service ID: default on trial165:['vg_nvme/lv_4'] 2026-02-18T04:37:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: Marking host: trial165 for OSDSpec preview refresh. 2026-02-18T04:37:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: Saving service osd.default spec with placement trial165 2026-02-18T04:37:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:36.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002] boot 2026-02-18T04:37:36.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: osdmap e9: 2 total, 1 up, 2 in 2026-02-18T04:37:36.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:36.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:36.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:36 trial170 ceph-mon[22323]: from='client.? 10.20.193.165:0/106833869' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:36.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: purged_snaps scrub starts 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: purged_snaps scrub ok 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: from='client.24131 -' 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-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: osd.default does not exist. Creating it now. 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: Creating OSDs with service ID: default on trial165:['vg_nvme/lv_4'] 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: Marking host: trial165 for OSDSpec preview refresh. 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: Saving service osd.default spec with placement trial165 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: osd.0 [v2:10.20.193.92:6802/4250989002,v1:10.20.193.92:6803/4250989002] boot 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: osdmap e9: 2 total, 1 up, 2 in 2026-02-18T04:37:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T04:37:36.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:36.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:36 trial092 ceph-mon[21236]: from='client.? 10.20.193.165:0/106833869' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:37.500 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.500 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.500 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:37.500 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.500 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.500 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.500 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:37.500 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.501 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:37.501 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:37.501 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.501 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T04:37:37.501 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.501 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: Deploying daemon osd.1 on trial165 2026-02-18T04:37:37.501 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:37 trial165 ceph-mon[22202]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:37.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: Deploying daemon osd.1 on trial165 2026-02-18T04:37:37.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:37 trial092 ceph-mon[21236]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:37.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:37.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: Deploying daemon osd.1 on trial165 2026-02-18T04:37:37.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:37 trial170 ceph-mon[22323]: pgmap v21: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:40.023 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.023 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.023 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.023 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:40.023 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.024 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.024 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.024 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.024 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:39 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.038 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.038 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.038 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.038 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:40.038 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.039 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.039 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.039 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.039 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:39 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: pgmap v22: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:40.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:39 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:40.722 INFO:teuthology.orchestra.run.trial165.stdout:Created osd(s) 1 on host 'trial165' 2026-02-18T04:37:40.864 DEBUG:teuthology.orchestra.run.trial165:osd.1> sudo journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.1.service 2026-02-18T04:37:40.866 INFO:tasks.cephadm:Deploying osd.2 on trial170 with /dev/vg_nvme/lv_4... 2026-02-18T04:37:40.866 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T04:37:40.984 INFO:teuthology.orchestra.run.trial170.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.c/config 2026-02-18T04:37:41.170 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:40 trial170 ceph-mon[22323]: from='osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T04:37:41.170 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:40 trial170 ceph-mon[22323]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T04:37:41.171 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:41.171 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:41.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:40 trial165 ceph-mon[22202]: from='osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T04:37:41.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:40 trial165 ceph-mon[22202]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T04:37:41.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:41.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:41.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:40 trial092 ceph-mon[21236]: from='osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T04:37:41.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:40 trial092 ceph-mon[21236]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T04:37:41.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:41.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:41.669 INFO:teuthology.orchestra.run.trial170.stdout: 2026-02-18T04:37:41.687 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch daemon add osd trial170:vg_nvme/lv_4 --skip-validation 2026-02-18T04:37:41.803 INFO:teuthology.orchestra.run.trial170.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.c/config 2026-02-18T04:37:42.209 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: 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-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:42.210 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:42.211 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.211 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:42.211 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:42.211 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:41 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: 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-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.270 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:42.271 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:42.271 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.271 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:42.271 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:42.271 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.271 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:42.271 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:42.271 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:41 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:42.271 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:41 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1[27948]: 2026-02-18T04:37:41.997+0000 7f9c6abba640 -1 osd.1 0 waiting for initial osdmap 2026-02-18T04:37:42.271 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:41 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1[27948]: 2026-02-18T04:37:41.999+0000 7f9c6219a640 -1 osd.1 11 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T04:37:42.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T04:37:42.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial165", "root=default"]} : dispatch 2026-02-18T04:37:42.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T04:37:42.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: 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-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: pgmap v24: 0 pgs: ; 0 B data, 27 MiB used, 700 GiB / 700 GiB avail 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:42.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:41 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:43.081 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: Adjusting osd_memory_target on trial165 to 83023M 2026-02-18T04:37:43.081 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: 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-18T04:37:43.081 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: osdmap e11: 2 total, 1 up, 2 in 2026-02-18T04:37:43.081 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.081 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.081 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial170:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:43.081 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: osd.default does not exist. Creating it now. 2026-02-18T04:37:43.081 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: Creating OSDs with service ID: default on trial170:['vg_nvme/lv_4'] 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: Marking host: trial170 for OSDSpec preview refresh. 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: Saving service osd.default spec with placement trial170 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.082 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.083 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.083 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='client.? 10.20.193.170:0/959306577' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"} : dispatch 2026-02-18T04:37:43.083 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"} : dispatch 2026-02-18T04:37:43.083 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"}]': finished 2026-02-18T04:37:43.083 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893] boot 2026-02-18T04:37:43.083 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: osdmap e12: 3 total, 2 up, 3 in 2026-02-18T04:37:43.083 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.083 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:42 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:43.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: Adjusting osd_memory_target on trial165 to 83023M 2026-02-18T04:37:43.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: 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-18T04:37:43.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: osdmap e11: 2 total, 1 up, 2 in 2026-02-18T04:37:43.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial170:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: osd.default does not exist. Creating it now. 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: Creating OSDs with service ID: default on trial170:['vg_nvme/lv_4'] 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: Marking host: trial170 for OSDSpec preview refresh. 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: Saving service osd.default spec with placement trial170 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='client.? 10.20.193.170:0/959306577' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"} : dispatch 2026-02-18T04:37:43.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"} : dispatch 2026-02-18T04:37:43.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"}]': finished 2026-02-18T04:37:43.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893] boot 2026-02-18T04:37:43.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: osdmap e12: 3 total, 2 up, 3 in 2026-02-18T04:37:43.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.240 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:42 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:43.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: Adjusting osd_memory_target on trial165 to 83023M 2026-02-18T04:37:43.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: 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-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: osdmap e11: 2 total, 1 up, 2 in 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='client.24154 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial170:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: osd.default does not exist. Creating it now. 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: Creating OSDs with service ID: default on trial170:['vg_nvme/lv_4'] 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: Marking host: trial170 for OSDSpec preview refresh. 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: Saving service osd.default spec with placement trial170 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:43.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='client.? 10.20.193.170:0/959306577' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"} : dispatch 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"} : dispatch 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6"}]': finished 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: osd.1 [v2:10.20.193.165:6800/643139893,v1:10.20.193.165:6801/643139893] boot 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: osdmap e12: 3 total, 2 up, 3 in 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T04:37:43.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:42 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:44.036 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:44 trial170 ceph-mon[22323]: purged_snaps scrub starts 2026-02-18T04:37:44.036 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:44 trial170 ceph-mon[22323]: purged_snaps scrub ok 2026-02-18T04:37:44.036 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:44 trial170 ceph-mon[22323]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:44.036 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:44 trial170 ceph-mon[22323]: from='client.? 10.20.193.170:0/25605316' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:44.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:44 trial165 ceph-mon[22202]: purged_snaps scrub starts 2026-02-18T04:37:44.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:44 trial165 ceph-mon[22202]: purged_snaps scrub ok 2026-02-18T04:37:44.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:44 trial165 ceph-mon[22202]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:44.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:44 trial165 ceph-mon[22202]: from='client.? 10.20.193.170:0/25605316' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:44.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:44 trial092 ceph-mon[21236]: purged_snaps scrub starts 2026-02-18T04:37:44.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:44 trial092 ceph-mon[21236]: purged_snaps scrub ok 2026-02-18T04:37:44.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:44 trial092 ceph-mon[21236]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:44.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:44 trial092 ceph-mon[21236]: from='client.? 10.20.193.170:0/25605316' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T04:37:45.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: osdmap e13: 3 total, 2 up, 3 in 2026-02-18T04:37:45.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:45.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:45.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:45.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:45.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:45.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:45.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:45.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T04:37:45.239 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:45 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:45.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: osdmap e13: 3 total, 2 up, 3 in 2026-02-18T04:37:45.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:45.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:45.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:45.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:45.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:45.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:45.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:45.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T04:37:45.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:45 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:45.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: osdmap e13: 3 total, 2 up, 3 in 2026-02-18T04:37:45.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:45.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T04:37:45.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:45 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:46.119 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:46 trial170 ceph-mon[22323]: Deploying daemon osd.2 on trial170 2026-02-18T04:37:46.119 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:46 trial170 ceph-mon[22323]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:46.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:46 trial165 ceph-mon[22202]: Deploying daemon osd.2 on trial170 2026-02-18T04:37:46.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:46 trial165 ceph-mon[22202]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:46.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:46 trial092 ceph-mon[21236]: Deploying daemon osd.2 on trial170 2026-02-18T04:37:46.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:46 trial092 ceph-mon[21236]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:48.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:48 trial092 ceph-mon[21236]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:48.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:48 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:48.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:48 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:48.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:48 trial092 ceph-mon[21236]: from='osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T04:37:48.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:48 trial092 ceph-mon[21236]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T04:37:48.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:48 trial170 ceph-mon[22323]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:48.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:48 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:48.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:48 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:48.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:48 trial170 ceph-mon[22323]: from='osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T04:37:48.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:48 trial170 ceph-mon[22323]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T04:37:48.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:48 trial165 ceph-mon[22202]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:48.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:48 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:48.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:48 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:48.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:48 trial165 ceph-mon[22202]: from='osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T04:37:48.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:48 trial165 ceph-mon[22202]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T04:37:48.669 INFO:teuthology.orchestra.run.trial170.stdout:Created osd(s) 2 on host 'trial170' 2026-02-18T04:37:48.813 DEBUG:teuthology.orchestra.run.trial170:osd.2> sudo journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.2.service 2026-02-18T04:37:48.815 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-18T04:37:48.815 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T04:37:48.937 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:49.186 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:49.332 INFO:teuthology.orchestra.run.trial092.stdout:{"epoch":14,"num_osds":3,"num_up_osds":2,"osd_up_since":1771389462,"num_in_osds":3,"osd_in_since":1771389462,"num_remapped_pgs":0} 2026-02-18T04:37:49.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T04:37:49.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: osdmap e14: 3 total, 2 up, 3 in 2026-02-18T04:37:49.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:49.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: from='osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]} : dispatch 2026-02-18T04:37:49.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]} : dispatch 2026-02-18T04:37:49.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:49.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:49.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:49.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:49 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3435092935' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T04:37:49.707 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T04:37:49.707 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: osdmap e14: 3 total, 2 up, 3 in 2026-02-18T04:37:49.708 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:49.708 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: from='osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]} : dispatch 2026-02-18T04:37:49.708 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]} : dispatch 2026-02-18T04:37:49.708 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:49.708 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:49.708 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:49.708 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:49 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/3435092935' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T04:37:49.708 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:49 trial170 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2[27725]: 2026-02-18T04:37:49.399+0000 7f5691210640 -1 osd.2 0 waiting for initial osdmap 2026-02-18T04:37:49.708 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:49 trial170 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2[27725]: 2026-02-18T04:37:49.401+0000 7f568c7f8640 -1 osd.2 15 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: osdmap e14: 3 total, 2 up, 3 in 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: from='osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]} : dispatch 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]} : dispatch 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:49.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:49 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/3435092935' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T04:37:50.333 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T04:37:50.453 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:50.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]}]': finished 2026-02-18T04:37:50.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: osdmap e15: 3 total, 2 up, 3 in 2026-02-18T04:37:50.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:50.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:50.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: Adjusting osd_memory_target on trial170 to 87119M 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:50.489 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:50 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:50.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]}]': finished 2026-02-18T04:37:50.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: osdmap e15: 3 total, 2 up, 3 in 2026-02-18T04:37:50.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:50.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:50.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: Adjusting osd_memory_target on trial170 to 87119M 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:50.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:50 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:50.696 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial170", "root=default"]}]': finished 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: osdmap e15: 3 total, 2 up, 3 in 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T04:37:50.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: Adjusting osd_memory_target on trial170 to 87119M 2026-02-18T04:37:50.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:50.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:50.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:50.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:50.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:50.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:50 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:50.839 INFO:teuthology.orchestra.run.trial092.stdout:{"epoch":16,"num_osds":3,"num_up_osds":3,"osd_up_since":1771389470,"num_in_osds":3,"osd_in_since":1771389462,"num_remapped_pgs":0} 2026-02-18T04:37:50.840 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T04:37:50.956 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:51.210 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:51.210 INFO:teuthology.orchestra.run.trial092.stdout:{"epoch":16,"fsid":"5d536361-0c83-11f1-9d25-d404e6e7d460","created":"2026-02-18T04:36:30.546278+0000","modified":"2026-02-18T04:37:50.400224+0000","last_up_change":"2026-02-18T04:37:50.400224+0000","last_in_change":"2026-02-18T04:37:42.887660+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"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":"d52812ee-2940-4735-8828-f6c546a05934","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.92:6802","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6803","nonce":4250989002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6804","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6805","nonce":4250989002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6808","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6809","nonce":4250989002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6806","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6807","nonce":4250989002}]},"public_addr":"10.20.193.92:6803/4250989002","cluster_addr":"10.20.193.92:6805/4250989002","heartbeat_back_addr":"10.20.193.92:6809/4250989002","heartbeat_front_addr":"10.20.193.92:6807/4250989002","state":["exists","up"]},{"osd":1,"uuid":"b8243111-ede3-4b54-8bf1-3699be4158c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6800","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6801","nonce":643139893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6802","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6803","nonce":643139893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6806","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6807","nonce":643139893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6804","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6805","nonce":643139893}]},"public_addr":"10.20.193.165:6801/643139893","cluster_addr":"10.20.193.165:6803/643139893","heartbeat_back_addr":"10.20.193.165:6807/643139893","heartbeat_front_addr":"10.20.193.165:6805/643139893","state":["exists","up"]},{"osd":2,"uuid":"7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6800","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6801","nonce":970128680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6802","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6803","nonce":970128680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6806","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6807","nonce":970128680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6804","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6805","nonce":970128680}]},"public_addr":"10.20.193.170:6801/970128680","cluster_addr":"10.20.193.170:6803/970128680","heartbeat_back_addr":"10.20.193.170:6807/970128680","heartbeat_front_addr":"10.20.193.170:6805/970128680","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-18T04:37:33.857418+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-18T04:37:41.152857+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.92:6800/3167092950":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/2304343453":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/2791192403":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/1607082176":"2026-02-19T04:36:41.737963+0000","10.20.193.92:6801/3167092950":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/347118091":"2026-02-19T04:36:53.057052+0000","10.20.193.92:6801/296192761":"2026-02-19T04:36:41.737963+0000","10.20.193.92:6800/296192761":"2026-02-19T04:36:41.737963+0000","10.20.193.92:0/3236069222":"2026-02-19T04:36:41.737963+0000","10.20.193.92:0/3868867357":"2026-02-19T04:36:41.737963+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-18T04:37:51.352 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-18T04:37:51.352 INFO:tasks.cephadm:Setting up client nodes... 2026-02-18T04:37:51.353 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-18T04:37:51.470 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:51.584 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: purged_snaps scrub starts 2026-02-18T04:37:51.584 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: purged_snaps scrub ok 2026-02-18T04:37:51.585 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:51.585 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680] boot 2026-02-18T04:37:51.585 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: osdmap e16: 3 total, 3 up, 3 in 2026-02-18T04:37:51.585 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:51.585 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1336285268' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T04:37:51.585 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:51.585 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/2028981863' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:51.585 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:51 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' 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-18T04:37:51.714 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: purged_snaps scrub starts 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: purged_snaps scrub ok 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680] boot 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: osdmap e16: 3 total, 3 up, 3 in 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/1336285268' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/2028981863' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:51.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:51 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' 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-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: purged_snaps scrub starts 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: purged_snaps scrub ok 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: osd.2 [v2:10.20.193.170:6800/970128680,v1:10.20.193.170:6801/970128680] boot 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: osdmap e16: 3 total, 3 up, 3 in 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/1336285268' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: pgmap v35: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/2028981863' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:51.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:51 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' 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-18T04:37:51.856 INFO:teuthology.orchestra.run.trial092.stdout:[{"version":13,"timestamp":"2026-02-18T04:37:49.553056+0000","name":"","changes":[{"name":"osd/host:trial170/osd_memory_target","new_value":"91351145676"}]}] 2026-02-18T04:37:51.857 INFO:tasks.ceph_manager:config epoch is 13 2026-02-18T04:37:51.857 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-18T04:37:51.857 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-18T04:37:51.857 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-18T04:37:51.975 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:52.259 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:52.397 INFO:teuthology.orchestra.run.trial092.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6800","nonce":1530973623},{"type":"v1","addr":"10.20.193.92:6801","nonce":1530973623}]},"active_addr":"10.20.193.92:6801/1530973623","active_change":"2026-02-18T04:36:53.057177+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 agent on each host will try to 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":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","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 options can allow debugging daemons that encounter problems at runtime.","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":"ratio of total system memory to divide amongst autotuned daemons","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's 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 certificates generated and signed by 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 the 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_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.5","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:ceph20-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:ceph20-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 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 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 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 deployments","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":"Deploy hw monitoring daemon 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 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 the 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","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":[]},"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 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 deployments","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 the 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 connect 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 times ssh connections can fail liveness checks 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 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. Make sure 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":[]},"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 agent on each host will try to 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":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","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 options can allow debugging daemons that encounter problems at runtime.","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":"ratio of total system memory to divide amongst autotuned daemons","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's 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 certificates generated and signed by 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 the 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_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.5","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:ceph20-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:ceph20-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 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 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 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 deployments","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":"Deploy hw monitoring daemon 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 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 the 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","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":[]},"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 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 deployments","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 the 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 connect 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 times ssh connections can fail liveness checks 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 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. Make sure 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":[]},"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.92: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.92:0","nonce":3152706643}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.92:0","nonce":1876673452}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.92:0","nonce":2452780073}]}]} 2026-02-18T04:37:52.408 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-18T04:37:52.408 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-18T04:37:52.408 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T04:37:52.527 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:52.625 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38559]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T04:37:52.626 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38559]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.626 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38559]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.626 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38559]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.626 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38563]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T04:37:52.626 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38563]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.626 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38563]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.626 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38563]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.626 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' 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-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 ceph-mon[21236]: osdmap e17: 3 total, 3 up, 3 in 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/2546832936' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/78036626' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38623]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38623]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38623]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38623]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.673 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29940]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T04:37:52.673 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29940]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.673 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29940]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.673 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29940]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.673 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29944]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T04:37:52.673 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29944]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.674 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29944]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.674 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29944]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.674 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' 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-18T04:37:52.674 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 ceph-mon[22323]: osdmap e17: 3 total, 3 up, 3 in 2026-02-18T04:37:52.674 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T04:37:52.674 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/2546832936' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T04:37:52.674 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:52.674 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:52.674 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/78036626' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T04:37:52.675 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29948]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-18T04:37:52.675 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29948]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.675 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29948]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.675 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29948]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.675 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29952]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-18T04:37:52.699 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' 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-18T04:37:52.699 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 ceph-mon[22202]: osdmap e17: 3 total, 3 up, 3 in 2026-02-18T04:37:52.699 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T04:37:52.699 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/2546832936' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T04:37:52.700 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:52.700 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:52.700 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/78036626' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T04:37:52.700 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30718]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T04:37:52.700 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30718]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.700 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30718]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.700 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30718]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.700 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30722]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T04:37:52.700 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30722]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.701 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30722]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.701 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30722]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.780 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:52.780 INFO:teuthology.orchestra.run.trial092.stdout:{"epoch":18,"fsid":"5d536361-0c83-11f1-9d25-d404e6e7d460","created":"2026-02-18T04:36:30.546278+0000","modified":"2026-02-18T04:37:52.407574+0000","last_up_change":"2026-02-18T04:37:50.400224+0000","last_in_change":"2026-02-18T04:37:42.887660+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"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-18T04:37:51.270267+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":"18","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":"d52812ee-2940-4735-8828-f6c546a05934","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.92:6802","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6803","nonce":4250989002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6804","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6805","nonce":4250989002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6808","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6809","nonce":4250989002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6806","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6807","nonce":4250989002}]},"public_addr":"10.20.193.92:6803/4250989002","cluster_addr":"10.20.193.92:6805/4250989002","heartbeat_back_addr":"10.20.193.92:6809/4250989002","heartbeat_front_addr":"10.20.193.92:6807/4250989002","state":["exists","up"]},{"osd":1,"uuid":"b8243111-ede3-4b54-8bf1-3699be4158c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6800","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6801","nonce":643139893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6802","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6803","nonce":643139893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6806","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6807","nonce":643139893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6804","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6805","nonce":643139893}]},"public_addr":"10.20.193.165:6801/643139893","cluster_addr":"10.20.193.165:6803/643139893","heartbeat_back_addr":"10.20.193.165:6807/643139893","heartbeat_front_addr":"10.20.193.165:6805/643139893","state":["exists","up"]},{"osd":2,"uuid":"7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6800","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6801","nonce":970128680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6802","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6803","nonce":970128680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6806","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6807","nonce":970128680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6804","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6805","nonce":970128680}]},"public_addr":"10.20.193.170:6801/970128680","cluster_addr":"10.20.193.170:6803/970128680","heartbeat_back_addr":"10.20.193.170:6807/970128680","heartbeat_front_addr":"10.20.193.170:6805/970128680","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-18T04:37:33.857418+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-18T04:37:41.152857+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-18T04:37:49.060151+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.92:6800/3167092950":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/2304343453":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/2791192403":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/1607082176":"2026-02-19T04:36:41.737963+0000","10.20.193.92:6801/3167092950":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/347118091":"2026-02-19T04:36:53.057052+0000","10.20.193.92:6801/296192761":"2026-02-19T04:36:41.737963+0000","10.20.193.92:6800/296192761":"2026-02-19T04:36:41.737963+0000","10.20.193.92:0/3236069222":"2026-02-19T04:36:41.737963+0000","10.20.193.92:0/3868867357":"2026-02-19T04:36:41.737963+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-18T04:37:52.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38634]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-18T04:37:52.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38634]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38634]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:52 trial092 sudo[38634]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:52.920 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-18T04:37:52.920 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T04:37:52.987 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29952]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:52.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29952]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:52.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:52 trial170 sudo[29952]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:53.036 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:53.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30726]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-18T04:37:53.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30726]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:53.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30726]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:53.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30726]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:53.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30730]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-18T04:37:53.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30730]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T04:37:53.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30730]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T04:37:53.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:52 trial165 sudo[30730]: pam_unix(sudo:session): session closed for user root 2026-02-18T04:37:53.283 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:53.283 INFO:teuthology.orchestra.run.trial092.stdout:{"epoch":18,"fsid":"5d536361-0c83-11f1-9d25-d404e6e7d460","created":"2026-02-18T04:36:30.546278+0000","modified":"2026-02-18T04:37:52.407574+0000","last_up_change":"2026-02-18T04:37:50.400224+0000","last_in_change":"2026-02-18T04:37:42.887660+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"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-18T04:37:51.270267+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":"18","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":"d52812ee-2940-4735-8828-f6c546a05934","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.92:6802","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6803","nonce":4250989002}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6804","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6805","nonce":4250989002}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6808","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6809","nonce":4250989002}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.92:6806","nonce":4250989002},{"type":"v1","addr":"10.20.193.92:6807","nonce":4250989002}]},"public_addr":"10.20.193.92:6803/4250989002","cluster_addr":"10.20.193.92:6805/4250989002","heartbeat_back_addr":"10.20.193.92:6809/4250989002","heartbeat_front_addr":"10.20.193.92:6807/4250989002","state":["exists","up"]},{"osd":1,"uuid":"b8243111-ede3-4b54-8bf1-3699be4158c0","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":17,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6800","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6801","nonce":643139893}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6802","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6803","nonce":643139893}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6806","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6807","nonce":643139893}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.165:6804","nonce":643139893},{"type":"v1","addr":"10.20.193.165:6805","nonce":643139893}]},"public_addr":"10.20.193.165:6801/643139893","cluster_addr":"10.20.193.165:6803/643139893","heartbeat_back_addr":"10.20.193.165:6807/643139893","heartbeat_front_addr":"10.20.193.165:6805/643139893","state":["exists","up"]},{"osd":2,"uuid":"7ec8e3e4-f846-4a6c-9444-c5d233ce4dc6","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6800","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6801","nonce":970128680}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6802","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6803","nonce":970128680}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6806","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6807","nonce":970128680}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:6804","nonce":970128680},{"type":"v1","addr":"10.20.193.170:6805","nonce":970128680}]},"public_addr":"10.20.193.170:6801/970128680","cluster_addr":"10.20.193.170:6803/970128680","heartbeat_back_addr":"10.20.193.170:6807/970128680","heartbeat_front_addr":"10.20.193.170:6805/970128680","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-18T04:37:33.857418+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-18T04:37:41.152857+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-18T04:37:49.060151+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.92:6800/3167092950":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/2304343453":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/2791192403":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/1607082176":"2026-02-19T04:36:41.737963+0000","10.20.193.92:6801/3167092950":"2026-02-19T04:36:53.057052+0000","10.20.193.92:0/347118091":"2026-02-19T04:36:53.057052+0000","10.20.193.92:6801/296192761":"2026-02-19T04:36:41.737963+0000","10.20.193.92:6800/296192761":"2026-02-19T04:36:41.737963+0000","10.20.193.92:0/3236069222":"2026-02-19T04:36:41.737963+0000","10.20.193.92:0/3868867357":"2026-02-19T04:36:41.737963+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-18T04:37:53.424 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-18T04:37:53.424 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-18T04:37:53.425 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-18T04:37:53.541 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:53.542 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:53.542 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:53.649 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T04:37:53.649 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: osdmap e18: 3 total, 3 up, 3 in 2026-02-18T04:37:53.649 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.650 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/2235910926' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/29856133' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:53.651 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:53.652 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:53 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: osdmap e18: 3 total, 3 up, 3 in 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.656 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.657 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/2235910926' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/29856133' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:53.658 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:53 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:53.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T04:37:53.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: osdmap e18: 3 total, 3 up, 3 in 2026-02-18T04:37:53.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.793 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/2235910926' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: pgmap v38: 1 pgs: 1 active+clean; 577 KiB data, 80 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/29856133' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.794 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:53.795 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.795 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:53.795 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:53.795 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:53.795 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:53.795 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:53.795 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:53 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:53.838 INFO:teuthology.orchestra.run.trial092.stdout:38654705670 2026-02-18T04:37:53.838 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T04:37:53.843 INFO:teuthology.orchestra.run.trial092.stdout:68719476739 2026-02-18T04:37:53.844 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-18T04:37:53.845 INFO:teuthology.orchestra.run.trial092.stdout:51539607556 2026-02-18T04:37:53.846 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T04:37:53.957 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:54.001 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:54.002 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:54.229 INFO:teuthology.orchestra.run.trial092.stdout:38654705669 2026-02-18T04:37:54.249 INFO:teuthology.orchestra.run.trial092.stdout:68719476738 2026-02-18T04:37:54.252 INFO:teuthology.orchestra.run.trial092.stdout:51539607555 2026-02-18T04:37:54.372 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705670 got 38654705669 for osd.0 2026-02-18T04:37:54.394 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476739 got 68719476738 for osd.2 2026-02-18T04:37:54.397 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607555 for osd.1 2026-02-18T04:37:54.567 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:54 trial092 ceph-mon[21236]: osdmap e19: 3 total, 3 up, 3 in 2026-02-18T04:37:54.568 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:54 trial092 ceph-mon[21236]: mgrmap e15: a(active, since 60s), standbys: b 2026-02-18T04:37:54.568 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:54 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/4261644972' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T04:37:54.568 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:54 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/116860875' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T04:37:54.568 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:54 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1391775111' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T04:37:54.620 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:54 trial170 ceph-mon[22323]: osdmap e19: 3 total, 3 up, 3 in 2026-02-18T04:37:54.620 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:54 trial170 ceph-mon[22323]: mgrmap e15: a(active, since 60s), standbys: b 2026-02-18T04:37:54.620 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:54 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/4261644972' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T04:37:54.621 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:54 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/116860875' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T04:37:54.621 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:54 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/1391775111' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T04:37:54.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:54 trial165 ceph-mon[22202]: osdmap e19: 3 total, 3 up, 3 in 2026-02-18T04:37:54.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:54 trial165 ceph-mon[22202]: mgrmap e15: a(active, since 60s), standbys: b 2026-02-18T04:37:54.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:54 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/4261644972' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T04:37:54.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:54 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/116860875' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T04:37:54.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:54 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/1391775111' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T04:37:55.373 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T04:37:55.394 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-18T04:37:55.397 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T04:37:55.492 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:55.533 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:55.534 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:55.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:55 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:55.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:55 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:55.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:55 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:55.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:55 trial170 ceph-mon[22323]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:55.756 INFO:teuthology.orchestra.run.trial092.stdout:38654705670 2026-02-18T04:37:55.785 INFO:teuthology.orchestra.run.trial092.stdout:51539607556 2026-02-18T04:37:55.791 INFO:teuthology.orchestra.run.trial092.stdout:68719476739 2026-02-18T04:37:55.901 INFO:tasks.cephadm.ceph_manager.ceph:need seq 38654705670 got 38654705670 for osd.0 2026-02-18T04:37:55.901 DEBUG:teuthology.parallel:result is None 2026-02-18T04:37:55.905 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:55 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:55.905 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:55 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:55.905 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:55 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:55.905 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:55 trial092 ceph-mon[21236]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:55.928 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607556 for osd.1 2026-02-18T04:37:55.928 DEBUG:teuthology.parallel:result is None 2026-02-18T04:37:55.936 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476739 got 68719476739 for osd.2 2026-02-18T04:37:55.936 DEBUG:teuthology.parallel:result is None 2026-02-18T04:37:55.936 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-18T04:37:55.936 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T04:37:56.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:55 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:55 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:55 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:55 trial165 ceph-mon[22202]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:56.092 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:56.332 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:56.332 INFO:teuthology.orchestra.run.trial092.stderr:dumped all 2026-02-18T04:37:56.473 INFO:teuthology.orchestra.run.trial092.stdout:{"pg_ready":true,"pg_map":{"version":40,"stamp":"2026-02-18T04:37:55.067415+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":85036,"kb_used_data":2196,"kb_used_omap":24,"kb_used_meta":81063,"kb_avail":2201924564,"statfs":{"total":2254857830400,"available":2254770753536,"internally_reserved":0,"allocated":2248704,"data_stored":1910796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":24704,"internal_metadata":83009408},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"2.000297"},"pg_stats":[{"pgid":"1.0","version":"18'152","reported_seq":196,"reported_epoch":19,"state":"active+clean","last_fresh":"2026-02-18T04:37:53.416620+0000","last_change":"2026-02-18T04:37:52.410847+0000","last_active":"2026-02-18T04:37:53.416620+0000","last_peered":"2026-02-18T04:37:53.416620+0000","last_clean":"2026-02-18T04:37:53.416620+0000","last_became_active":"2026-02-18T04:37:52.410671+0000","last_became_peered":"2026-02-18T04:37:52.410671+0000","last_unstale":"2026-02-18T04:37:53.416620+0000","last_undegraded":"2026-02-18T04:37:53.416620+0000","last_fullsized":"2026-02-18T04:37:53.416620+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T04:37:51.405483+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T04:37:51.405483+0000","last_clean_scrub_stamp":"2026-02-18T04:37:51.405483+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-19T04:45:35.039922+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476739,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28260,"kb_used_data":732,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733974940,"statfs":{"total":751619276800,"available":751590338560,"internally_reserved":0,"allocated":749568,"data_stored":636932,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5519,"internal_metadata":27585137},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28260,"kb_used_data":732,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733974940,"statfs":{"total":751619276800,"available":751590338560,"internally_reserved":0,"allocated":749568,"data_stored":636932,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"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":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28516,"kb_used_data":732,"kb_used_omap":10,"kb_used_meta":27189,"kb_avail":733974684,"statfs":{"total":751619276800,"available":751590076416,"internally_reserved":0,"allocated":749568,"data_stored":636932,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11060,"internal_metadata":27841740},"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-18T04:37:56.474 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T04:37:56.591 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:56.706 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/74732871' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/621048893' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/904272512' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.707 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:56.708 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:56.708 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:56.826 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:56.826 INFO:teuthology.orchestra.run.trial092.stderr:dumped all 2026-02-18T04:37:56.834 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/74732871' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/621048893' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/904272512' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:56.835 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:56.836 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:56.836 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:56.964 INFO:teuthology.orchestra.run.trial092.stdout:{"pg_ready":true,"pg_map":{"version":40,"stamp":"2026-02-18T04:37:55.067415+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":85036,"kb_used_data":2196,"kb_used_omap":24,"kb_used_meta":81063,"kb_avail":2201924564,"statfs":{"total":2254857830400,"available":2254770753536,"internally_reserved":0,"allocated":2248704,"data_stored":1910796,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":24704,"internal_metadata":83009408},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"2.000297"},"pg_stats":[{"pgid":"1.0","version":"18'152","reported_seq":196,"reported_epoch":19,"state":"active+clean","last_fresh":"2026-02-18T04:37:53.416620+0000","last_change":"2026-02-18T04:37:52.410847+0000","last_active":"2026-02-18T04:37:53.416620+0000","last_peered":"2026-02-18T04:37:53.416620+0000","last_clean":"2026-02-18T04:37:53.416620+0000","last_became_active":"2026-02-18T04:37:52.410671+0000","last_became_peered":"2026-02-18T04:37:52.410671+0000","last_unstale":"2026-02-18T04:37:53.416620+0000","last_undegraded":"2026-02-18T04:37:53.416620+0000","last_fullsized":"2026-02-18T04:37:53.416620+0000","mapping_epoch":17,"log_start":"0'0","ondisk_log_start":"0'0","created":17,"last_epoch_clean":18,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T04:37:51.405483+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T04:37:51.405483+0000","last_clean_scrub_stamp":"2026-02-18T04:37:51.405483+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-19T04:45:35.039922+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476739,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28260,"kb_used_data":732,"kb_used_omap":5,"kb_used_meta":26938,"kb_avail":733974940,"statfs":{"total":751619276800,"available":751590338560,"internally_reserved":0,"allocated":749568,"data_stored":636932,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5519,"internal_metadata":27585137},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28260,"kb_used_data":732,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733974940,"statfs":{"total":751619276800,"available":751590338560,"internally_reserved":0,"allocated":749568,"data_stored":636932,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"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":38654705670,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28516,"kb_used_data":732,"kb_used_omap":10,"kb_used_meta":27189,"kb_avail":733974684,"statfs":{"total":751619276800,"available":751590076416,"internally_reserved":0,"allocated":749568,"data_stored":636932,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":11060,"internal_metadata":27841740},"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-18T04:37:56.965 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-18T04:37:56.965 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-18T04:37:56.965 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-18T04:37:56.966 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph health --format=json 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/74732871' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/621048893' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/904272512' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:57.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:57.043 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:57.043 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:57.081 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:57.346 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:37:57.346 INFO:teuthology.orchestra.run.trial092.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-18T04:37:57.486 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-18T04:37:57.486 INFO:tasks.cephadm:Setup complete, yielding 2026-02-18T04:37:57.486 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-18T04:37:57.503 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-18T04:37:57.503 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph orch apply -i - 2026-02-18T04:37:57.620 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:57.877 INFO:teuthology.orchestra.run.trial092.stdout:Scheduled mon update... 2026-02-18T04:37:57.950 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:57 trial170 ceph-mon[22323]: from='client.14409 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:57.950 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:57 trial170 ceph-mon[22323]: from='client.14415 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:57.950 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:57 trial170 ceph-mon[22323]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:57.950 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:57 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/3373169564' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T04:37:57.996 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:57 trial092 ceph-mon[21236]: from='client.14409 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:57.996 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:57 trial092 ceph-mon[21236]: from='client.14415 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:57.997 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:57 trial092 ceph-mon[21236]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:57.997 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:57 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/3373169564' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T04:37:58.018 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-18T04:37:58.032 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial092.front.sepia.ceph.com 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- bash -c 'set -ex 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> # since we don'"'"'t know the real hostnames before the test, the next 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> # the actual names cephadm knows the host by within the mon spec 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> ceph orch ls --service-name mon --export > mon.yaml 2026-02-18T04:37:58.033 DEBUG:teuthology.orchestra.run.trial092:> MONSPEC=`cat mon.yaml` 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> echo "$MONSPEC" 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> while read realname <&3 && read fakename <&4; do 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> done 3 echo "$MONSPEC" > mon.yaml 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> cat mon.yaml 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> ceph orch apply -i mon.yaml 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> sleep 90 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> ceph orch ps --refresh 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> sleep 90 2026-02-18T04:37:58.034 DEBUG:teuthology.orchestra.run.trial092:> ceph mon dump 2026-02-18T04:37:58.035 DEBUG:teuthology.orchestra.run.trial092:> ceph mon dump --format json 2026-02-18T04:37:58.035 DEBUG:teuthology.orchestra.run.trial092:> # verify all the crush locations got set from "ceph mon dump" output 2026-02-18T04:37:58.035 DEBUG:teuthology.orchestra.run.trial092:> while read monid <&3 && read crushloc <&4; do 2026-02-18T04:37:58.035 DEBUG:teuthology.orchestra.run.trial092:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2026-02-18T04:37:58.035 DEBUG:teuthology.orchestra.run.trial092:> done 3 ' 2026-02-18T04:37:58.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:57 trial165 ceph-mon[22202]: from='client.14409 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:58.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:57 trial165 ceph-mon[22202]: from='client.14415 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:58.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:57 trial165 ceph-mon[22202]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:58.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:57 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/3373169564' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T04:37:58.150 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:37:58.224 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph orch host ls --format json 2026-02-18T04:37:58.224 INFO:teuthology.orchestra.run.trial092.stderr:+ jq -r '.[] | .hostname' 2026-02-18T04:37:58.403 INFO:teuthology.orchestra.run.trial092.stderr:+ echo 'host.a 2026-02-18T04:37:58.403 INFO:teuthology.orchestra.run.trial092.stderr:host.b 2026-02-18T04:37:58.403 INFO:teuthology.orchestra.run.trial092.stderr:host.c' 2026-02-18T04:37:58.403 INFO:teuthology.orchestra.run.trial092.stderr:+ echo 'a 2026-02-18T04:37:58.403 INFO:teuthology.orchestra.run.trial092.stderr:b 2026-02-18T04:37:58.403 INFO:teuthology.orchestra.run.trial092.stderr:c' 2026-02-18T04:37:58.403 INFO:teuthology.orchestra.run.trial092.stderr:+ echo '{datacenter=a} 2026-02-18T04:37:58.404 INFO:teuthology.orchestra.run.trial092.stderr:{datacenter=b,rack=2} 2026-02-18T04:37:58.404 INFO:teuthology.orchestra.run.trial092.stderr:{datacenter=a,rack=3}' 2026-02-18T04:37:58.404 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph orch ls --service-name mon --export 2026-02-18T04:37:58.582 INFO:teuthology.orchestra.run.trial092.stderr:++ cat mon.yaml 2026-02-18T04:37:58.583 INFO:teuthology.orchestra.run.trial092.stderr:+ MONSPEC='service_type: mon 2026-02-18T04:37:58.583 INFO:teuthology.orchestra.run.trial092.stderr:service_name: mon 2026-02-18T04:37:58.583 INFO:teuthology.orchestra.run.trial092.stderr:placement: 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: count: 3 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr:spec: 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: crush_locations: 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: host.a: 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: host.b: 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=b 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: - rack=2 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: host.c: 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.584 INFO:teuthology.orchestra.run.trial092.stderr: - rack=3' 2026-02-18T04:37:58.585 INFO:teuthology.orchestra.run.trial092.stdout:service_type: mon 2026-02-18T04:37:58.585 INFO:teuthology.orchestra.run.trial092.stdout:service_name: mon 2026-02-18T04:37:58.585 INFO:teuthology.orchestra.run.trial092.stdout:placement: 2026-02-18T04:37:58.585 INFO:teuthology.orchestra.run.trial092.stdout: count: 3 2026-02-18T04:37:58.585 INFO:teuthology.orchestra.run.trial092.stdout:spec: 2026-02-18T04:37:58.585 INFO:teuthology.orchestra.run.trial092.stdout: crush_locations: 2026-02-18T04:37:58.586 INFO:teuthology.orchestra.run.trial092.stdout: host.a: 2026-02-18T04:37:58.586 INFO:teuthology.orchestra.run.trial092.stdout: - datacenter=a 2026-02-18T04:37:58.586 INFO:teuthology.orchestra.run.trial092.stdout: host.b: 2026-02-18T04:37:58.586 INFO:teuthology.orchestra.run.trial092.stdout: - datacenter=b 2026-02-18T04:37:58.586 INFO:teuthology.orchestra.run.trial092.stdout: - rack=2 2026-02-18T04:37:58.586 INFO:teuthology.orchestra.run.trial092.stdout: host.c: 2026-02-18T04:37:58.586 INFO:teuthology.orchestra.run.trial092.stdout: - datacenter=a 2026-02-18T04:37:58.586 INFO:teuthology.orchestra.run.trial092.stdout: - rack=3 2026-02-18T04:37:58.587 INFO:teuthology.orchestra.run.trial092.stderr:+ echo 'service_type: mon 2026-02-18T04:37:58.587 INFO:teuthology.orchestra.run.trial092.stderr:service_name: mon 2026-02-18T04:37:58.587 INFO:teuthology.orchestra.run.trial092.stderr:placement: 2026-02-18T04:37:58.587 INFO:teuthology.orchestra.run.trial092.stderr: count: 3 2026-02-18T04:37:58.587 INFO:teuthology.orchestra.run.trial092.stderr:spec: 2026-02-18T04:37:58.587 INFO:teuthology.orchestra.run.trial092.stderr: crush_locations: 2026-02-18T04:37:58.587 INFO:teuthology.orchestra.run.trial092.stderr: host.a: 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr: host.b: 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=b 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr: - rack=2 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr: host.c: 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr: - rack=3' 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr:+ read realname 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr:+ read fakename 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr:+ MONSPEC='service_type: mon 2026-02-18T04:37:58.588 INFO:teuthology.orchestra.run.trial092.stderr:service_name: mon 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr:placement: 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: count: 3 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr:spec: 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: crush_locations: 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: trial092: 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: host.b: 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=b 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: - rack=2 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: host.c: 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.589 INFO:teuthology.orchestra.run.trial092.stderr: - rack=3' 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr:+ read realname 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr:+ read fakename 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr:+ MONSPEC='service_type: mon 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr:service_name: mon 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr:placement: 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr: count: 3 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr:spec: 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr: crush_locations: 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr: trial092: 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr: trial165: 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=b 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr: - rack=2 2026-02-18T04:37:58.590 INFO:teuthology.orchestra.run.trial092.stderr: host.c: 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr: - rack=3' 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr:+ read realname 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr:+ read fakename 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr:+ MONSPEC='service_type: mon 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr:service_name: mon 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr:placement: 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr: count: 3 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr:spec: 2026-02-18T04:37:58.591 INFO:teuthology.orchestra.run.trial092.stderr: crush_locations: 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: trial092: 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: trial165: 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=b 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: - rack=2 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: trial170: 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: - rack=3' 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr:+ read realname 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr:+ echo 'service_type: mon 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr:service_name: mon 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr:placement: 2026-02-18T04:37:58.592 INFO:teuthology.orchestra.run.trial092.stderr: count: 3 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr:spec: 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: crush_locations: 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: trial092: 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: trial165: 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=b 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: - rack=2 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: trial170: 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: - datacenter=a 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr: - rack=3' 2026-02-18T04:37:58.593 INFO:teuthology.orchestra.run.trial092.stderr:+ cat mon.yaml 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout:service_type: mon 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout:service_name: mon 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout:placement: 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout: count: 3 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout:spec: 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout: crush_locations: 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout: trial092: 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout: - datacenter=a 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout: trial165: 2026-02-18T04:37:58.594 INFO:teuthology.orchestra.run.trial092.stdout: - datacenter=b 2026-02-18T04:37:58.595 INFO:teuthology.orchestra.run.trial092.stdout: - rack=2 2026-02-18T04:37:58.595 INFO:teuthology.orchestra.run.trial092.stdout: trial170: 2026-02-18T04:37:58.595 INFO:teuthology.orchestra.run.trial092.stdout: - datacenter=a 2026-02-18T04:37:58.595 INFO:teuthology.orchestra.run.trial092.stdout: - rack=3 2026-02-18T04:37:58.595 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph orch apply -i mon.yaml 2026-02-18T04:37:58.762 INFO:teuthology.orchestra.run.trial092.stdout:Scheduled mon update... 2026-02-18T04:37:58.771 INFO:teuthology.orchestra.run.trial092.stderr:+ sleep 90 2026-02-18T04:37:59.129 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:59.129 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: Saving service mon spec with placement count:3 2026-02-18T04:37:59.129 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.129 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.129 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.129 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.129 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:59.130 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:59.130 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:59.130 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.130 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:59.130 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:59.130 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:59.130 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:58 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:59.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: Saving service mon spec with placement count:3 2026-02-18T04:37:59.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:59.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:58 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: Saving service mon spec with placement count:3 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:37:59.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:37:59.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:37:59.293 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:58 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.987 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:59 trial170 ceph-mon[22323]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:37:59.987 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:59 trial170 ceph-mon[22323]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:59.987 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:59 trial170 ceph-mon[22323]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:37:59.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:59 trial170 ceph-mon[22323]: Saving service mon spec with placement count:3 2026-02-18T04:37:59.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:59 trial170 ceph-mon[22323]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:37:59.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:59 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:59 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:37:59.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:37:59 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:00.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:59 trial092 ceph-mon[21236]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:38:00.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:59 trial092 ceph-mon[21236]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:38:00.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:59 trial092 ceph-mon[21236]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:38:00.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:59 trial092 ceph-mon[21236]: Saving service mon spec with placement count:3 2026-02-18T04:38:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:59 trial092 ceph-mon[21236]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:00.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:37:59 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:00.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:59 trial165 ceph-mon[22202]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T04:38:00.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:59 trial165 ceph-mon[22202]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:38:00.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:59 trial165 ceph-mon[22202]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T04:38:00.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:59 trial165 ceph-mon[22202]: Saving service mon spec with placement count:3 2026-02-18T04:38:00.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:59 trial165 ceph-mon[22202]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:00.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:59 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:00.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:59 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:00.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:37:59 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:00.961 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:00 trial092 ceph-mon[21236]: Detected new or changed devices on trial092 2026-02-18T04:38:01.215 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:00 trial170 ceph-mon[22323]: Detected new or changed devices on trial092 2026-02-18T04:38:01.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:00 trial165 ceph-mon[22202]: Detected new or changed devices on trial092 2026-02-18T04:38:02.403 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:02.403 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.403 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:38:02.404 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:02 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:38:02.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:02.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2026-02-18T04:38:02.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:38:02.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:38:02.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:38:02.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:38:02.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:38:02.543 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:02 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:38:02.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:02.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2026-02-18T04:38:02.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:38:02.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:38:02.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:38:02.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:02.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:38:02.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:38:02.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:02 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:38:03.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:03 trial165 ceph-mon[22202]: Detected new or changed devices on trial165 2026-02-18T04:38:03.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.792 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:03 trial165 ceph-mon[22202]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:03.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:03 trial092 ceph-mon[21236]: Detected new or changed devices on trial165 2026-02-18T04:38:03.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:03 trial092 ceph-mon[21236]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:03.987 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:03 trial170 ceph-mon[22323]: Detected new or changed devices on trial165 2026-02-18T04:38:03.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:03.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:03 trial170 ceph-mon[22323]: pgmap v44: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:05.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:05.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:05.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:04 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:05.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:04 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:05.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:04 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:05.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:04 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:06.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:05 trial092 ceph-mon[21236]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:06.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:05 trial170 ceph-mon[22323]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:06.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:05 trial165 ceph-mon[22202]: pgmap v45: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:08.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:08 trial092 ceph-mon[21236]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:08.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:08 trial170 ceph-mon[22323]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:08.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:08 trial165 ceph-mon[22202]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:10.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:10 trial092 ceph-mon[21236]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:10.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:10 trial170 ceph-mon[22323]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:10.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:10 trial165 ceph-mon[22202]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:12.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:12 trial092 ceph-mon[21236]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:12.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:12 trial170 ceph-mon[22323]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:12.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:12 trial165 ceph-mon[22202]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:14.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:14 trial092 ceph-mon[21236]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:14.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:14 trial170 ceph-mon[22323]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:14.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:14 trial165 ceph-mon[22202]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:16.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:15 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:15 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:15 trial165 ceph-mon[22202]: Detected new or changed devices on trial170 2026-02-18T04:38:16.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:15 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:15 trial165 ceph-mon[22202]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:16.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:15 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:15 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:15 trial092 ceph-mon[21236]: Detected new or changed devices on trial170 2026-02-18T04:38:16.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:15 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:15 trial092 ceph-mon[21236]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:16.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:15 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:15 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:15 trial170 ceph-mon[22323]: Detected new or changed devices on trial170 2026-02-18T04:38:16.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:15 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:16.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:15 trial170 ceph-mon[22323]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:18.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:18 trial092 ceph-mon[21236]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:18.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:18 trial170 ceph-mon[22323]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:18.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:18 trial165 ceph-mon[22202]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:20.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:20 trial092 ceph-mon[21236]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:20.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:20.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:20.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:20.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:20 trial170 ceph-mon[22323]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:20.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:20.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:20.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:20.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:20 trial165 ceph-mon[22202]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:20.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:20.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:20.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:22.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:22 trial092 ceph-mon[21236]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:22.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:22 trial170 ceph-mon[22323]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:22.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:22 trial165 ceph-mon[22202]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:23.906 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:23.907 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:23.907 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:23.907 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:23 trial165 ceph-mon[22202]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:23.987 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:23.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:23.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:23.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:23 trial170 ceph-mon[22323]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:24.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:24.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:24.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:24.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:23 trial092 ceph-mon[21236]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:26.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:26 trial092 ceph-mon[21236]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:26.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:26 trial170 ceph-mon[22323]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:26.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:26 trial165 ceph-mon[22202]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:28.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:28 trial092 ceph-mon[21236]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:28.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:28 trial170 ceph-mon[22323]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:28.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:28 trial165 ceph-mon[22202]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:30.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:30 trial092 ceph-mon[21236]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:30.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:30 trial170 ceph-mon[22323]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:30.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:30 trial165 ceph-mon[22202]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:32.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:32 trial092 ceph-mon[21236]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:32.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:32 trial170 ceph-mon[22323]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:32.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:32 trial165 ceph-mon[22202]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:34.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:34 trial092 ceph-mon[21236]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:34.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:34 trial170 ceph-mon[22323]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:34.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:34 trial165 ceph-mon[22202]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:36.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:35 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:35 trial092 ceph-mon[21236]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:36.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:35 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:35 trial170 ceph-mon[22323]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:35 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:36.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:35 trial165 ceph-mon[22202]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:38.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:38 trial092 ceph-mon[21236]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:38.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:38 trial170 ceph-mon[22323]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:38.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:38 trial165 ceph-mon[22202]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:40.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:40 trial092 ceph-mon[21236]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:40.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:40.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:40.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:40.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:40 trial170 ceph-mon[22323]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:40.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:40.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:40.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:40.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:40 trial165 ceph-mon[22202]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:40.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:40.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:40.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:42.296 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:42 trial092 ceph-mon[21236]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:42.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:42 trial170 ceph-mon[22323]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:42.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:42 trial165 ceph-mon[22202]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:44.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:43 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:43 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:43 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:43 trial092 ceph-mon[21236]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:44.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:43 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:43 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:43 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:43 trial170 ceph-mon[22323]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:44.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:43 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:43 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:43 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:44.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:43 trial165 ceph-mon[22202]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:46.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:46 trial092 ceph-mon[21236]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:46.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:46 trial170 ceph-mon[22323]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:46.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:46 trial165 ceph-mon[22202]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:48.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:48 trial092 ceph-mon[21236]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:48.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:48 trial170 ceph-mon[22323]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:48.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:48 trial165 ceph-mon[22202]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:50.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:50 trial092 ceph-mon[21236]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:50.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:50 trial170 ceph-mon[22323]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:50.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:50 trial165 ceph-mon[22202]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:52.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:52 trial092 ceph-mon[21236]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:52.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:52 trial170 ceph-mon[22323]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:52.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:52 trial165 ceph-mon[22202]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:54.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:54 trial092 ceph-mon[21236]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:54.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:54 trial170 ceph-mon[22323]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:54.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:54 trial165 ceph-mon[22202]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:56.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:55 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:55 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:55 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:55 trial170 ceph-mon[22323]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:56.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:55 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:55 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:55 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:55 trial165 ceph-mon[22202]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:56.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:55 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:55 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:55 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:38:56.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:55 trial092 ceph-mon[21236]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:58.299 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:38:58 trial170 ceph-mon[22323]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:58.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:38:58 trial092 ceph-mon[21236]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:38:58.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:38:58 trial165 ceph-mon[22202]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:00.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:00 trial092 ceph-mon[21236]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:00.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:00.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:00.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:00.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:00 trial170 ceph-mon[22323]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:00.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:00.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:00.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:00.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:00 trial165 ceph-mon[22202]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:00.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:00.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:00.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:02.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:02 trial092 ceph-mon[21236]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:02.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:02 trial170 ceph-mon[22323]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:02.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:02 trial165 ceph-mon[22202]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:04.195 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:39:04.196 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:03 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:04.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:39:04.292 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:03 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:04.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:04.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:39:04.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:04.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:39:04.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:04.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:39:04.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T04:39:04.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:03 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:06.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:06 trial092 ceph-mon[21236]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:06.402 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:06 trial170 ceph-mon[22323]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:06.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:06 trial165 ceph-mon[22202]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:07.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:07 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:07.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:07 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:07.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:07 trial170 ceph-mon[22323]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:07.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:07 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:07.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:07 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:07.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:07 trial165 ceph-mon[22202]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:07.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:07 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:07.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:07 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:07.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:07 trial092 ceph-mon[21236]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:10.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:10 trial092 ceph-mon[21236]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:10.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:10 trial170 ceph-mon[22323]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:10.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:10 trial165 ceph-mon[22202]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:12.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:12 trial092 ceph-mon[21236]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:12.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:12 trial170 ceph-mon[22323]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:12.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:12 trial165 ceph-mon[22202]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:14.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:14 trial092 ceph-mon[21236]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:14.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:14 trial170 ceph-mon[22323]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:14.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:14 trial165 ceph-mon[22202]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:16.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:16 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:16 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:16 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:16 trial165 ceph-mon[22202]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:16.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:16 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:16 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:16 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:16 trial092 ceph-mon[21236]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:16.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:16 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:16 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:16 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:16.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:16 trial170 ceph-mon[22323]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:18.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:18 trial092 ceph-mon[21236]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:18.442 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:18 trial170 ceph-mon[22323]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:18.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:18 trial165 ceph-mon[22202]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:20.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:20 trial092 ceph-mon[21236]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:20.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:20.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:20.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:20.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:20 trial170 ceph-mon[22323]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:20.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:20.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:20.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:20.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:20 trial165 ceph-mon[22202]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:20.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:20.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:20.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:22.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:22 trial170 ceph-mon[22323]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:22.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:22 trial165 ceph-mon[22202]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:22.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:22 trial092 ceph-mon[21236]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:24.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.237 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:23 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.238 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:23 trial170 ceph-mon[22323]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:24.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:23 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.291 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:23 trial165 ceph-mon[22202]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:24.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:23 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:24.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:23 trial092 ceph-mon[21236]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:26.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:26 trial092 ceph-mon[21236]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:26.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:26 trial170 ceph-mon[22323]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:26.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:26 trial165 ceph-mon[22202]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:28.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:28 trial170 ceph-mon[22323]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:28.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:28 trial165 ceph-mon[22202]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:28.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:28 trial092 ceph-mon[21236]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:28.775 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph orch ps --refresh 2026-02-18T04:39:28.951 INFO:teuthology.orchestra.run.trial092.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:agent.trial092 trial092 *:4721 running 9s ago 2m - - 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:agent.trial165 trial165 *:4721 running 5s ago 2m - - 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:agent.trial170 trial170 *:4721 running 13s ago 2m - - 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:mgr.a trial092 *:9283,8765 running (2m) 9s ago 2m 619M - 20.2.0-670-gadc19233 c2bc6184fe25 c6b7d52e0c52 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:mgr.b trial165 *:8443,8765 running (2m) 5s ago 2m 558M - 20.2.0-670-gadc19233 c2bc6184fe25 76efd5269617 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:mon.a trial092 running (2m) 9s ago 2m 118M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 a3b6c7111875 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:mon.b trial165 running (2m) 5s ago 2m 111M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 92c3fa9be61c 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:mon.c trial170 running (2m) 13s ago 2m 111M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 a201f7bd8ad6 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:osd.0 trial092 running (116s) 9s ago 119s 108M 81.0G 20.2.0-670-gadc19233 c2bc6184fe25 97dc18791d8d 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:osd.1 trial165 running (109s) 5s ago 109s 109M 81.0G 20.2.0-670-gadc19233 c2bc6184fe25 6500186bd644 2026-02-18T04:39:28.952 INFO:teuthology.orchestra.run.trial092.stdout:osd.2 trial170 running (101s) 13s ago 101s 109M 85.0G 20.2.0-670-gadc19233 c2bc6184fe25 186bee7ade7f 2026-02-18T04:39:28.960 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph orch ls --service-name mon --export 2026-02-18T04:39:29.143 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph orch apply -i mon.yaml 2026-02-18T04:39:29.322 INFO:teuthology.orchestra.run.trial092.stdout:Scheduled mon update... 2026-02-18T04:39:29.332 INFO:teuthology.orchestra.run.trial092.stderr:+ sleep 90 2026-02-18T04:39:29.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:29 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:39:29.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:29 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:29.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:29 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:39:29.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:29 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:29.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:29 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:39:29.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:29 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:39:29.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:29 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:29.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:29 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:39:29.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:29 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:29.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:29 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:39:29.565 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:29 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:39:29.565 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:29 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:29.565 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:29 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:39:29.565 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:29 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:29.565 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:29 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:39:30.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Setting crush location for mon a to {datacenter=a} 2026-02-18T04:39:30.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-18T04:39:30.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-18T04:39:30.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-18T04:39:30.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: mon.c calling monitor election 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: mon.b calling monitor election 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: mon.a calling monitor election 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: monmap epoch 6 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: last_changed 2026-02-18T04:39:29.342576+0000 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: min_mon_release 20 (tentacle) 2026-02-18T04:39:30.634 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: election_strategy: 1 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a; crush_location {datacenter=a} 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: 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-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: fsmap 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: osdmap e19: 3 total, 3 up, 3 in 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: overall HEALTH_OK 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Reconfiguring mon.a (monmap changed)... 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:30.635 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Reconfiguring daemon mon.a on trial092 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Reconfiguring mgr.a (monmap changed)... 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Reconfiguring daemon mgr.a on trial092 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Reconfiguring osd.0 (monmap changed)... 2026-02-18T04:39:30.636 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:39:30.637 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.637 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:30 trial092 ceph-mon[21236]: Reconfiguring daemon osd.0 on trial092 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Setting crush location for mon a to {datacenter=a} 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: mon.c calling monitor election 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: mon.b calling monitor election 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: mon.a calling monitor election 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:39:30.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: monmap epoch 6 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: last_changed 2026-02-18T04:39:29.342576+0000 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: min_mon_release 20 (tentacle) 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: election_strategy: 1 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a; crush_location {datacenter=a} 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: 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-18T04:39:30.739 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: fsmap 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: osdmap e19: 3 total, 3 up, 3 in 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: overall HEALTH_OK 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Reconfiguring mon.a (monmap changed)... 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Reconfiguring daemon mon.a on trial092 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Reconfiguring mgr.a (monmap changed)... 2026-02-18T04:39:30.740 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Reconfiguring daemon mgr.a on trial092 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Reconfiguring osd.0 (monmap changed)... 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.741 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:30 trial170 ceph-mon[22323]: Reconfiguring daemon osd.0 on trial092 2026-02-18T04:39:30.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Setting crush location for mon a to {datacenter=a} 2026-02-18T04:39:30.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-18T04:39:30.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-18T04:39:30.744 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: mon.c calling monitor election 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: mon.b calling monitor election 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: mon.a calling monitor election 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: monmap epoch 6 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: last_changed 2026-02-18T04:39:29.342576+0000 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:39:30.745 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: min_mon_release 20 (tentacle) 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: election_strategy: 1 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: 0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a; crush_location {datacenter=a} 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: 1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: 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-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: fsmap 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: osdmap e19: 3 total, 3 up, 3 in 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: overall HEALTH_OK 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Reconfiguring mon.a (monmap changed)... 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:30.746 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Reconfiguring daemon mon.a on trial092 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Reconfiguring mgr.a (monmap changed)... 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Reconfiguring daemon mgr.a on trial092 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Reconfiguring osd.0 (monmap changed)... 2026-02-18T04:39:30.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T04:39:30.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:30.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:30 trial165 ceph-mon[22202]: Reconfiguring daemon osd.0 on trial092 2026-02-18T04:39:31.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: Reconfiguring mon.b (monmap changed)... 2026-02-18T04:39:31.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:31.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:31.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:31.747 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: Reconfiguring daemon mon.b on trial165 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: Reconfiguring mgr.b (monmap changed)... 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: Reconfiguring daemon mgr.b on trial165 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: Reconfiguring osd.1 (monmap changed)... 2026-02-18T04:39:31.748 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T04:39:31.749 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:31 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:31.876 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: Reconfiguring mon.b (monmap changed)... 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: Reconfiguring daemon mon.b on trial165 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: Reconfiguring mgr.b (monmap changed)... 2026-02-18T04:39:31.877 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: Reconfiguring daemon mgr.b on trial165 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: Reconfiguring osd.1 (monmap changed)... 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T04:39:31.878 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:31 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:31.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.882 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: Reconfiguring mon.b (monmap changed)... 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: Reconfiguring daemon mon.b on trial165 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: Reconfiguring mgr.b (monmap changed)... 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:31.883 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: Reconfiguring daemon mgr.b on trial165 2026-02-18T04:39:31.884 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:31.884 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.884 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:31.884 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: Reconfiguring osd.1 (monmap changed)... 2026-02-18T04:39:31.884 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T04:39:31.884 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:31 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:32.987 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: Reconfiguring daemon osd.1 on trial165 2026-02-18T04:39:32.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:32.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:32.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: Reconfiguring mon.c (monmap changed)... 2026-02-18T04:39:32.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:32.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:32.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:32.988 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: Reconfiguring daemon mon.c on trial170 2026-02-18T04:39:32.989 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:32.989 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:32.989 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: Reconfiguring osd.2 (monmap changed)... 2026-02-18T04:39:32.989 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T04:39:32.989 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:32.989 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: Reconfiguring daemon osd.2 on trial170 2026-02-18T04:39:32.989 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:32.989 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:32 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: Reconfiguring daemon osd.1 on trial165 2026-02-18T04:39:33.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: Reconfiguring mon.c (monmap changed)... 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: Reconfiguring daemon mon.c on trial170 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: Reconfiguring osd.2 (monmap changed)... 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: Reconfiguring daemon osd.2 on trial170 2026-02-18T04:39:33.042 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.043 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:32 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: Reconfiguring daemon osd.1 on trial165 2026-02-18T04:39:33.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: Reconfiguring mon.c (monmap changed)... 2026-02-18T04:39:33.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T04:39:33.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T04:39:33.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:33.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: Reconfiguring daemon mon.c on trial170 2026-02-18T04:39:33.133 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: Reconfiguring osd.2 (monmap changed)... 2026-02-18T04:39:33.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T04:39:33.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:39:33.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: Reconfiguring daemon osd.2 on trial170 2026-02-18T04:39:33.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.134 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:32 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:33.987 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:33 trial170 ceph-mon[22323]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:34.041 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:33 trial165 ceph-mon[22202]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:34.132 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:33 trial092 ceph-mon[21236]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:36.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:36 trial092 ceph-mon[21236]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:36.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:36 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:36.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:36 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:36.384 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:36 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:36 trial170 ceph-mon[22323]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:36 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:36 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:36.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:36 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:36.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:36 trial165 ceph-mon[22202]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:36.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:36 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:36.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:36 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:36.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:36 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:38.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:38 trial092 ceph-mon[21236]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:38.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:38 trial170 ceph-mon[22323]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:38.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:38 trial165 ceph-mon[22202]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:40.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:40 trial170 ceph-mon[22323]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:40.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:40.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:40.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:40.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:40 trial165 ceph-mon[22202]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:40.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:40.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:40.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:40.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:40 trial092 ceph-mon[21236]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:40.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:40.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:40.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:42.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:42 trial170 ceph-mon[22323]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:42.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:42 trial165 ceph-mon[22202]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:42.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:42 trial092 ceph-mon[21236]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:44.249 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:44 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:44.250 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:44 trial092 ceph-mon[21236]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:44.250 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:44 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:44.250 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:44 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:44.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:44 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:44.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:44 trial170 ceph-mon[22323]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:44.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:44 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:44.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:44 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:44.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:44 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:44.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:44 trial165 ceph-mon[22202]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:44.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:44 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:44.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:44 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:46.363 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:46 trial165 ceph-mon[22202]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:46.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:46 trial092 ceph-mon[21236]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:46.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:46 trial170 ceph-mon[22323]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:48.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:48 trial092 ceph-mon[21236]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:48.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:48 trial170 ceph-mon[22323]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:48.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:48 trial165 ceph-mon[22202]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:50.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:50 trial092 ceph-mon[21236]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:50.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:50 trial170 ceph-mon[22323]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:50.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:50 trial165 ceph-mon[22202]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:52.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:52 trial092 ceph-mon[21236]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:52.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:52 trial170 ceph-mon[22323]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:52.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:52 trial165 ceph-mon[22202]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:54.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:54 trial092 ceph-mon[21236]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:54.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:54 trial170 ceph-mon[22323]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:54.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:54 trial165 ceph-mon[22202]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:56.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:56 trial170 ceph-mon[22323]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:56.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:56.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:56.488 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:56.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:56 trial165 ceph-mon[22202]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:56.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:56.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:56.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:56.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:56 trial092 ceph-mon[21236]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:56.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:56.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:56.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:39:58.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:39:58 trial170 ceph-mon[22323]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:58.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:39:58 trial165 ceph-mon[22202]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:39:58.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:39:58 trial092 ceph-mon[21236]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:00.288 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:00 trial170 ceph-mon[22323]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:00.288 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.288 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.289 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.289 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:00 trial170 ceph-mon[22323]: overall HEALTH_OK 2026-02-18T04:40:00.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:00 trial165 ceph-mon[22202]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:00.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:00 trial165 ceph-mon[22202]: overall HEALTH_OK 2026-02-18T04:40:00.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:00 trial092 ceph-mon[21236]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:00.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:00.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:00 trial092 ceph-mon[21236]: overall HEALTH_OK 2026-02-18T04:40:02.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:02 trial170 ceph-mon[22323]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:02.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:02 trial165 ceph-mon[22202]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:02.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:02 trial092 ceph-mon[21236]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:04.428 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:04 trial092 ceph-mon[21236]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:04.428 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:04.429 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:04.429 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:04 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:04.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:04 trial170 ceph-mon[22323]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:04.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:04 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:04.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:04 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:04.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:04 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:04.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:04 trial165 ceph-mon[22202]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:04.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:04 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:04.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:04 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:04.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:04 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:06.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:06 trial170 ceph-mon[22323]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:06.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:06 trial165 ceph-mon[22202]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:06.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:06 trial092 ceph-mon[21236]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:08.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:08 trial170 ceph-mon[22323]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:08.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:08 trial165 ceph-mon[22202]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:08.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:08 trial092 ceph-mon[21236]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:10.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:10 trial170 ceph-mon[22323]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:10.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:10 trial165 ceph-mon[22202]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:10.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:10 trial092 ceph-mon[21236]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:12.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:12 trial170 ceph-mon[22323]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:12.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:12 trial165 ceph-mon[22202]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:12.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:12 trial092 ceph-mon[21236]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:14.487 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:14 trial170 ceph-mon[22323]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:14.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:14 trial165 ceph-mon[22202]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:14.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:14 trial092 ceph-mon[21236]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:16.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:16 trial092 ceph-mon[21236]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:16.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:16 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:16.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:16 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:16.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:16 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:16.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:16 trial170 ceph-mon[22323]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:16.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:16 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:16.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:16 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:16.738 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:16 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:16.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:16 trial165 ceph-mon[22202]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:16.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:16 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:16.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:16 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:16.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:16 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:18.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:18 trial092 ceph-mon[21236]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:18.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:18 trial170 ceph-mon[22323]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:18.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:18 trial165 ceph-mon[22202]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:20.605 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:20 trial170 ceph-mon[22323]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:20.605 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:20.605 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:20.605 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:20 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:20.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:20 trial092 ceph-mon[21236]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:20.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:20.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:20.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:20 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:20.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:20 trial165 ceph-mon[22202]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:20.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:20.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:20.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:20 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:22.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:22 trial092 ceph-mon[21236]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:22.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:22 trial170 ceph-mon[22323]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:22.790 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:22 trial165 ceph-mon[22202]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:24.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:24 trial165 ceph-mon[22202]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:24.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:24.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:24.542 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:24 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:24.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:24 trial092 ceph-mon[21236]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:24.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:24.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:24.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:24 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:24.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:24 trial170 ceph-mon[22323]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:24.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:24.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:24.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:24 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:26.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:26 trial165 ceph-mon[22202]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:26.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:26 trial092 ceph-mon[21236]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:26.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:26 trial170 ceph-mon[22323]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:28.538 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:28 trial170 ceph-mon[22323]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:28.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:28 trial165 ceph-mon[22202]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:28.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:28 trial092 ceph-mon[21236]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:30.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:30 trial165 ceph-mon[22202]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:30.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:30 trial092 ceph-mon[21236]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:30.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:30 trial170 ceph-mon[22323]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:32.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:32 trial165 ceph-mon[22202]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:32.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:32 trial092 ceph-mon[21236]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:32.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:32 trial170 ceph-mon[22323]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:33.540 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:40:33.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:40:33.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:40:33.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:33.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:33 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:40:33.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:40:33.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:40:33.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:40:33.627 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:33.628 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:33 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:40:33.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T04:40:33.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T04:40:33.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T04:40:33.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:33.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:33 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T04:40:34.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:34 trial165 ceph-mon[22202]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:34.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:34 trial092 ceph-mon[21236]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:34.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:34 trial170 ceph-mon[22323]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:36.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:36 trial165 ceph-mon[22202]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:36.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:36 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:36.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:36 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:36.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:36 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:36 trial092 ceph-mon[21236]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:36 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:36 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:36.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:36 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:36.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:36 trial170 ceph-mon[22323]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:36.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:36 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:36.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:36 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:36.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:36 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:38.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:38 trial165 ceph-mon[22202]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:38.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:38 trial092 ceph-mon[21236]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:38.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:38 trial170 ceph-mon[22323]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:40.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:40 trial165 ceph-mon[22202]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:40.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:40.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:40.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:40 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:40.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:40 trial092 ceph-mon[21236]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:40.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:40.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:40.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:40 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:40.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:40 trial170 ceph-mon[22323]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:40.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:40.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:40.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:40 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:42.540 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:42 trial165 ceph-mon[22202]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:42.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:42 trial092 ceph-mon[21236]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:42.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:42 trial170 ceph-mon[22323]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:44.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:44 trial165 ceph-mon[22202]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:44.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:44 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:44.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:44 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:44.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:44 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:44.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:44 trial092 ceph-mon[21236]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:44.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:44 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:44.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:44 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:44.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:44 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:44.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:44 trial170 ceph-mon[22323]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:44.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:44 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:44.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:44 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:44.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:44 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:46.540 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:46 trial165 ceph-mon[22202]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:46.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:46 trial092 ceph-mon[21236]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:46.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:46 trial170 ceph-mon[22323]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:48.525 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:48 trial165 ceph-mon[22202]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:48.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:48 trial092 ceph-mon[21236]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:48.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:48 trial170 ceph-mon[22323]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:50.541 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:50 trial165 ceph-mon[22202]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:50.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:50 trial092 ceph-mon[21236]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:50.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:50 trial170 ceph-mon[22323]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:52.540 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:52 trial165 ceph-mon[22202]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:52.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:52 trial092 ceph-mon[21236]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:52.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:52 trial170 ceph-mon[22323]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:54.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:54 trial092 ceph-mon[21236]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:54.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:54 trial170 ceph-mon[22323]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:54.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:54 trial165 ceph-mon[22202]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:56.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:56 trial092 ceph-mon[21236]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:56.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:56.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:56.633 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:56 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:56.736 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:56 trial170 ceph-mon[22323]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:56.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:56.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:56.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:56 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:56.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:56 trial165 ceph-mon[22202]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:56.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:56.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:56.791 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:56 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:40:58.592 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:40:58 trial165 ceph-mon[22202]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:58.632 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:40:58 trial092 ceph-mon[21236]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:58.737 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:40:58 trial170 ceph-mon[22323]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:40:59.335 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph mon dump 2026-02-18T04:40:59.548 INFO:teuthology.orchestra.run.trial092.stdout:epoch 6 2026-02-18T04:40:59.548 INFO:teuthology.orchestra.run.trial092.stdout:fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:40:59.548 INFO:teuthology.orchestra.run.trial092.stdout:last_changed 2026-02-18T04:39:29.342576+0000 2026-02-18T04:40:59.549 INFO:teuthology.orchestra.run.trial092.stdout:created 2026-02-18T04:36:29.344915+0000 2026-02-18T04:40:59.549 INFO:teuthology.orchestra.run.trial092.stdout:min_mon_release 20 (tentacle) 2026-02-18T04:40:59.549 INFO:teuthology.orchestra.run.trial092.stdout:election_strategy: 1 2026-02-18T04:40:59.549 INFO:teuthology.orchestra.run.trial092.stdout:0: [v2:10.20.193.92:3300/0,v1:10.20.193.92:6789/0] mon.a; crush_location {datacenter=a} 2026-02-18T04:40:59.549 INFO:teuthology.orchestra.run.trial092.stdout:1: [v2:10.20.193.170:3300/0,v1:10.20.193.170:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-18T04:40:59.549 INFO:teuthology.orchestra.run.trial092.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-18T04:40:59.549 INFO:teuthology.orchestra.run.trial092.stderr:dumped monmap epoch 6 2026-02-18T04:40:59.557 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph mon dump --format json 2026-02-18T04:40:59.768 INFO:teuthology.orchestra.run.trial092.stdout: 2026-02-18T04:40:59.768 INFO:teuthology.orchestra.run.trial092.stdout:{"epoch":6,"fsid":"5d536361-0c83-11f1-9d25-d404e6e7d460","modified":"2026-02-18T04:39:29.342576Z","created":"2026-02-18T04:36:29.344915Z","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.92:3300","nonce":0},{"type":"v1","addr":"10.20.193.92:6789","nonce":0}]},"addr":"10.20.193.92:6789/0","public_addr":"10.20.193.92:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.170:3300","nonce":0},{"type":"v1","addr":"10.20.193.170:6789","nonce":0}]},"addr":"10.20.193.170:6789/0","public_addr":"10.20.193.170:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a,rack=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,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2026-02-18T04:40:59.769 INFO:teuthology.orchestra.run.trial092.stderr:dumped monmap epoch 6 2026-02-18T04:40:59.777 INFO:teuthology.orchestra.run.trial092.stderr:+ read monid 2026-02-18T04:40:59.777 INFO:teuthology.orchestra.run.trial092.stderr:+ read crushloc 2026-02-18T04:40:59.777 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph mon dump --format json 2026-02-18T04:40:59.778 INFO:teuthology.orchestra.run.trial092.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-18T04:40:59.986 INFO:teuthology.orchestra.run.trial092.stderr:dumped monmap epoch 6 2026-02-18T04:40:59.995 INFO:teuthology.orchestra.run.trial092.stdout:true 2026-02-18T04:40:59.996 INFO:teuthology.orchestra.run.trial092.stderr:+ read monid 2026-02-18T04:40:59.996 INFO:teuthology.orchestra.run.trial092.stderr:+ read crushloc 2026-02-18T04:40:59.996 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph mon dump --format json 2026-02-18T04:40:59.996 INFO:teuthology.orchestra.run.trial092.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-18T04:41:00.207 INFO:teuthology.orchestra.run.trial092.stderr:dumped monmap epoch 6 2026-02-18T04:41:00.216 INFO:teuthology.orchestra.run.trial092.stdout:true 2026-02-18T04:41:00.217 INFO:teuthology.orchestra.run.trial092.stderr:+ read monid 2026-02-18T04:41:00.217 INFO:teuthology.orchestra.run.trial092.stderr:+ read crushloc 2026-02-18T04:41:00.217 INFO:teuthology.orchestra.run.trial092.stderr:+ ceph mon dump --format json 2026-02-18T04:41:00.217 INFO:teuthology.orchestra.run.trial092.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-18T04:41:00.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 ceph-mon[21236]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:41:00.382 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/2741362963' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-18T04:41:00.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/765163107' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1432856161' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 ceph-mon[21236]: from='client.? 10.20.193.92:0/1126146294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.383 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 ceph-mon[21236]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.426 INFO:teuthology.orchestra.run.trial092.stderr:dumped monmap epoch 6 2026-02-18T04:41:00.434 INFO:teuthology.orchestra.run.trial092.stdout:true 2026-02-18T04:41:00.434 INFO:teuthology.orchestra.run.trial092.stderr:+ read monid 2026-02-18T04:41:00.590 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T04:41:00.606 INFO:tasks.cephadm:Teardown begin 2026-02-18T04:41:00.607 DEBUG:teuthology.orchestra.run.trial092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:41:00.635 DEBUG:teuthology.orchestra.run.trial165:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:41:00.662 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:00 trial165 ceph-mon[22202]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:41:00.662 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:00 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/2741362963' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-18T04:41:00.662 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:00 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/765163107' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.662 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:00 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/1432856161' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.662 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:00 trial165 ceph-mon[22202]: from='client.? 10.20.193.92:0/1126146294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.662 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.663 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.663 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:00 trial165 ceph-mon[22202]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.666 DEBUG:teuthology.orchestra.run.trial170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:41:00.693 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:00 trial170 ceph-mon[22323]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T04:41:00.693 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:00 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/2741362963' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-18T04:41:00.693 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:00 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/765163107' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.693 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:00 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/1432856161' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.693 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:00 trial170 ceph-mon[22323]: from='client.? 10.20.193.92:0/1126146294' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T04:41:00.693 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.693 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.694 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:00 trial170 ceph-mon[22323]: from='mgr.14152 10.20.193.92:0/1155703139' entity='mgr.a' 2026-02-18T04:41:00.697 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-18T04:41:00.697 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-18T04:41:00.813 INFO:teuthology.orchestra.run.trial092.stderr:Inferring config /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/mon.a/config 2026-02-18T04:41:00.832 INFO:teuthology.orchestra.run.trial092.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-18T04:41:00.847 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-18T04:41:00.848 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-18T04:41:00.848 DEBUG:teuthology.orchestra.run.trial092:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T04:41:00.863 DEBUG:teuthology.orchestra.run.trial165:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T04:41:00.881 DEBUG:teuthology.orchestra.run.trial170:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T04:41:00.899 INFO:tasks.cephadm:Stopping all daemons... 2026-02-18T04:41:00.899 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-18T04:41:00.899 DEBUG:teuthology.orchestra.run.trial092:> sudo systemctl stop ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.a 2026-02-18T04:41:01.004 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:00 trial092 systemd[1]: Stopping Ceph mon.a for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:41:01.267 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:01 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a[21210]: 2026-02-18T04:41:01.001+0000 7fc3dcbe2640 -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-18T04:41:01.267 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:01 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a[21210]: 2026-02-18T04:41:01.001+0000 7fc3dcbe2640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2026-02-18T04:41:01.267 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:01 trial092 podman[44068]: 2026-02-18 04:41:01.093366559 +0000 UTC m=+0.106369681 container died a3b6c71118756ae59bec95cd500a993b2385af6ea0d6f66ab9b9579313d8570f (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, ceph=True, org.label-schema.license=GPLv2) 2026-02-18T04:41:01.267 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:01 trial092 podman[44068]: 2026-02-18 04:41:01.20481715 +0000 UTC m=+0.217820272 container remove a3b6c71118756ae59bec95cd500a993b2385af6ea0d6f66ab9b9579313d8570f (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, ceph=True, OSD_FLAVOR=debug) 2026-02-18T04:41:01.267 INFO:journalctl@ceph.mon.a.trial092.stdout:Feb 18 04:41:01 trial092 bash[44068]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-a 2026-02-18T04:41:01.294 DEBUG:teuthology.orchestra.run.trial092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.a.service' 2026-02-18T04:41:01.341 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T04:41:01.341 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-18T04:41:01.342 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-18T04:41:01.342 DEBUG:teuthology.orchestra.run.trial165:> sudo systemctl stop ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.b 2026-02-18T04:41:01.616 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:01 trial165 systemd[1]: Stopping Ceph mon.b for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:41:01.616 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:01 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-b[22176]: 2026-02-18T04:41:01.437+0000 7fe24982a640 -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-18T04:41:01.617 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:01 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-b[22176]: 2026-02-18T04:41:01.438+0000 7fe24982a640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2026-02-18T04:41:01.617 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:01 trial165 podman[33712]: 2026-02-18 04:41:01.448548931 +0000 UTC m=+0.024387705 container died 92c3fa9be61c7ed1f4d4aae62608d2763379883ea01efe221aa99d4cd8e85f34 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-b, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , ceph=True, OSD_FLAVOR=debug, 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_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T04:41:01.617 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:01 trial165 podman[33712]: 2026-02-18 04:41:01.561342241 +0000 UTC m=+0.137181005 container remove 92c3fa9be61c7ed1f4d4aae62608d2763379883ea01efe221aa99d4cd8e85f34 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-b, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0) 2026-02-18T04:41:01.617 INFO:journalctl@ceph.mon.b.trial165.stdout:Feb 18 04:41:01 trial165 bash[33712]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-b 2026-02-18T04:41:01.636 DEBUG:teuthology.orchestra.run.trial165:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.b.service' 2026-02-18T04:41:01.673 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T04:41:01.673 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-18T04:41:01.674 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-18T04:41:01.674 DEBUG:teuthology.orchestra.run.trial170:> sudo systemctl stop ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.c 2026-02-18T04:41:01.946 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:01 trial170 systemd[1]: Stopping Ceph mon.c for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:41:01.946 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:01 trial170 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-c[22298]: 2026-02-18T04:41:01.765+0000 7f139b6c8640 -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-18T04:41:01.946 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:01 trial170 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-c[22298]: 2026-02-18T04:41:01.765+0000 7f139b6c8640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2026-02-18T04:41:01.946 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:01 trial170 podman[37018]: 2026-02-18 04:41:01.816892663 +0000 UTC m=+0.064715924 container died a201f7bd8ad62c547125bf277f32298850c1e99276dee0c87f0005c008e92dda (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-c, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216) 2026-02-18T04:41:01.947 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:01 trial170 podman[37018]: 2026-02-18 04:41:01.927838161 +0000 UTC m=+0.175661422 container remove a201f7bd8ad62c547125bf277f32298850c1e99276dee0c87f0005c008e92dda (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-c, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T04:41:01.947 INFO:journalctl@ceph.mon.c.trial170.stdout:Feb 18 04:41:01 trial170 bash[37018]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mon-c 2026-02-18T04:41:01.985 DEBUG:teuthology.orchestra.run.trial170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mon.c.service' 2026-02-18T04:41:02.024 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T04:41:02.025 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-18T04:41:02.025 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-18T04:41:02.025 DEBUG:teuthology.orchestra.run.trial092:> sudo systemctl stop ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.a 2026-02-18T04:41:02.328 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:41:02 trial092 systemd[1]: Stopping Ceph mgr.a for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:41:02.328 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:41:02 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a[21520]: 2026-02-18T04:41:02.120+0000 7f5e6bd67640 -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-18T04:41:02.328 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:41:02 trial092 podman[44238]: 2026-02-18 04:41:02.162231446 +0000 UTC m=+0.055497157 container died c6b7d52e0c520b32a28e3ad1e59713a3a76f6dc4ca10aaea07f3e398ef1f2991 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T04:41:02.329 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:41:02 trial092 podman[44238]: 2026-02-18 04:41:02.278855698 +0000 UTC m=+0.172121399 container remove c6b7d52e0c520b32a28e3ad1e59713a3a76f6dc4ca10aaea07f3e398ef1f2991 (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, ceph=True, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T04:41:02.329 INFO:journalctl@ceph.mgr.a.trial092.stdout:Feb 18 04:41:02 trial092 bash[44238]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-a 2026-02-18T04:41:02.346 DEBUG:teuthology.orchestra.run.trial092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.a.service' 2026-02-18T04:41:02.388 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T04:41:02.389 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-18T04:41:02.389 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-18T04:41:02.389 DEBUG:teuthology.orchestra.run.trial165:> sudo systemctl stop ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.b 2026-02-18T04:41:02.665 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:41:02 trial165 systemd[1]: Stopping Ceph mgr.b for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:41:02.665 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:41:02 trial165 podman[33887]: 2026-02-18 04:41:02.521761803 +0000 UTC m=+0.044933614 container died 76efd5269617501399319970420f6fc8af03bb61d733ab65beaefde1a0cbc0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T04:41:02.665 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:41:02 trial165 podman[33887]: 2026-02-18 04:41:02.638695454 +0000 UTC m=+0.161867275 container remove 76efd5269617501399319970420f6fc8af03bb61d733ab65beaefde1a0cbc0c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216) 2026-02-18T04:41:02.665 INFO:journalctl@ceph.mgr.b.trial165.stdout:Feb 18 04:41:02 trial165 bash[33887]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-mgr-b 2026-02-18T04:41:02.722 DEBUG:teuthology.orchestra.run.trial165:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@mgr.b.service' 2026-02-18T04:41:02.755 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T04:41:02.756 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-18T04:41:02.756 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-18T04:41:02.756 DEBUG:teuthology.orchestra.run.trial092:> sudo systemctl stop ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.0 2026-02-18T04:41:03.133 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:02 trial092 systemd[1]: Stopping Ceph osd.0 for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:41:03.133 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:02 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0[35254]: 2026-02-18T04:41:02.853+0000 7f1ed0a61640 -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-18T04:41:03.133 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:02 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0[35254]: 2026-02-18T04:41:02.853+0000 7f1ed0a61640 -1 osd.0 19 *** Got signal Terminated *** 2026-02-18T04:41:03.133 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:02 trial092 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0[35254]: 2026-02-18T04:41:02.853+0000 7f1ed0a61640 -1 osd.0 19 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T04:41:08.189 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:07 trial092 podman[44403]: 2026-02-18 04:41:07.923264331 +0000 UTC m=+5.083565794 container died 97dc18791d8dc80be39280c1b3fa9de1c7cb21011f47239bc863bd0be7225b6a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0, 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.schema-version=1.0, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS) 2026-02-18T04:41:08.189 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 podman[44403]: 2026-02-18 04:41:08.034660334 +0000 UTC m=+5.194961797 container remove 97dc18791d8dc80be39280c1b3fa9de1c7cb21011f47239bc863bd0be7225b6a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T04:41:08.189 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 bash[44403]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0 2026-02-18T04:41:08.189 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 podman[44710]: 2026-02-18 04:41:08.160446552 +0000 UTC m=+0.015517595 container create 50f2f8574573e578818773a6e6e708147a5e1cdc20a6a96c22f0f0e8c92de617 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0-deactivate, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, 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/, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T04:41:08.440 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 podman[44710]: 2026-02-18 04:41:08.197280746 +0000 UTC m=+0.052351789 container init 50f2f8574573e578818773a6e6e708147a5e1cdc20a6a96c22f0f0e8c92de617 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, 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, ceph=True, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug) 2026-02-18T04:41:08.440 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 podman[44710]: 2026-02-18 04:41:08.200478101 +0000 UTC m=+0.055549134 container start 50f2f8574573e578818773a6e6e708147a5e1cdc20a6a96c22f0f0e8c92de617 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T04:41:08.440 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 podman[44710]: 2026-02-18 04:41:08.200962671 +0000 UTC m=+0.056033714 container attach 50f2f8574573e578818773a6e6e708147a5e1cdc20a6a96c22f0f0e8c92de617 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True) 2026-02-18T04:41:08.440 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 podman[44710]: 2026-02-18 04:41:08.154905166 +0000 UTC m=+0.009976209 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T04:41:08.440 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 podman[44710]: 2026-02-18 04:41:08.31614592 +0000 UTC m=+0.171216953 container died 50f2f8574573e578818773a6e6e708147a5e1cdc20a6a96c22f0f0e8c92de617 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-18T04:41:08.440 INFO:journalctl@ceph.osd.0.trial092.stdout:Feb 18 04:41:08 trial092 podman[44710]: 2026-02-18 04:41:08.428525135 +0000 UTC m=+0.283596178 container remove 50f2f8574573e578818773a6e6e708147a5e1cdc20a6a96c22f0f0e8c92de617 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-0-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, 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, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug) 2026-02-18T04:41:08.445 DEBUG:teuthology.orchestra.run.trial092:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.0.service' 2026-02-18T04:41:08.483 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T04:41:08.483 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-18T04:41:08.483 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-18T04:41:08.484 DEBUG:teuthology.orchestra.run.trial165:> sudo systemctl stop ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.1 2026-02-18T04:41:08.791 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:08 trial165 systemd[1]: Stopping Ceph osd.1 for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:41:08.791 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:08 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1[27948]: 2026-02-18T04:41:08.582+0000 7f9c6bbcf640 -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-18T04:41:08.791 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:08 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1[27948]: 2026-02-18T04:41:08.582+0000 7f9c6bbcf640 -1 osd.1 19 *** Got signal Terminated *** 2026-02-18T04:41:08.791 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:08 trial165 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1[27948]: 2026-02-18T04:41:08.582+0000 7f9c6bbcf640 -1 osd.1 19 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T04:41:13.907 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:13 trial165 podman[34397]: 2026-02-18 04:41:13.641588787 +0000 UTC m=+5.073674248 container died 6500186bd644220a391ee152d73bc7d1483f09d1e41c8fe0c74d826a3c844adb (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, ceph=True, org.label-schema.schema-version=1.0) 2026-02-18T04:41:13.907 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:13 trial165 podman[34397]: 2026-02-18 04:41:13.754047222 +0000 UTC m=+5.186132683 container remove 6500186bd644220a391ee152d73bc7d1483f09d1e41c8fe0c74d826a3c844adb (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, 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.license=GPLv2) 2026-02-18T04:41:13.908 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:13 trial165 bash[34397]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1 2026-02-18T04:41:14.182 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:13 trial165 podman[34708]: 2026-02-18 04:41:13.90547866 +0000 UTC m=+0.015741465 container create 22ecab95be31c5a7325fef6a6658caec7493c90c854e2d4b4be4b0c83cda3d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T04:41:14.183 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:13 trial165 podman[34708]: 2026-02-18 04:41:13.943253219 +0000 UTC m=+0.053515994 container init 22ecab95be31c5a7325fef6a6658caec7493c90c854e2d4b4be4b0c83cda3d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T04:41:14.183 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:13 trial165 podman[34708]: 2026-02-18 04:41:13.946412424 +0000 UTC m=+0.056675179 container start 22ecab95be31c5a7325fef6a6658caec7493c90c854e2d4b4be4b0c83cda3d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS) 2026-02-18T04:41:14.183 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:13 trial165 podman[34708]: 2026-02-18 04:41:13.946903458 +0000 UTC m=+0.057166213 container attach 22ecab95be31c5a7325fef6a6658caec7493c90c854e2d4b4be4b0c83cda3d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, 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_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug) 2026-02-18T04:41:14.183 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:13 trial165 podman[34708]: 2026-02-18 04:41:13.898518426 +0000 UTC m=+0.008781181 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T04:41:14.183 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:14 trial165 podman[34708]: 2026-02-18 04:41:14.065273058 +0000 UTC m=+0.175535813 container died 22ecab95be31c5a7325fef6a6658caec7493c90c854e2d4b4be4b0c83cda3d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1-deactivate, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, 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, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T04:41:14.183 INFO:journalctl@ceph.osd.1.trial165.stdout:Feb 18 04:41:14 trial165 podman[34708]: 2026-02-18 04:41:14.180362048 +0000 UTC m=+0.290624803 container remove 22ecab95be31c5a7325fef6a6658caec7493c90c854e2d4b4be4b0c83cda3d71 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-1-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T04:41:14.199 DEBUG:teuthology.orchestra.run.trial165:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.1.service' 2026-02-18T04:41:14.235 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T04:41:14.235 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-18T04:41:14.236 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-18T04:41:14.236 DEBUG:teuthology.orchestra.run.trial170:> sudo systemctl stop ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.2 2026-02-18T04:41:14.737 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:14 trial170 systemd[1]: Stopping Ceph osd.2 for 5d536361-0c83-11f1-9d25-d404e6e7d460... 2026-02-18T04:41:14.737 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:14 trial170 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2[27725]: 2026-02-18T04:41:14.334+0000 7f5692225640 -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-18T04:41:14.737 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:14 trial170 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2[27725]: 2026-02-18T04:41:14.334+0000 7f5692225640 -1 osd.2 19 *** Got signal Terminated *** 2026-02-18T04:41:14.737 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:14 trial170 ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2[27725]: 2026-02-18T04:41:14.334+0000 7f5692225640 -1 osd.2 19 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T04:41:19.670 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37367]: 2026-02-18 04:41:19.404853194 +0000 UTC m=+5.083623199 container died 186bee7ade7f237db3702df58ca916709805d677c3ceef6c143b52b475e0637e (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.build-date=20260216) 2026-02-18T04:41:19.671 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37367]: 2026-02-18 04:41:19.516601096 +0000 UTC m=+5.195371101 container remove 186bee7ade7f237db3702df58ca916709805d677c3ceef6c143b52b475e0637e (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , ceph=True, io.buildah.version=1.33.7, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T04:41:19.671 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 bash[37367]: ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2 2026-02-18T04:41:19.958 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37782]: 2026-02-18 04:41:19.668884199 +0000 UTC m=+0.014544676 container create d18810290a3bda2352e6f9c8dc57dd0955127cba70fd4881ad3570f88d9af1b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T04:41:19.958 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37782]: 2026-02-18 04:41:19.709905925 +0000 UTC m=+0.055566392 container init d18810290a3bda2352e6f9c8dc57dd0955127cba70fd4881ad3570f88d9af1b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, 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/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-02-18T04:41:19.958 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37782]: 2026-02-18 04:41:19.714056459 +0000 UTC m=+0.059716936 container start d18810290a3bda2352e6f9c8dc57dd0955127cba70fd4881ad3570f88d9af1b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2-deactivate, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, 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, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T04:41:19.958 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37782]: 2026-02-18 04:41:19.714474485 +0000 UTC m=+0.060134982 container attach d18810290a3bda2352e6f9c8dc57dd0955127cba70fd4881ad3570f88d9af1b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2-deactivate, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T04:41:19.958 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37782]: 2026-02-18 04:41:19.663052795 +0000 UTC m=+0.008713282 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T04:41:19.959 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37782]: 2026-02-18 04:41:19.841774194 +0000 UTC m=+0.187434682 container died d18810290a3bda2352e6f9c8dc57dd0955127cba70fd4881ad3570f88d9af1b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.build-date=20260216, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , ceph=True) 2026-02-18T04:41:19.959 INFO:journalctl@ceph.osd.2.trial170.stdout:Feb 18 04:41:19 trial170 podman[37782]: 2026-02-18 04:41:19.956374674 +0000 UTC m=+0.302035152 container remove d18810290a3bda2352e6f9c8dc57dd0955127cba70fd4881ad3570f88d9af1b4 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-5d536361-0c83-11f1-9d25-d404e6e7d460-osd-2-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T04:41:19.974 DEBUG:teuthology.orchestra.run.trial170:> sudo pkill -f 'journalctl -f -n 0 -u ceph-5d536361-0c83-11f1-9d25-d404e6e7d460@osd.2.service' 2026-02-18T04:41:20.011 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T04:41:20.012 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-18T04:41:20.012 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 --force --keep-logs 2026-02-18T04:41:20.131 INFO:teuthology.orchestra.run.trial092.stdout:Deleting cluster with fsid: 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:41:21.102 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 --force --keep-logs 2026-02-18T04:41:21.220 INFO:teuthology.orchestra.run.trial165.stdout:Deleting cluster with fsid: 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:41:22.149 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 --force --keep-logs 2026-02-18T04:41:22.268 INFO:teuthology.orchestra.run.trial170.stdout:Deleting cluster with fsid: 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:41:23.069 DEBUG:teuthology.orchestra.run.trial092:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:41:23.098 DEBUG:teuthology.orchestra.run.trial165:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:41:23.127 DEBUG:teuthology.orchestra.run.trial170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T04:41:23.153 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T04:41:23.156 DEBUG:teuthology.misc:Transferring archived files from trial092:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial092/crash 2026-02-18T04:41:23.157 DEBUG:teuthology.orchestra.run.trial092:> sudo tar c -f - -C /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash -- . 2026-02-18T04:41:23.181 INFO:teuthology.orchestra.run.trial092.stderr:tar: /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T04:41:23.181 INFO:teuthology.orchestra.run.trial092.stderr:tar: Error is not recoverable: exiting now 2026-02-18T04:41:23.184 DEBUG:teuthology.misc:Transferring archived files from trial165:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial165/crash 2026-02-18T04:41:23.185 DEBUG:teuthology.orchestra.run.trial165:> sudo tar c -f - -C /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash -- . 2026-02-18T04:41:23.211 INFO:teuthology.orchestra.run.trial165.stderr:tar: /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T04:41:23.212 INFO:teuthology.orchestra.run.trial165.stderr:tar: Error is not recoverable: exiting now 2026-02-18T04:41:23.214 DEBUG:teuthology.misc:Transferring archived files from trial170:/var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial170/crash 2026-02-18T04:41:23.215 DEBUG:teuthology.orchestra.run.trial170:> sudo tar c -f - -C /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash -- . 2026-02-18T04:41:23.239 INFO:teuthology.orchestra.run.trial170.stderr:tar: /var/lib/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T04:41:23.240 INFO:teuthology.orchestra.run.trial170.stderr:tar: Error is not recoverable: exiting now 2026-02-18T04:41:23.241 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T04:41:23.241 DEBUG:teuthology.orchestra.run.trial092:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log | egrep CEPHADM_ | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | egrep -v MON_DOWN | egrep -v POOL_APP_NOT_ENABLED | egrep -v 'mon down' | egrep -v 'mons down' | egrep -v 'out of quorum' | egrep -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-18T04:41:23.267 INFO:tasks.cephadm:Compressing logs... 2026-02-18T04:41:23.267 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:41:23.310 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-18T04:41:23.312 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:41:23.333 INFO:teuthology.orchestra.run.trial092.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T04:41:23.333 INFO:teuthology.orchestra.run.trial092.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T04:41:23.333 INFO:teuthology.orchestra.run.trial092.stderr:gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.a.log 2026-02-18T04:41:23.333 INFO:teuthology.orchestra.run.trial092.stderr:gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.0.log 2026-02-18T04:41:23.333 INFO:teuthology.orchestra.run.trial092.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log 2026-02-18T04:41:23.333 INFO:teuthology.orchestra.run.trial092.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mgr.a.log 2026-02-18T04:41:23.334 INFO:teuthology.orchestra.run.trial092.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log 2026-02-18T04:41:23.334 INFO:teuthology.orchestra.run.trial092.stderr: 82.1% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T04:41:23.334 INFO:teuthology.orchestra.run.trial092.stderr:gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log 2026-02-18T04:41:23.334 INFO:teuthology.orchestra.run.trial092.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mgr.a.log: /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log 2026-02-18T04:41:23.334 INFO:teuthology.orchestra.run.trial092.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log: 84.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T04:41:23.334 INFO:teuthology.orchestra.run.trial092.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log: 90.4% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log.gz 2026-02-18T04:41:23.334 INFO:teuthology.orchestra.run.trial092.stderr: 87.0% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log.gz 2026-02-18T04:41:23.337 INFO:teuthology.orchestra.run.trial165.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T04:41:23.337 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T04:41:23.337 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log 2026-02-18T04:41:23.337 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mgr.b.log 2026-02-18T04:41:23.337 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log 2026-02-18T04:41:23.338 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log: /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mgr.b.log: 81.6% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T04:41:23.338 INFO:teuthology.orchestra.run.trial165.stderr: 81.5% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T04:41:23.338 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.b.log 2026-02-18T04:41:23.338 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log 2026-02-18T04:41:23.338 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.1.log 2026-02-18T04:41:23.338 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log 2026-02-18T04:41:23.338 INFO:teuthology.orchestra.run.trial165.stderr: 90.6% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log.gz 2026-02-18T04:41:23.338 INFO:teuthology.orchestra.run.trial165.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log: 87.2% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log.gz 2026-02-18T04:41:23.339 INFO:teuthology.orchestra.run.trial165.stderr: 90.6% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-18T04:41:23.339 INFO:teuthology.orchestra.run.trial092.stderr: 95.7% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log.gz 2026-02-18T04:41:23.341 INFO:teuthology.orchestra.run.trial170.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr:: No such file or directory 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr:gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.2.log 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.c.log 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr:gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.2.log: /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr: 83.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr: 81.5% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr:/var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log: /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log: 90.6% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.audit.log.gz 2026-02-18T04:41:23.342 INFO:teuthology.orchestra.run.trial170.stderr: 87.2% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph.log.gz 2026-02-18T04:41:23.343 INFO:teuthology.orchestra.run.trial165.stderr: 95.6% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log.gz 2026-02-18T04:41:23.344 INFO:teuthology.orchestra.run.trial170.stderr: 95.9% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-volume.log.gz 2026-02-18T04:41:23.350 INFO:teuthology.orchestra.run.trial092.stderr: 94.1% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.0.log.gz 2026-02-18T04:41:23.354 INFO:teuthology.orchestra.run.trial170.stderr: 94.1% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.2.log.gz 2026-02-18T04:41:23.370 INFO:teuthology.orchestra.run.trial165.stderr: 93.0% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.b.log.gz 2026-02-18T04:41:23.373 INFO:teuthology.orchestra.run.trial092.stderr: 88.6% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-18T04:41:23.373 INFO:teuthology.orchestra.run.trial170.stderr: 93.1% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.c.log.gz 2026-02-18T04:41:23.374 INFO:teuthology.orchestra.run.trial165.stderr: 94.1% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-osd.1.log.gz 2026-02-18T04:41:23.376 INFO:teuthology.orchestra.run.trial170.stderr: 2026-02-18T04:41:23.376 INFO:teuthology.orchestra.run.trial170.stderr:real 0m0.047s 2026-02-18T04:41:23.376 INFO:teuthology.orchestra.run.trial170.stderr:user 0m0.065s 2026-02-18T04:41:23.376 INFO:teuthology.orchestra.run.trial170.stderr:sys 0m0.019s 2026-02-18T04:41:23.378 INFO:teuthology.orchestra.run.trial165.stderr: 2026-02-18T04:41:23.378 INFO:teuthology.orchestra.run.trial165.stderr:real 0m0.049s 2026-02-18T04:41:23.378 INFO:teuthology.orchestra.run.trial165.stderr:user 0m0.079s 2026-02-18T04:41:23.378 INFO:teuthology.orchestra.run.trial165.stderr:sys 0m0.023s 2026-02-18T04:41:23.451 INFO:teuthology.orchestra.run.trial092.stderr: 91.5% -- replaced with /var/log/ceph/5d536361-0c83-11f1-9d25-d404e6e7d460/ceph-mon.a.log.gz 2026-02-18T04:41:23.453 INFO:teuthology.orchestra.run.trial092.stderr: 2026-02-18T04:41:23.453 INFO:teuthology.orchestra.run.trial092.stderr:real 0m0.131s 2026-02-18T04:41:23.453 INFO:teuthology.orchestra.run.trial092.stderr:user 0m0.181s 2026-02-18T04:41:23.453 INFO:teuthology.orchestra.run.trial092.stderr:sys 0m0.029s 2026-02-18T04:41:23.453 INFO:tasks.cephadm:Archiving logs... 2026-02-18T04:41:23.453 DEBUG:teuthology.misc:Transferring archived files from trial092:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial092/log 2026-02-18T04:41:23.454 DEBUG:teuthology.orchestra.run.trial092:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T04:41:23.584 DEBUG:teuthology.misc:Transferring archived files from trial165:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial165/log 2026-02-18T04:41:23.584 DEBUG:teuthology.orchestra.run.trial165:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T04:41:23.633 DEBUG:teuthology.misc:Transferring archived files from trial170:/var/log/ceph to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial170/log 2026-02-18T04:41:23.634 DEBUG:teuthology.orchestra.run.trial170:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T04:41:23.679 INFO:tasks.cephadm:Removing cluster... 2026-02-18T04:41:23.679 DEBUG:teuthology.orchestra.run.trial092:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 --force 2026-02-18T04:41:23.799 INFO:teuthology.orchestra.run.trial092.stdout:Deleting cluster with fsid: 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:41:23.953 DEBUG:teuthology.orchestra.run.trial165:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 --force 2026-02-18T04:41:24.072 INFO:teuthology.orchestra.run.trial165.stdout:Deleting cluster with fsid: 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:41:24.228 DEBUG:teuthology.orchestra.run.trial170:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 5d536361-0c83-11f1-9d25-d404e6e7d460 --force 2026-02-18T04:41:24.345 INFO:teuthology.orchestra.run.trial170.stdout:Deleting cluster with fsid: 5d536361-0c83-11f1-9d25-d404e6e7d460 2026-02-18T04:41:24.504 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T04:41:24.505 DEBUG:teuthology.orchestra.run.trial092:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T04:41:24.523 DEBUG:teuthology.orchestra.run.trial165:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T04:41:24.541 DEBUG:teuthology.orchestra.run.trial170:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T04:41:24.557 INFO:tasks.cephadm:Teardown complete 2026-02-18T04:41:24.557 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T04:41:24.572 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-18T04:41:24.572 DEBUG:teuthology.orchestra.run.trial092:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T04:41:24.575 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-18T04:41:24.583 DEBUG:teuthology.orchestra.run.trial170:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T04:41:24.839 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T04:41:24.849 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T04:41:24.850 DEBUG:teuthology.orchestra.run.trial092:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T04:41:24.851 DEBUG:teuthology.orchestra.run.trial165:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T04:41:24.853 DEBUG:teuthology.orchestra.run.trial170:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T04:41:24.866 INFO:teuthology.orchestra.run.trial092.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:41:24.867 INFO:teuthology.orchestra.run.trial165.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:41:24.870 INFO:teuthology.orchestra.run.trial170.stderr:bash: line 1: ntpq: command not found 2026-02-18T04:41:24.887 INFO:teuthology.orchestra.run.trial092.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:41:24.887 INFO:teuthology.orchestra.run.trial092.stdout:=============================================================================== 2026-02-18T04:41:24.887 INFO:teuthology.orchestra.run.trial092.stdout:^- ntp1.wiktel.com 1 6 377 29 -2058us[-2058us] +/- 21ms 2026-02-18T04:41:24.887 INFO:teuthology.orchestra.run.trial092.stdout:^- 139-177-202-26.ip.linode> 2 6 377 30 -11ms[ -11ms] +/- 79ms 2026-02-18T04:41:24.887 INFO:teuthology.orchestra.run.trial092.stdout:^- lax1.us.ntp.li 2 6 377 30 +1319us[+1168us] +/- 35ms 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial092.stdout:^* 50.205.57.38 1 6 377 30 -56us[ -207us] +/- 4727us 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial165.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial165.stdout:=============================================================================== 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial165.stdout:^- ntp1.wiktel.com 1 6 377 29 -2161us[-2076us] +/- 21ms 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial165.stdout:^- 139-177-202-26.ip.linode> 2 6 377 29 -10ms[ -10ms] +/- 78ms 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial165.stdout:^- lax1.us.ntp.li 2 6 377 29 -464us[ -379us] +/- 33ms 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial165.stdout:^* 50.205.57.38 1 6 377 28 +205us[ +291us] +/- 5166us 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial170.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial170.stdout:=============================================================================== 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial170.stdout:^- ntp1.wiktel.com 1 6 377 31 -2125us[-2036us] +/- 21ms 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial170.stdout:^- 139-177-202-26.ip.linode> 2 6 377 30 -10ms[ -10ms] +/- 78ms 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial170.stdout:^- lax1.us.ntp.li 2 6 377 31 +780us[ +869us] +/- 34ms 2026-02-18T04:41:24.888 INFO:teuthology.orchestra.run.trial170.stdout:^* 50.205.57.38 1 6 377 29 +282us[ +371us] +/- 5161us 2026-02-18T04:41:24.889 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T04:41:24.899 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T04:41:24.899 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T04:41:24.913 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:41:24.977 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-18T04:41:25.023 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:41:25.071 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:41:25.097 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:41:25.098 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-18T04:41:25.125 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:41:25.126 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:41:25.153 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:41:25.154 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T04:41:25.169 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T04:41:25.184 INFO:teuthology.task.internal:Duration was 496.359141 seconds 2026-02-18T04:41:25.184 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T04:41:25.213 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T04:41:25.213 DEBUG:teuthology.orchestra.run.trial092:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T04:41:25.216 DEBUG:teuthology.orchestra.run.trial165:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T04:41:25.219 DEBUG:teuthology.orchestra.run.trial170:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T04:41:25.251 INFO:teuthology.orchestra.run.trial092.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:41:25.254 INFO:teuthology.orchestra.run.trial165.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:41:25.257 INFO:teuthology.orchestra.run.trial170.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T04:41:25.665 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T04:41:25.665 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial092.front.sepia.ceph.com 2026-02-18T04:41:25.666 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:41:25.724 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial165.front.sepia.ceph.com 2026-02-18T04:41:25.725 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-18T04:41:25.745 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial170.front.sepia.ceph.com 2026-02-18T04:41:25.745 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:41:25.765 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T04:41:25.765 DEBUG:teuthology.orchestra.run.trial092:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:41:25.767 DEBUG:teuthology.orchestra.run.trial165:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:41:25.787 DEBUG:teuthology.orchestra.run.trial170:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:41:25.870 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T04:41:25.871 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:41:25.873 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-18T04:41:25.876 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:41:25.894 INFO:teuthology.orchestra.run.trial092.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:41:25.895 INFO:teuthology.orchestra.run.trial092.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:41:25.895 INFO:teuthology.orchestra.run.trial092.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:41:25.895 INFO:teuthology.orchestra.run.trial092.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T04:41:25.895 INFO:teuthology.orchestra.run.trial092.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T04:41:25.896 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:41:25.897 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:41:25.897 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-18T04:41:25.897 INFO:teuthology.orchestra.run.trial165.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:41:25.898 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-18T04:41:25.898 INFO:teuthology.orchestra.run.trial170.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T04:41:25.899 INFO:teuthology.orchestra.run.trial170.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T04:41:25.900 INFO:teuthology.orchestra.run.trial170.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T04:41:25.900 INFO:teuthology.orchestra.run.trial170.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T04:41:25.900 INFO:teuthology.orchestra.run.trial170.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T04:41:25.905 INFO:teuthology.orchestra.run.trial165.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.2% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T04:41:25.908 INFO:teuthology.orchestra.run.trial092.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T04:41:25.909 INFO:teuthology.orchestra.run.trial170.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T04:41:25.911 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T04:41:25.927 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T04:41:25.928 DEBUG:teuthology.orchestra.run.trial092:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T04:41:25.976 DEBUG:teuthology.orchestra.run.trial165:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T04:41:26.002 DEBUG:teuthology.orchestra.run.trial170:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T04:41:26.029 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T04:41:26.046 DEBUG:teuthology.orchestra.run.trial092:> 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-18T04:41:26.048 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-18T04:41:26.051 DEBUG:teuthology.orchestra.run.trial170:> 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-18T04:41:26.071 INFO:teuthology.orchestra.run.trial092.stdout:kernel.core_pattern = core 2026-02-18T04:41:26.072 INFO:teuthology.orchestra.run.trial165.stdout:kernel.core_pattern = core 2026-02-18T04:41:26.095 INFO:teuthology.orchestra.run.trial170.stdout:kernel.core_pattern = core 2026-02-18T04:41:26.110 DEBUG:teuthology.orchestra.run.trial092:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T04:41:26.140 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:41:26.141 DEBUG:teuthology.orchestra.run.trial165:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T04:41:26.156 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:41:26.157 DEBUG:teuthology.orchestra.run.trial170:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T04:41:26.172 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T04:41:26.172 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T04:41:26.189 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T04:41:26.191 DEBUG:teuthology.misc:Transferring archived files from trial092:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial092 2026-02-18T04:41:26.191 DEBUG:teuthology.orchestra.run.trial092:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T04:41:26.227 DEBUG:teuthology.misc:Transferring archived files from trial165:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial165 2026-02-18T04:41:26.227 DEBUG:teuthology.orchestra.run.trial165:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T04:41:26.262 DEBUG:teuthology.misc:Transferring archived files from trial170:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/yuriw-2026-02-17_21:23:05-orch-20.2.1_2.17.26-baseline_2-distro-default-trial/54617/remote/trial170 2026-02-18T04:41:26.262 DEBUG:teuthology.orchestra.run.trial170:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T04:41:26.296 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T04:41:26.296 DEBUG:teuthology.orchestra.run.trial092:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T04:41:26.299 DEBUG:teuthology.orchestra.run.trial165:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T04:41:26.301 DEBUG:teuthology.orchestra.run.trial170:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T04:41:26.345 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T04:41:26.364 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T04:41:26.364 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T04:41:26.387 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T04:41:26.387 DEBUG:teuthology.orchestra.run.trial092:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T04:41:26.390 DEBUG:teuthology.orchestra.run.trial165:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T04:41:26.392 DEBUG:teuthology.orchestra.run.trial170:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T04:41:26.403 INFO:teuthology.orchestra.run.trial092.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 04:41 /home/ubuntu/cephtest 2026-02-18T04:41:26.405 INFO:teuthology.orchestra.run.trial165.stdout: 791913 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 04:41 /home/ubuntu/cephtest 2026-02-18T04:41:26.408 INFO:teuthology.orchestra.run.trial170.stdout: 791913 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 04:41 /home/ubuntu/cephtest 2026-02-18T04:41:26.410 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T04:41:26.427 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T04:41:26.464 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: 496.3591408729553 flavor: default owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-18T04:41:26.465 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T04:41:26.573 INFO:teuthology.run:pass