2026-02-18T05:36:07.628 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-18T05:36:07.642 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T05:36:07.725 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/54800 branch: 20.2.1_2.17.26-baseline_2 description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_set_mon_crush_locations} email: yweinste@redhat.com first_in_suite: false flavor: default job_id: '54800' 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: 1 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 - scontext=system_u:system_r:getty_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: trial010.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBO6EGTGgG/ZLZJCjFhTR4xXGMdOKWnG3T1/ASohfaHUZWmwLy50hOVzS0PqlPRntfeDRUkZ92lpxmkDsY9UgD7Y= trial125.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPaeepAGtsrS4RCIlEQYbHmodShpvQ7Ln/yQcqycdpEO0it3yvJddkyiyAqncggRknTVq8bSsmHtMlrtpbO4uDk= trial138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJdpR4pCSNoViXyDYRlRCi1Oyimr5k7baeY7T4E7wWOq12swsIbBfou45bjtVerPAPIo/M5Kai5Sh4oM5kF3bME= tasks: - pexec: all: - sudo dnf remove nvme-cli -y - sudo dnf install nvmetcli nvme-cli -y - install: null - cephadm: null - cephadm.apply: specs: - placement: count: 3 service_id: foo service_type: mon spec: crush_locations: host.a: - datacenter=a host.b: - datacenter=b - rack=2 host.c: - datacenter=a - rack=3 - cephadm.shell: host.a: - "set -ex\n# since we don't know the real hostnames before the test, the next\n\ # bit is in order to replace the fake hostnames \"host.a/b/c\" with\n# the actual\ \ names cephadm knows the host by within the mon spec\nceph orch host ls --format\ \ json | jq -r '.[] | .hostname' > realnames\necho $'host.a\\nhost.b\\nhost.c'\ \ > fakenames\necho $'a\\nb\\nc' > mon_ids\necho $'{datacenter=a}\\n{datacenter=b,rack=2}\\\ n{datacenter=a,rack=3}' > crush_locs\nceph orch ls --service-name mon --export\ \ > mon.yaml\nMONSPEC=`cat mon.yaml`\necho \"$MONSPEC\"\nwhile read realname\ \ <&3 && read fakename <&4; do\n MONSPEC=\"${MONSPEC//$fakename/$realname}\"\ \ndone 3 mon.yaml\ncat mon.yaml\n\ # now the spec should have the real hostnames, so let's re-apply\nceph orch\ \ apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name\ \ mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\n\ ceph mon dump --format json\n# verify all the crush locations got set from \"\ ceph mon dump\" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph\ \ mon dump --format json | jq --arg monid \"$monid\" --arg crushloc \"$crushloc\"\ \ -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'\n\ done 3, func=.kill_console_loggers at 0x75446c4a0540>, signals=[15]) 2026-02-18T05:36:08.299 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-18T05:36:08.310 INFO:teuthology.task.internal:Opening connections... 2026-02-18T05:36:08.310 DEBUG:teuthology.task.internal:connecting to ubuntu@trial010.front.sepia.ceph.com 2026-02-18T05:36:08.311 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial010.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:36:08.374 DEBUG:teuthology.task.internal:connecting to ubuntu@trial125.front.sepia.ceph.com 2026-02-18T05:36:08.374 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:36:08.436 DEBUG:teuthology.task.internal:connecting to ubuntu@trial138.front.sepia.ceph.com 2026-02-18T05:36:08.436 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:36:08.497 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-18T05:36:08.509 DEBUG:teuthology.orchestra.run.trial010:> uname -m 2026-02-18T05:36:08.525 INFO:teuthology.orchestra.run.trial010.stdout:x86_64 2026-02-18T05:36:08.525 DEBUG:teuthology.orchestra.run.trial010:> cat /etc/os-release 2026-02-18T05:36:08.580 INFO:teuthology.orchestra.run.trial010.stdout:NAME="CentOS Stream" 2026-02-18T05:36:08.580 INFO:teuthology.orchestra.run.trial010.stdout:VERSION="9" 2026-02-18T05:36:08.580 INFO:teuthology.orchestra.run.trial010.stdout:ID="centos" 2026-02-18T05:36:08.580 INFO:teuthology.orchestra.run.trial010.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:VERSION_ID="9" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:ANSI_COLOR="0;31" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:36:08.581 INFO:teuthology.orchestra.run.trial010.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:36:08.581 INFO:teuthology.lock.ops:Updating trial010.front.sepia.ceph.com on lock server 2026-02-18T05:36:08.652 DEBUG:teuthology.orchestra.run.trial125:> uname -m 2026-02-18T05:36:08.667 INFO:teuthology.orchestra.run.trial125.stdout:x86_64 2026-02-18T05:36:08.667 DEBUG:teuthology.orchestra.run.trial125:> cat /etc/os-release 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:NAME="CentOS Stream" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:VERSION="9" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:ID="centos" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:VERSION_ID="9" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:ANSI_COLOR="0;31" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:36:08.722 INFO:teuthology.orchestra.run.trial125.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:36:08.723 INFO:teuthology.lock.ops:Updating trial125.front.sepia.ceph.com on lock server 2026-02-18T05:36:08.797 DEBUG:teuthology.orchestra.run.trial138:> uname -m 2026-02-18T05:36:08.813 INFO:teuthology.orchestra.run.trial138.stdout:x86_64 2026-02-18T05:36:08.813 DEBUG:teuthology.orchestra.run.trial138:> cat /etc/os-release 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:NAME="CentOS Stream" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:VERSION="9" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:ID="centos" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:ID_LIKE="rhel fedora" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:VERSION_ID="9" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:PLATFORM_ID="platform:el9" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:ANSI_COLOR="0;31" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:LOGO="fedora-logo-icon" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:HOME_URL="https://centos.org/" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-18T05:36:08.868 INFO:teuthology.orchestra.run.trial138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-18T05:36:08.869 INFO:teuthology.lock.ops:Updating trial138.front.sepia.ceph.com on lock server 2026-02-18T05:36:08.946 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-18T05:36:08.958 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-18T05:36:08.969 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-18T05:36:08.969 DEBUG:teuthology.orchestra.run.trial010:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:36:08.971 DEBUG:teuthology.orchestra.run.trial125:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:36:08.973 DEBUG:teuthology.orchestra.run.trial138:> test '!' -e /home/ubuntu/cephtest 2026-02-18T05:36:08.988 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-18T05:36:08.999 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-18T05:36:08.999 DEBUG:teuthology.orchestra.run.trial010:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:36:09.026 DEBUG:teuthology.orchestra.run.trial125:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:36:09.028 DEBUG:teuthology.orchestra.run.trial138:> test -z $(ls -A /var/lib/ceph) 2026-02-18T05:36:09.044 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-18T05:36:09.242 INFO:teuthology.run_tasks:Running task kernel... 2026-02-18T05:36:09.261 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': True, 'sha1': 'distro'} 2026-02-18T05:36:09.261 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-18T05:36:09.261 DEBUG:teuthology.orchestra.run.trial010:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:36:09.262 DEBUG:teuthology.orchestra.run.trial125:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:36:09.262 DEBUG:teuthology.orchestra.run.trial138:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-18T05:36:09.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:36:09.276 DEBUG:teuthology.orchestra.run.trial125:> uname -r 2026-02-18T05:36:09.276 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:36:09.277 DEBUG:teuthology.orchestra.run.trial010:> uname -r 2026-02-18T05:36:09.277 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:36:09.277 DEBUG:teuthology.orchestra.run.trial138:> uname -r 2026-02-18T05:36:09.331 INFO:teuthology.orchestra.run.trial125.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:36:09.331 INFO:teuthology.task.kernel:Running kernel on trial125: 5.14.0-645.el9.x86_64 2026-02-18T05:36:09.331 DEBUG:teuthology.orchestra.run.trial125:> sudo yum install -y kernel 2026-02-18T05:36:09.333 INFO:teuthology.orchestra.run.trial010.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:36:09.333 INFO:teuthology.task.kernel:Running kernel on trial010: 5.14.0-645.el9.x86_64 2026-02-18T05:36:09.333 DEBUG:teuthology.orchestra.run.trial010:> sudo yum install -y kernel 2026-02-18T05:36:09.333 INFO:teuthology.orchestra.run.trial138.stdout:5.14.0-645.el9.x86_64 2026-02-18T05:36:09.333 INFO:teuthology.task.kernel:Running kernel on trial138: 5.14.0-645.el9.x86_64 2026-02-18T05:36:09.333 DEBUG:teuthology.orchestra.run.trial138:> sudo yum install -y kernel 2026-02-18T05:36:10.583 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-18T05:36:10.643 INFO:teuthology.orchestra.run.trial125.stdout:CentOS Stream 9 - BaseOS 9.4 MB/s | 8.9 MB 00:00 2026-02-18T05:36:11.713 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - AppStream 46 MB/s | 27 MB 00:00 2026-02-18T05:36:13.691 INFO:teuthology.orchestra.run.trial125.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T05:36:15.184 INFO:teuthology.orchestra.run.trial010.stdout:CentOS Stream 9 - BaseOS 1.6 MB/s | 8.9 MB 00:05 2026-02-18T05:36:15.348 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - CRB 6.1 MB/s | 7.8 MB 00:01 2026-02-18T05:36:16.195 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - Extras packages 165 kB/s | 20 kB 00:00 2026-02-18T05:36:17.572 INFO:teuthology.orchestra.run.trial138.stdout:Extra Packages for Enterprise Linux 15 MB/s | 20 MB 00:01 2026-02-18T05:36:18.352 INFO:teuthology.orchestra.run.trial010.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-18T05:36:20.808 INFO:teuthology.orchestra.run.trial138.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T05:36:21.710 INFO:teuthology.orchestra.run.trial125.stdout:CentOS Stream 9 - CRB 1.4 MB/s | 7.8 MB 00:05 2026-02-18T05:36:21.743 INFO:teuthology.orchestra.run.trial010.stdout:CentOS Stream 9 - CRB 7.6 MB/s | 7.8 MB 00:01 2026-02-18T05:36:21.829 INFO:teuthology.orchestra.run.trial138.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:36:21.850 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:36:21.852 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:36:21.852 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-18T05:36:21.852 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:36:21.852 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:36:21.852 INFO:teuthology.orchestra.run.trial138.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:36:21.852 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-18T05:36:21.852 INFO:teuthology.orchestra.run.trial138.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:36:21.852 INFO:teuthology.orchestra.run.trial138.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout:Install 4 Packages 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 88 M 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 135 M 2026-02-18T05:36:21.853 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:36:22.077 INFO:teuthology.orchestra.run.trial138.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 6.2 MB/s | 803 kB 00:00 2026-02-18T05:36:22.228 INFO:teuthology.orchestra.run.trial138.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 62 MB/s | 17 MB 00:00 2026-02-18T05:36:22.450 INFO:teuthology.orchestra.run.trial138.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 83 MB/s | 31 MB 00:00 2026-02-18T05:36:22.526 INFO:teuthology.orchestra.run.trial138.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 69 MB/s | 40 MB 00:00 2026-02-18T05:36:22.526 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:36:22.526 INFO:teuthology.orchestra.run.trial138.stdout:Total 131 MB/s | 88 MB 00:00 2026-02-18T05:36:22.669 INFO:teuthology.orchestra.run.trial010.stdout:CentOS Stream 9 - Extras packages 106 kB/s | 20 kB 00:00 2026-02-18T05:36:22.718 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:36:22.921 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:36:22.921 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:36:23.269 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:36:23.269 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:36:23.291 INFO:teuthology.orchestra.run.trial125.stdout:CentOS Stream 9 - Extras packages 24 kB/s | 20 kB 00:00 2026-02-18T05:36:23.757 INFO:teuthology.orchestra.run.trial125.stdout:Extra Packages for Enterprise Linux 50 MB/s | 20 MB 00:00 2026-02-18T05:36:23.993 INFO:teuthology.orchestra.run.trial010.stdout:Extra Packages for Enterprise Linux 16 MB/s | 20 MB 00:01 2026-02-18T05:36:24.349 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:36:24.629 INFO:teuthology.orchestra.run.trial138.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:36:24.647 INFO:teuthology.orchestra.run.trial138.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:36:26.431 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:36:26.460 INFO:teuthology.orchestra.run.trial138.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:36:26.931 INFO:teuthology.orchestra.run.trial125.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-18T05:36:27.205 INFO:teuthology.orchestra.run.trial010.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-18T05:36:27.948 INFO:teuthology.orchestra.run.trial125.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:36:27.973 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:36:27.974 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:36:27.974 INFO:teuthology.orchestra.run.trial125.stdout: Package Architecture Version Repository Size 2026-02-18T05:36:27.974 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:36:27.974 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout:Installing dependencies: 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout:Install 4 Packages 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 88 M 2026-02-18T05:36:27.975 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 135 M 2026-02-18T05:36:27.976 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:36:28.177 INFO:teuthology.orchestra.run.trial125.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 5.7 MB/s | 803 kB 00:00 2026-02-18T05:36:28.217 INFO:teuthology.orchestra.run.trial010.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-18T05:36:28.239 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:36:28.240 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:36:28.240 INFO:teuthology.orchestra.run.trial010.stdout: Package Architecture Version Repository Size 2026-02-18T05:36:28.240 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:36:28.240 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout:Installing dependencies: 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout: kernel-core x86_64 5.14.0-681.el9 baseos 17 M 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout: kernel-modules x86_64 5.14.0-681.el9 baseos 40 M 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout: kernel-modules-core x86_64 5.14.0-681.el9 baseos 31 M 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout:Install 4 Packages 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:36:28.241 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 88 M 2026-02-18T05:36:28.242 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 135 M 2026-02-18T05:36:28.242 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:36:28.392 INFO:teuthology.orchestra.run.trial125.stdout:(2/4): kernel-core-5.14.0-681.el9.x86_64.rpm 48 MB/s | 17 MB 00:00 2026-02-18T05:36:28.522 INFO:teuthology.orchestra.run.trial125.stdout:(3/4): kernel-modules-core-5.14.0-681.el9.x86_6 89 MB/s | 31 MB 00:00 2026-02-18T05:36:28.774 INFO:teuthology.orchestra.run.trial125.stdout:(4/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 54 MB/s | 40 MB 00:00 2026-02-18T05:36:28.774 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:36:28.774 INFO:teuthology.orchestra.run.trial125.stdout:Total 110 MB/s | 88 MB 00:00 2026-02-18T05:36:28.967 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:36:29.169 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:36:29.169 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:36:29.517 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:36:29.517 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:36:29.544 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:36:29.550 INFO:teuthology.orchestra.run.trial138.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:36:29.984 INFO:teuthology.orchestra.run.trial010.stdout:(1/4): kernel-5.14.0-681.el9.x86_64.rpm 479 kB/s | 803 kB 00:01 2026-02-18T05:36:30.085 INFO:teuthology.orchestra.run.trial010.stdout:(2/4): kernel-modules-5.14.0-681.el9.x86_64.rpm 22 MB/s | 40 MB 00:01 2026-02-18T05:36:30.602 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:36:30.885 INFO:teuthology.orchestra.run.trial125.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:36:30.904 INFO:teuthology.orchestra.run.trial125.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:36:30.967 INFO:teuthology.orchestra.run.trial010.stdout:(3/4): kernel-core-5.14.0-681.el9.x86_64.rpm 6.4 MB/s | 17 MB 00:02 2026-02-18T05:36:32.591 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:36:32.678 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:36:32.706 INFO:teuthology.orchestra.run.trial125.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:36:34.317 INFO:teuthology.orchestra.run.trial010.stdout:(4/4): kernel-modules-core-5.14.0-681.el9.x86_6 7.1 MB/s | 31 MB 00:04 2026-02-18T05:36:34.317 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:36:34.317 INFO:teuthology.orchestra.run.trial010.stdout:Total 15 MB/s | 88 MB 00:06 2026-02-18T05:36:34.508 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:36:34.709 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:36:34.709 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:36:35.058 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:36:35.058 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:36:35.740 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:36:35.746 INFO:teuthology.orchestra.run.trial125.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:36:36.150 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:36:36.434 INFO:teuthology.orchestra.run.trial010.stdout: Installing : kernel-modules-core-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:36:36.453 INFO:teuthology.orchestra.run.trial010.stdout: Installing : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:36:38.239 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:36:38.267 INFO:teuthology.orchestra.run.trial010.stdout: Installing : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:36:38.780 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:36:41.290 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:36:41.297 INFO:teuthology.orchestra.run.trial010.stdout: Installing : kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:36:44.332 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:02.935 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:02.955 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:03.018 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:03.018 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:37:03.018 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:37:03.018 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:37:03.070 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:03.070 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:37:03.070 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:37:03.070 INFO:teuthology.orchestra.run.trial138.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:03.070 INFO:teuthology.orchestra.run.trial138.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:37:03.070 INFO:teuthology.orchestra.run.trial138.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:37:03.070 INFO:teuthology.orchestra.run.trial138.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:37:03.071 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:37:03.071 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:37:03.131 DEBUG:teuthology.orchestra.run.trial138:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:37:03.156 INFO:teuthology.orchestra.run.trial138.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:03.158 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:37:03.158 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-18T05:37:03.158 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:37:03.158 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:37:03.158 INFO:teuthology.task.kernel:Installing distro kernel on host.c... 2026-02-18T05:37:03.159 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial138.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:37:03.159 DEBUG:teuthology.orchestra.run.trial138:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:37:03.223 INFO:teuthology.orchestra.run.trial138.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:03.224 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:37:03.224 DEBUG:teuthology.orchestra.run.trial138:> sudo rpm -qi grub2-tools 2026-02-18T05:37:03.292 INFO:teuthology.orchestra.run.trial138.stdout:Name : grub2-tools 2026-02-18T05:37:03.292 INFO:teuthology.orchestra.run.trial138.stdout:Epoch : 1 2026-02-18T05:37:03.292 INFO:teuthology.orchestra.run.trial138.stdout:Version : 2.06 2026-02-18T05:37:03.292 INFO:teuthology.orchestra.run.trial138.stdout:Release : 118.el9 2026-02-18T05:37:03.292 INFO:teuthology.orchestra.run.trial138.stdout:Architecture: x86_64 2026-02-18T05:37:03.292 INFO:teuthology.orchestra.run.trial138.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:37:03.292 INFO:teuthology.orchestra.run.trial138.stdout:Group : Unspecified 2026-02-18T05:37:03.292 INFO:teuthology.orchestra.run.trial138.stdout:Size : 8393909 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:License : GPLv3+ 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:Packager : builder@centos.org 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:Vendor : CentOS 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:Summary : Support tools for GRUB. 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:Description : 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:37:03.293 INFO:teuthology.orchestra.run.trial138.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:37:03.294 INFO:teuthology.orchestra.run.trial138.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:37:03.294 INFO:teuthology.orchestra.run.trial138.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:37:03.294 INFO:teuthology.orchestra.run.trial138.stdout:hardware devices. 2026-02-18T05:37:03.294 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:37:03.294 INFO:teuthology.orchestra.run.trial138.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:37:03.295 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:37:03.295 INFO:teuthology.task.kernel:Updating grub on trial138 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:37:03.295 DEBUG:teuthology.orchestra.run.trial138:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:37:03.357 INFO:teuthology.orchestra.run.trial138.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:37:03.359 DEBUG:teuthology.orchestra.run.trial138:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:37:03.422 INFO:teuthology.orchestra.run.trial138.stdout:/sbin/grubby 2026-02-18T05:37:03.424 INFO:teuthology.orchestra.run.trial138.stdout:yes 2026-02-18T05:37:03.424 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:37:03.488 INFO:teuthology.orchestra.run.trial138.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:37:03.489 DEBUG:teuthology.orchestra.run.trial138:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:37:03.563 DEBUG:teuthology.orchestra.run.trial138:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:37:03.773 INFO:teuthology.orchestra.run.trial138.stderr:Generating grub configuration file ... 2026-02-18T05:37:03.835 INFO:teuthology.orchestra.run.trial138.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:37:03.842 INFO:teuthology.orchestra.run.trial138.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:37:04.093 INFO:teuthology.orchestra.run.trial138.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:37:04.100 INFO:teuthology.orchestra.run.trial138.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:37:04.132 INFO:teuthology.orchestra.run.trial138.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:37:04.138 INFO:teuthology.orchestra.run.trial138.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:37:04.161 INFO:teuthology.orchestra.run.trial138.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:37:04.168 INFO:teuthology.orchestra.run.trial138.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:37:04.250 INFO:teuthology.orchestra.run.trial138.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:37:04.258 INFO:teuthology.orchestra.run.trial138.stderr:done 2026-02-18T05:37:04.260 DEBUG:teuthology.orchestra.run.trial138:> test -d /sys/firmware/efi 2026-02-18T05:37:04.276 DEBUG:teuthology.orchestra.run.trial138:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:37:04.343 INFO:teuthology.orchestra.run.trial138.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:37:04.343 INFO:teuthology.orchestra.run.trial138.stdout:/boot/efi/EFI/centos 2026-02-18T05:37:04.345 DEBUG:teuthology.orchestra.run.trial138:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:37:04.410 INFO:teuthology.orchestra.run.trial138.stdout:no 2026-02-18T05:37:04.410 DEBUG:teuthology.orchestra.run.trial138:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:37:04.474 INFO:teuthology.orchestra.run.trial138.stdout:yes 2026-02-18T05:37:04.474 DEBUG:teuthology.orchestra.run.trial138:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:37:04.538 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial138 2026-02-18T05:37:04.538 DEBUG:teuthology.orchestra.run.trial138:> sudo bash -c ' 2026-02-18T05:37:04.538 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:37:04.538 DEBUG:teuthology.orchestra.run.trial138:> ' 2026-02-18T05:37:09.171 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:09.193 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:09.259 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:09.259 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:37:09.259 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:37:09.259 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:37:09.311 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:09.311 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:37:09.311 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:37:09.312 INFO:teuthology.orchestra.run.trial125.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:09.312 INFO:teuthology.orchestra.run.trial125.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:37:09.312 INFO:teuthology.orchestra.run.trial125.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:37:09.312 INFO:teuthology.orchestra.run.trial125.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:37:09.312 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:37:09.312 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:37:09.368 DEBUG:teuthology.orchestra.run.trial125:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:37:09.393 INFO:teuthology.orchestra.run.trial125.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:09.394 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:37:09.394 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-18T05:37:09.394 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:37:09.394 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:37:09.394 INFO:teuthology.task.kernel:Installing distro kernel on host.b... 2026-02-18T05:37:09.395 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial125.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:37:09.395 DEBUG:teuthology.orchestra.run.trial125:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:37:09.456 INFO:teuthology.orchestra.run.trial125.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:09.457 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:37:09.458 DEBUG:teuthology.orchestra.run.trial125:> sudo rpm -qi grub2-tools 2026-02-18T05:37:09.526 INFO:teuthology.orchestra.run.trial125.stdout:Name : grub2-tools 2026-02-18T05:37:09.526 INFO:teuthology.orchestra.run.trial125.stdout:Epoch : 1 2026-02-18T05:37:09.526 INFO:teuthology.orchestra.run.trial125.stdout:Version : 2.06 2026-02-18T05:37:09.526 INFO:teuthology.orchestra.run.trial125.stdout:Release : 118.el9 2026-02-18T05:37:09.526 INFO:teuthology.orchestra.run.trial125.stdout:Architecture: x86_64 2026-02-18T05:37:09.526 INFO:teuthology.orchestra.run.trial125.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:37:09.526 INFO:teuthology.orchestra.run.trial125.stdout:Group : Unspecified 2026-02-18T05:37:09.526 INFO:teuthology.orchestra.run.trial125.stdout:Size : 8393909 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:License : GPLv3+ 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:Packager : builder@centos.org 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:Vendor : CentOS 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:Summary : Support tools for GRUB. 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:Description : 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:37:09.527 INFO:teuthology.orchestra.run.trial125.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:37:09.528 INFO:teuthology.orchestra.run.trial125.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:37:09.528 INFO:teuthology.orchestra.run.trial125.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:37:09.528 INFO:teuthology.orchestra.run.trial125.stdout:hardware devices. 2026-02-18T05:37:09.528 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:37:09.528 INFO:teuthology.orchestra.run.trial125.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:37:09.529 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:37:09.529 INFO:teuthology.task.kernel:Updating grub on trial125 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:37:09.529 DEBUG:teuthology.orchestra.run.trial125:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:37:09.592 INFO:teuthology.orchestra.run.trial125.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:37:09.594 DEBUG:teuthology.orchestra.run.trial125:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:37:09.656 INFO:teuthology.orchestra.run.trial125.stdout:/sbin/grubby 2026-02-18T05:37:09.658 INFO:teuthology.orchestra.run.trial125.stdout:yes 2026-02-18T05:37:09.658 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:37:09.722 INFO:teuthology.orchestra.run.trial125.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:37:09.723 DEBUG:teuthology.orchestra.run.trial125:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:37:09.797 DEBUG:teuthology.orchestra.run.trial125:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:37:10.004 INFO:teuthology.orchestra.run.trial125.stderr:Generating grub configuration file ... 2026-02-18T05:37:10.067 INFO:teuthology.orchestra.run.trial125.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:37:10.074 INFO:teuthology.orchestra.run.trial125.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:37:10.322 INFO:teuthology.orchestra.run.trial125.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:37:10.329 INFO:teuthology.orchestra.run.trial125.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:37:10.359 INFO:teuthology.orchestra.run.trial125.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:37:10.366 INFO:teuthology.orchestra.run.trial125.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:37:10.389 INFO:teuthology.orchestra.run.trial125.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:37:10.396 INFO:teuthology.orchestra.run.trial125.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:37:10.477 INFO:teuthology.orchestra.run.trial125.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:37:10.486 INFO:teuthology.orchestra.run.trial125.stderr:done 2026-02-18T05:37:10.487 DEBUG:teuthology.orchestra.run.trial125:> test -d /sys/firmware/efi 2026-02-18T05:37:10.503 DEBUG:teuthology.orchestra.run.trial125:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:37:10.568 INFO:teuthology.orchestra.run.trial125.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:37:10.568 INFO:teuthology.orchestra.run.trial125.stdout:/boot/efi/EFI/centos 2026-02-18T05:37:10.570 DEBUG:teuthology.orchestra.run.trial125:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:37:10.636 INFO:teuthology.orchestra.run.trial125.stdout:no 2026-02-18T05:37:10.636 DEBUG:teuthology.orchestra.run.trial125:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:37:10.698 INFO:teuthology.orchestra.run.trial125.stdout:yes 2026-02-18T05:37:10.699 DEBUG:teuthology.orchestra.run.trial125:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:37:10.764 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial125 2026-02-18T05:37:10.764 DEBUG:teuthology.orchestra.run.trial125:> sudo bash -c ' 2026-02-18T05:37:10.764 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:37:10.764 DEBUG:teuthology.orchestra.run.trial125:> ' 2026-02-18T05:37:14.579 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: kernel-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:14.601 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: kernel-modules-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:14.771 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:14.771 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/4 2026-02-18T05:37:14.771 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : kernel-core-5.14.0-681.el9.x86_64 2/4 2026-02-18T05:37:14.772 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : kernel-modules-5.14.0-681.el9.x86_64 3/4 2026-02-18T05:37:14.823 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : kernel-modules-core-5.14.0-681.el9.x86_64 4/4 2026-02-18T05:37:14.823 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:37:14.824 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:37:14.824 INFO:teuthology.orchestra.run.trial010.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:14.824 INFO:teuthology.orchestra.run.trial010.stdout: kernel-core-5.14.0-681.el9.x86_64 2026-02-18T05:37:14.824 INFO:teuthology.orchestra.run.trial010.stdout: kernel-modules-5.14.0-681.el9.x86_64 2026-02-18T05:37:14.824 INFO:teuthology.orchestra.run.trial010.stdout: kernel-modules-core-5.14.0-681.el9.x86_64 2026-02-18T05:37:14.824 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:37:14.824 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:37:14.880 DEBUG:teuthology.orchestra.run.trial010:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:37:14.906 INFO:teuthology.orchestra.run.trial010.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:14.907 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:37:14.907 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-18T05:37:14.907 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2026-02-18T05:37:14.908 DEBUG:teuthology.task.kernel:src is distro, skipping download 2026-02-18T05:37:14.908 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2026-02-18T05:37:14.908 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@trial010.front.sepia.ceph.com, path=None, version=distro) 2026-02-18T05:37:14.908 DEBUG:teuthology.orchestra.run.trial010:> rpm -q kernel | sort -rV | head -n 1 2026-02-18T05:37:14.970 INFO:teuthology.orchestra.run.trial010.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-18T05:37:14.971 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-18T05:37:14.971 DEBUG:teuthology.orchestra.run.trial010:> sudo rpm -qi grub2-tools 2026-02-18T05:37:15.039 INFO:teuthology.orchestra.run.trial010.stdout:Name : grub2-tools 2026-02-18T05:37:15.039 INFO:teuthology.orchestra.run.trial010.stdout:Epoch : 1 2026-02-18T05:37:15.039 INFO:teuthology.orchestra.run.trial010.stdout:Version : 2.06 2026-02-18T05:37:15.039 INFO:teuthology.orchestra.run.trial010.stdout:Release : 118.el9 2026-02-18T05:37:15.039 INFO:teuthology.orchestra.run.trial010.stdout:Architecture: x86_64 2026-02-18T05:37:15.039 INFO:teuthology.orchestra.run.trial010.stdout:Install Date: Thu 04 Dec 2025 11:54:21 PM UTC 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Group : Unspecified 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Size : 8393909 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:License : GPLv3+ 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Signature : RSA/SHA256, Wed 05 Nov 2025 09:13:15 AM UTC, Key ID 05b555b38483c65d 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Source RPM : grub2-2.06-118.el9.src.rpm 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Build Date : Tue 04 Nov 2025 03:44:14 PM UTC 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Build Host : x86-05.stream.rdu2.redhat.com 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Packager : builder@centos.org 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Vendor : CentOS 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:URL : http://www.gnu.org/software/grub/ 2026-02-18T05:37:15.040 INFO:teuthology.orchestra.run.trial010.stdout:Summary : Support tools for GRUB. 2026-02-18T05:37:15.041 INFO:teuthology.orchestra.run.trial010.stdout:Description : 2026-02-18T05:37:15.041 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:37:15.041 INFO:teuthology.orchestra.run.trial010.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2026-02-18T05:37:15.041 INFO:teuthology.orchestra.run.trial010.stdout:customizable bootloader with modular architecture. It supports a rich 2026-02-18T05:37:15.041 INFO:teuthology.orchestra.run.trial010.stdout:variety of kernel formats, file systems, computer architectures and 2026-02-18T05:37:15.041 INFO:teuthology.orchestra.run.trial010.stdout:hardware devices. 2026-02-18T05:37:15.041 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:37:15.041 INFO:teuthology.orchestra.run.trial010.stdout:This subpackage provides tools for support of all platforms. 2026-02-18T05:37:15.042 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2026-02-18T05:37:15.043 INFO:teuthology.task.kernel:Updating grub on trial010 to boot 5.14.0-681.el9.x86_64 2026-02-18T05:37:15.043 DEBUG:teuthology.orchestra.run.trial010:> sudo find /boot/loader/entries -maxdepth 1 -name "*.conf" -type f -print -quit 2026-02-18T05:37:15.107 INFO:teuthology.orchestra.run.trial010.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:37:15.108 DEBUG:teuthology.orchestra.run.trial010:> sudo command -v grubby && echo yes || echo no 2026-02-18T05:37:15.172 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/grubby 2026-02-18T05:37:15.174 INFO:teuthology.orchestra.run.trial010.stdout:yes 2026-02-18T05:37:15.174 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:37:15.238 INFO:teuthology.orchestra.run.trial010.stdout:/boot/loader/entries/b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64.conf 2026-02-18T05:37:15.239 DEBUG:teuthology.orchestra.run.trial010:> sudo grub2-set-default b0373be789df49cdafedf423703d2566-5.14.0-681.el9.x86_64 2026-02-18T05:37:15.314 DEBUG:teuthology.orchestra.run.trial010:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2026-02-18T05:37:15.524 INFO:teuthology.orchestra.run.trial010.stderr:Generating grub configuration file ... 2026-02-18T05:37:15.588 INFO:teuthology.orchestra.run.trial010.stderr:Found linux image: /boot/vmlinuz-5.14.0-681.el9.x86_64 2026-02-18T05:37:15.594 INFO:teuthology.orchestra.run.trial010.stderr:Found initrd image: /boot/initramfs-5.14.0-681.el9.x86_64.img 2026-02-18T05:37:15.842 INFO:teuthology.orchestra.run.trial010.stderr:Found linux image: /boot/vmlinuz-5.14.0-645.el9.x86_64 2026-02-18T05:37:15.848 INFO:teuthology.orchestra.run.trial010.stderr:Found initrd image: /boot/initramfs-5.14.0-645.el9.x86_64.img 2026-02-18T05:37:15.879 INFO:teuthology.orchestra.run.trial010.stderr:Found linux image: /boot/vmlinuz-0-rescue-b0373be789df49cdafedf423703d2566 2026-02-18T05:37:15.886 INFO:teuthology.orchestra.run.trial010.stderr:Found initrd image: /boot/initramfs-0-rescue-b0373be789df49cdafedf423703d2566.img 2026-02-18T05:37:15.908 INFO:teuthology.orchestra.run.trial010.stderr:Found linux image: /boot/vmlinuz-0-rescue-2734456005d743dca7f3dc77c35a2d0d 2026-02-18T05:37:15.915 INFO:teuthology.orchestra.run.trial010.stderr:Found initrd image: /boot/initramfs-0-rescue-2734456005d743dca7f3dc77c35a2d0d.img 2026-02-18T05:37:15.996 INFO:teuthology.orchestra.run.trial010.stderr:Adding boot menu entry for UEFI Firmware Settings ... 2026-02-18T05:37:16.004 INFO:teuthology.orchestra.run.trial010.stderr:done 2026-02-18T05:37:16.006 DEBUG:teuthology.orchestra.run.trial010:> test -d /sys/firmware/efi 2026-02-18T05:37:16.022 DEBUG:teuthology.orchestra.run.trial010:> sudo find /boot/efi/EFI -mindepth 1 -maxdepth 1 -type d || true 2026-02-18T05:37:16.087 INFO:teuthology.orchestra.run.trial010.stdout:/boot/efi/EFI/BOOT 2026-02-18T05:37:16.087 INFO:teuthology.orchestra.run.trial010.stdout:/boot/efi/EFI/centos 2026-02-18T05:37:16.089 DEBUG:teuthology.orchestra.run.trial010:> sudo test -f /boot/efi/EFI/BOOT/grub.cfg && echo yes || echo no 2026-02-18T05:37:16.154 INFO:teuthology.orchestra.run.trial010.stdout:no 2026-02-18T05:37:16.154 DEBUG:teuthology.orchestra.run.trial010:> sudo test -f /boot/efi/EFI/centos/grub.cfg && echo yes || echo no 2026-02-18T05:37:16.218 INFO:teuthology.orchestra.run.trial010.stdout:yes 2026-02-18T05:37:16.219 DEBUG:teuthology.orchestra.run.trial010:> sudo cp -f /boot/grub2/grub.cfg /boot/efi/EFI/centos/grub.cfg 2026-02-18T05:37:16.282 INFO:teuthology.orchestra.remote:Triggering safe hard reboot via SysRq on trial010 2026-02-18T05:37:16.283 DEBUG:teuthology.orchestra.run.trial010:> sudo bash -c ' 2026-02-18T05:37:16.283 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:37:16.283 DEBUG:teuthology.orchestra.run.trial010:> ' 2026-02-18T05:37:34.581 INFO:teuthology.task.kernel:Checking client host.c for new kernel version... 2026-02-18T05:37:34.581 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial138.front.sepia.ceph.com' 2026-02-18T05:37:34.582 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:37:40.806 INFO:teuthology.task.kernel:Checking client host.b for new kernel version... 2026-02-18T05:37:40.807 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial125.front.sepia.ceph.com' 2026-02-18T05:37:40.808 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:37:46.326 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2026-02-18T05:37:46.327 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial010.front.sepia.ceph.com' 2026-02-18T05:37:46.327 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial010.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:37:48.864 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.138 2026-02-18T05:37:55.072 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.125 2026-02-18T05:37:57.868 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial138.front.sepia.ceph.com' 2026-02-18T05:37:57.868 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:38:00.640 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 10.20.193.10 2026-02-18T05:38:04.075 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial125.front.sepia.ceph.com' 2026-02-18T05:38:04.076 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:38:09.646 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial010.front.sepia.ceph.com' 2026-02-18T05:38:09.647 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial010.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:38:34.118 DEBUG:teuthology.orchestra.run.trial138:> true 2026-02-18T05:38:34.273 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial138.front.sepia.ceph.com' 2026-02-18T05:38:34.273 INFO:teuthology.task.kernel:Checking kernel version of host.c, want "5.14.0-681.el9.x86_64"... 2026-02-18T05:38:34.273 DEBUG:teuthology.orchestra.run.trial138:> uname -r 2026-02-18T05:38:34.328 INFO:teuthology.orchestra.run.trial138.stdout:5.14.0-681.el9.x86_64 2026-02-18T05:38:34.328 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-18T05:38:34.329 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T05:38:34.329 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T05:38:35.329 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-18T05:38:35.330 DEBUG:teuthology.orchestra.run.trial138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T05:38:35.359 INFO:teuthology.orchestra.run.trial138.stdout:ttyS1 2026-02-18T05:38:35.380 DEBUG:teuthology.parallel:result is None 2026-02-18T05:38:40.265 DEBUG:teuthology.orchestra.run.trial125:> true 2026-02-18T05:38:40.420 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial125.front.sepia.ceph.com' 2026-02-18T05:38:40.421 INFO:teuthology.task.kernel:Checking kernel version of host.b, want "5.14.0-681.el9.x86_64"... 2026-02-18T05:38:40.421 DEBUG:teuthology.orchestra.run.trial125:> uname -r 2026-02-18T05:38:40.476 INFO:teuthology.orchestra.run.trial125.stdout:5.14.0-681.el9.x86_64 2026-02-18T05:38:40.476 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-18T05:38:40.477 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T05:38:40.477 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T05:38:41.478 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-18T05:38:41.478 DEBUG:teuthology.orchestra.run.trial125:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T05:38:41.510 INFO:teuthology.orchestra.run.trial125.stdout:ttyS1 2026-02-18T05:38:41.537 DEBUG:teuthology.parallel:result is None 2026-02-18T05:38:45.899 DEBUG:teuthology.orchestra.run.trial010:> true 2026-02-18T05:38:46.051 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial010.front.sepia.ceph.com' 2026-02-18T05:38:46.051 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.14.0-681.el9.x86_64"... 2026-02-18T05:38:46.051 DEBUG:teuthology.orchestra.run.trial010:> uname -r 2026-02-18T05:38:46.106 INFO:teuthology.orchestra.run.trial010.stdout:5.14.0-681.el9.x86_64 2026-02-18T05:38:46.107 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-18T05:38:46.107 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2026-02-18T05:38:46.107 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2026-02-18T05:38:47.107 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-18T05:38:47.108 DEBUG:teuthology.orchestra.run.trial010:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-18T05:38:47.138 INFO:teuthology.orchestra.run.trial010.stdout:ttyS1 2026-02-18T05:38:47.167 DEBUG:teuthology.parallel:result is None 2026-02-18T05:38:47.167 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-18T05:38:47.180 INFO:teuthology.task.internal:Creating test directory... 2026-02-18T05:38:47.180 DEBUG:teuthology.orchestra.run.trial010:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T05:38:47.209 DEBUG:teuthology.orchestra.run.trial125:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T05:38:47.212 DEBUG:teuthology.orchestra.run.trial138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-18T05:38:47.229 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-18T05:38:47.241 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-18T05:38:47.255 INFO:teuthology.task.internal:Creating archive directory... 2026-02-18T05:38:47.255 DEBUG:teuthology.orchestra.run.trial010:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T05:38:47.265 DEBUG:teuthology.orchestra.run.trial125:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T05:38:47.270 DEBUG:teuthology.orchestra.run.trial138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-18T05:38:47.294 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-18T05:38:47.306 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-18T05:38:47.306 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:38:47.322 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:38:47.329 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:38:47.345 INFO:teuthology.orchestra.run.trial010.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:38:47.351 INFO:teuthology.orchestra.run.trial125.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:38:47.354 INFO:teuthology.orchestra.run.trial138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:38:47.354 INFO:teuthology.orchestra.run.trial010.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:38:47.360 INFO:teuthology.orchestra.run.trial125.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:38:47.362 INFO:teuthology.orchestra.run.trial138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-18T05:38:47.363 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-18T05:38:47.376 INFO:teuthology.task.internal:Configuring sudo... 2026-02-18T05:38:47.376 DEBUG:teuthology.orchestra.run.trial010:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T05:38:47.398 DEBUG:teuthology.orchestra.run.trial125:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T05:38:47.404 DEBUG:teuthology.orchestra.run.trial138:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-18T05:38:47.429 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-18T05:38:47.446 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-18T05:38:47.447 DEBUG:teuthology.orchestra.run.trial010:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T05:38:47.462 DEBUG:teuthology.orchestra.run.trial125:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T05:38:47.468 DEBUG:teuthology.orchestra.run.trial138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-18T05:38:47.485 DEBUG:teuthology.orchestra.run.trial010:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:38:47.640 DEBUG:teuthology.orchestra.run.trial010:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:38:47.665 DEBUG:teuthology.orchestra.run.trial010:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:38:47.809 DEBUG:teuthology.orchestra.run.trial010:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:38:47.833 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:38:47.833 DEBUG:teuthology.orchestra.run.trial010:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T05:38:47.897 DEBUG:teuthology.orchestra.run.trial125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:38:48.013 DEBUG:teuthology.orchestra.run.trial125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:38:48.038 DEBUG:teuthology.orchestra.run.trial125:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:38:48.178 DEBUG:teuthology.orchestra.run.trial125:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:38:48.202 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:38:48.202 DEBUG:teuthology.orchestra.run.trial125:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T05:38:48.265 DEBUG:teuthology.orchestra.run.trial138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:38:48.382 DEBUG:teuthology.orchestra.run.trial138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:38:48.407 DEBUG:teuthology.orchestra.run.trial138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:38:48.554 DEBUG:teuthology.orchestra.run.trial138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:38:48.578 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:38:48.578 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-18T05:38:48.642 DEBUG:teuthology.orchestra.run.trial010:> sudo service rsyslog restart 2026-02-18T05:38:48.644 DEBUG:teuthology.orchestra.run.trial125:> sudo service rsyslog restart 2026-02-18T05:38:48.647 DEBUG:teuthology.orchestra.run.trial138:> sudo service rsyslog restart 2026-02-18T05:38:48.672 INFO:teuthology.orchestra.run.trial010.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:38:48.674 INFO:teuthology.orchestra.run.trial125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:38:48.710 INFO:teuthology.orchestra.run.trial138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:38:49.202 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-18T05:38:49.217 INFO:teuthology.task.internal:Starting timer... 2026-02-18T05:38:49.217 INFO:teuthology.run_tasks:Running task pcp... 2026-02-18T05:38:49.237 INFO:teuthology.run_tasks:Running task selinux... 2026-02-18T05:38:49.255 DEBUG:teuthology.task:Applying overrides for task selinux: {'allowlist': ['scontext=system_u:system_r:logrotate_t:s0', 'scontext=system_u:system_r:getty_t:s0']} 2026-02-18T05:38:49.255 DEBUG:teuthology.orchestra.run.trial010:> sudo service auditd rotate 2026-02-18T05:38:49.284 INFO:teuthology.orchestra.run.trial010.stdout:Rotating logs: 2026-02-18T05:38:49.286 DEBUG:teuthology.orchestra.run.trial125:> sudo service auditd rotate 2026-02-18T05:38:49.316 INFO:teuthology.orchestra.run.trial125.stdout:Rotating logs: 2026-02-18T05:38:49.318 DEBUG:teuthology.orchestra.run.trial138:> sudo service auditd rotate 2026-02-18T05:38:49.347 INFO:teuthology.orchestra.run.trial138.stdout:Rotating logs: 2026-02-18T05:38:49.349 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-18T05:38:49.349 DEBUG:teuthology.orchestra.run.trial010:> /usr/sbin/getenforce 2026-02-18T05:38:49.366 INFO:teuthology.orchestra.run.trial010.stdout:Permissive 2026-02-18T05:38:49.367 DEBUG:teuthology.orchestra.run.trial125:> /usr/sbin/getenforce 2026-02-18T05:38:49.384 INFO:teuthology.orchestra.run.trial125.stdout:Permissive 2026-02-18T05:38:49.384 DEBUG:teuthology.orchestra.run.trial138:> /usr/sbin/getenforce 2026-02-18T05:38:49.405 INFO:teuthology.orchestra.run.trial138.stdout:Permissive 2026-02-18T05:38:49.406 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial010.front.sepia.ceph.com': 'permissive', 'ubuntu@trial125.front.sepia.ceph.com': 'permissive', 'ubuntu@trial138.front.sepia.ceph.com': 'permissive'} 2026-02-18T05:38:49.406 DEBUG:teuthology.orchestra.run.trial010:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-18T05:38:49.433 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:38:49.433 DEBUG:teuthology.orchestra.run.trial125:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-18T05:38:49.458 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:38:49.459 DEBUG:teuthology.orchestra.run.trial138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-18T05:38:49.485 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:38:49.485 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-18T05:38:49.486 DEBUG:teuthology.orchestra.run.trial010:> sudo /usr/sbin/setenforce permissive 2026-02-18T05:38:49.510 DEBUG:teuthology.orchestra.run.trial125:> sudo /usr/sbin/setenforce permissive 2026-02-18T05:38:49.533 DEBUG:teuthology.orchestra.run.trial138:> sudo /usr/sbin/setenforce permissive 2026-02-18T05:38:49.557 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-18T05:38:49.572 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-18T05:38:49.585 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-18T05:38:49.586 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial010.front.sepia.ceph.com,trial125.front.sepia.ceph.com,trial138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-18T05:40:12.893 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial010.front.sepia.ceph.com'), Remote(name='ubuntu@trial125.front.sepia.ceph.com'), Remote(name='ubuntu@trial138.front.sepia.ceph.com')] 2026-02-18T05:40:12.895 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial010.front.sepia.ceph.com' 2026-02-18T05:40:12.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial010.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:40:13.008 DEBUG:teuthology.orchestra.run.trial010:> true 2026-02-18T05:40:13.087 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial010.front.sepia.ceph.com' 2026-02-18T05:40:13.088 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial125.front.sepia.ceph.com' 2026-02-18T05:40:13.089 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial125.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:40:13.181 DEBUG:teuthology.orchestra.run.trial125:> true 2026-02-18T05:40:13.260 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial125.front.sepia.ceph.com' 2026-02-18T05:40:13.260 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial138.front.sepia.ceph.com' 2026-02-18T05:40:13.261 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-18T05:40:13.352 DEBUG:teuthology.orchestra.run.trial138:> true 2026-02-18T05:40:13.429 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial138.front.sepia.ceph.com' 2026-02-18T05:40:13.429 INFO:teuthology.run_tasks:Running task clock... 2026-02-18T05:40:13.444 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-18T05:40:13.444 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T05:40:13.445 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:40:13.447 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T05:40:13.448 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:40:13.450 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-18T05:40:13.450 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:40:13.474 INFO:teuthology.orchestra.run.trial010.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T05:40:13.477 INFO:teuthology.orchestra.run.trial125.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T05:40:13.486 INFO:teuthology.orchestra.run.trial010.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T05:40:13.489 INFO:teuthology.orchestra.run.trial125.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T05:40:13.498 INFO:teuthology.orchestra.run.trial138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-18T05:40:13.505 INFO:teuthology.orchestra.run.trial010.stderr:sudo: ntpd: command not found 2026-02-18T05:40:13.510 INFO:teuthology.orchestra.run.trial125.stderr:sudo: ntpd: command not found 2026-02-18T05:40:13.511 INFO:teuthology.orchestra.run.trial138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-18T05:40:13.515 INFO:teuthology.orchestra.run.trial010.stdout:506 Cannot talk to daemon 2026-02-18T05:40:13.520 INFO:teuthology.orchestra.run.trial125.stdout:506 Cannot talk to daemon 2026-02-18T05:40:13.527 INFO:teuthology.orchestra.run.trial010.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T05:40:13.531 INFO:teuthology.orchestra.run.trial138.stderr:sudo: ntpd: command not found 2026-02-18T05:40:13.533 INFO:teuthology.orchestra.run.trial125.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T05:40:13.539 INFO:teuthology.orchestra.run.trial010.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T05:40:13.541 INFO:teuthology.orchestra.run.trial138.stdout:506 Cannot talk to daemon 2026-02-18T05:40:13.545 INFO:teuthology.orchestra.run.trial125.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T05:40:13.553 INFO:teuthology.orchestra.run.trial138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-18T05:40:13.565 INFO:teuthology.orchestra.run.trial138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-18T05:40:13.585 INFO:teuthology.orchestra.run.trial010.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:40:13.587 INFO:teuthology.orchestra.run.trial010.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:40:13.587 INFO:teuthology.orchestra.run.trial010.stdout:=============================================================================== 2026-02-18T05:40:13.594 INFO:teuthology.orchestra.run.trial125.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:40:13.613 INFO:teuthology.orchestra.run.trial138.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:40:13.618 INFO:teuthology.orchestra.run.trial125.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:40:13.619 INFO:teuthology.orchestra.run.trial125.stdout:=============================================================================== 2026-02-18T05:40:13.619 INFO:teuthology.orchestra.run.trial125.stdout:^? pool-138-89-14-60.mad.ea> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:40:13.619 INFO:teuthology.orchestra.run.trial125.stdout:^? 172-238-164-57.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:40:13.619 INFO:teuthology.orchestra.run.trial125.stdout:^? 23.186.168.130 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:40:13.619 INFO:teuthology.orchestra.run.trial125.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:40:13.621 INFO:teuthology.orchestra.run.trial138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:40:13.621 INFO:teuthology.orchestra.run.trial138.stdout:=============================================================================== 2026-02-18T05:40:13.621 INFO:teuthology.orchestra.run.trial138.stdout:^? ntp2.wiktel.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:40:13.621 INFO:teuthology.orchestra.run.trial138.stdout:^? 172-238-164-57.ip.linode> 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:40:13.621 INFO:teuthology.orchestra.run.trial138.stdout:^? 23.186.168.130 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:40:13.621 INFO:teuthology.orchestra.run.trial138.stdout:^? ntp.maxhost.io 0 6 0 - +0ns[ +0ns] +/- 0ns 2026-02-18T05:40:13.622 INFO:teuthology.run_tasks:Running task pexec... 2026-02-18T05:40:13.639 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-18T05:40:13.640 DEBUG:teuthology.orchestra.run.trial010:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T05:40:13.641 DEBUG:teuthology.orchestra.run.trial125:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T05:40:13.641 DEBUG:teuthology.orchestra.run.trial138:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-18T05:40:13.644 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial010.front.sepia.ceph.com 2026-02-18T05:40:13.644 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T05:40:13.644 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T05:40:13.664 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial125.front.sepia.ceph.com 2026-02-18T05:40:13.664 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T05:40:13.664 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T05:40:13.665 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial138.front.sepia.ceph.com 2026-02-18T05:40:13.665 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-18T05:40:13.665 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-18T05:40:13.816 INFO:teuthology.orchestra.run.trial010.stdout:No match for argument: nvme-cli 2026-02-18T05:40:13.816 INFO:teuthology.orchestra.run.trial010.stderr:No packages marked for removal. 2026-02-18T05:40:13.819 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:40:13.819 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:40:13.819 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:40:13.837 INFO:teuthology.orchestra.run.trial138.stdout:No match for argument: nvme-cli 2026-02-18T05:40:13.837 INFO:teuthology.orchestra.run.trial138.stderr:No packages marked for removal. 2026-02-18T05:40:13.838 INFO:teuthology.orchestra.run.trial125.stdout:No match for argument: nvme-cli 2026-02-18T05:40:13.838 INFO:teuthology.orchestra.run.trial125.stderr:No packages marked for removal. 2026-02-18T05:40:13.840 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:40:13.840 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:40:13.840 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:40:13.841 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:40:13.841 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:40:13.841 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:40:14.128 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:39:32 AM UTC. 2026-02-18T05:40:14.144 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:39:32 AM UTC. 2026-02-18T05:40:14.149 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:39:32 AM UTC. 2026-02-18T05:40:14.209 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:40:14.209 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout: Package Architecture Version Repository Size 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout:Upgrading: 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout:Installing dependencies: 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T05:40:14.210 INFO:teuthology.orchestra.run.trial010.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T05:40:14.211 INFO:teuthology.orchestra.run.trial010.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T05:40:14.211 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:14.211 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:40:14.211 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:14.211 INFO:teuthology.orchestra.run.trial010.stdout:Install 6 Packages 2026-02-18T05:40:14.211 INFO:teuthology.orchestra.run.trial010.stdout:Upgrade 1 Package 2026-02-18T05:40:14.211 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:14.212 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 2.4 M 2026-02-18T05:40:14.212 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:40:14.224 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:40:14.225 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:14.225 INFO:teuthology.orchestra.run.trial125.stdout: Package Architecture Version Repository Size 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout:Upgrading: 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout:Installing dependencies: 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T05:40:14.226 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:14.227 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:40:14.227 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:14.227 INFO:teuthology.orchestra.run.trial125.stdout:Install 6 Packages 2026-02-18T05:40:14.227 INFO:teuthology.orchestra.run.trial125.stdout:Upgrade 1 Package 2026-02-18T05:40:14.227 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:14.227 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 2.4 M 2026-02-18T05:40:14.228 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:40:14.231 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:40:14.232 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout:Upgrading: 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout: libnvme x86_64 1.16.1-2.el9 baseos 116 k 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-18T05:40:14.233 INFO:teuthology.orchestra.run.trial138.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-18T05:40:14.234 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:14.234 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:40:14.234 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:14.234 INFO:teuthology.orchestra.run.trial138.stdout:Install 6 Packages 2026-02-18T05:40:14.234 INFO:teuthology.orchestra.run.trial138.stdout:Upgrade 1 Package 2026-02-18T05:40:14.234 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:14.234 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 2.4 M 2026-02-18T05:40:14.235 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:40:14.352 INFO:teuthology.orchestra.run.trial125.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 1.1 MB/s | 44 kB 00:00 2026-02-18T05:40:14.355 INFO:teuthology.orchestra.run.trial125.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 1.7 MB/s | 72 kB 00:00 2026-02-18T05:40:14.374 INFO:teuthology.orchestra.run.trial125.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 3.7 MB/s | 84 kB 00:00 2026-02-18T05:40:14.375 INFO:teuthology.orchestra.run.trial125.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 7.3 MB/s | 150 kB 00:00 2026-02-18T05:40:14.378 INFO:teuthology.orchestra.run.trial125.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 18 MB/s | 1.2 MB 00:00 2026-02-18T05:40:14.387 INFO:teuthology.orchestra.run.trial125.stdout:(6/7): libnvme-1.16.1-2.el9.x86_64.rpm 9.5 MB/s | 116 kB 00:00 2026-02-18T05:40:14.409 INFO:teuthology.orchestra.run.trial125.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 24 MB/s | 837 kB 00:00 2026-02-18T05:40:14.409 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:14.409 INFO:teuthology.orchestra.run.trial125.stdout:Total 13 MB/s | 2.4 MB 00:00 2026-02-18T05:40:14.424 INFO:teuthology.orchestra.run.trial138.stdout:(1/7): nvmetcli-0.8-3.el9.noarch.rpm 344 kB/s | 44 kB 00:00 2026-02-18T05:40:14.438 INFO:teuthology.orchestra.run.trial138.stdout:(2/7): python3-configshell-1.1.30-1.el9.noarch. 507 kB/s | 72 kB 00:00 2026-02-18T05:40:14.471 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:40:14.479 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:40:14.479 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:40:14.480 INFO:teuthology.orchestra.run.trial138.stdout:(3/7): python3-kmod-0.9-32.el9.x86_64.rpm 1.5 MB/s | 84 kB 00:00 2026-02-18T05:40:14.504 INFO:teuthology.orchestra.run.trial138.stdout:(4/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 2.2 MB/s | 150 kB 00:00 2026-02-18T05:40:14.537 INFO:teuthology.orchestra.run.trial138.stdout:(5/7): nvme-cli-2.16-1.el9.x86_64.rpm 4.8 MB/s | 1.2 MB 00:00 2026-02-18T05:40:14.539 INFO:teuthology.orchestra.run.trial138.stdout:(6/7): libnvme-1.16.1-2.el9.x86_64.rpm 3.3 MB/s | 116 kB 00:00 2026-02-18T05:40:14.542 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:40:14.543 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:40:14.563 INFO:teuthology.orchestra.run.trial010.stdout:(1/7): python3-configshell-1.1.30-1.el9.noarch. 1.4 MB/s | 72 kB 00:00 2026-02-18T05:40:14.565 INFO:teuthology.orchestra.run.trial010.stdout:(2/7): nvmetcli-0.8-3.el9.noarch.rpm 837 kB/s | 44 kB 00:00 2026-02-18T05:40:14.570 INFO:teuthology.orchestra.run.trial010.stdout:(3/7): nvme-cli-2.16-1.el9.x86_64.rpm 20 MB/s | 1.2 MB 00:00 2026-02-18T05:40:14.582 INFO:teuthology.orchestra.run.trial138.stdout:(7/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 8.0 MB/s | 837 kB 00:00 2026-02-18T05:40:14.582 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:14.582 INFO:teuthology.orchestra.run.trial138.stdout:Total 6.9 MB/s | 2.4 MB 00:00 2026-02-18T05:40:14.585 INFO:teuthology.orchestra.run.trial010.stdout:(4/7): python3-kmod-0.9-32.el9.x86_64.rpm 3.8 MB/s | 84 kB 00:00 2026-02-18T05:40:14.586 INFO:teuthology.orchestra.run.trial010.stdout:(5/7): python3-pyparsing-2.4.7-9.el9.noarch.rpm 7.2 MB/s | 150 kB 00:00 2026-02-18T05:40:14.595 INFO:teuthology.orchestra.run.trial010.stdout:(6/7): python3-urwid-2.1.2-4.el9.x86_64.rpm 33 MB/s | 837 kB 00:00 2026-02-18T05:40:14.605 INFO:teuthology.orchestra.run.trial010.stdout:(7/7): libnvme-1.16.1-2.el9.x86_64.rpm 5.7 MB/s | 116 kB 00:00 2026-02-18T05:40:14.608 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:14.608 INFO:teuthology.orchestra.run.trial010.stdout:Total 6.1 MB/s | 2.4 MB 00:00 2026-02-18T05:40:14.611 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:40:14.640 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:40:14.648 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:40:14.648 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:40:14.671 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:40:14.678 INFO:teuthology.orchestra.run.trial125.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/8 2026-02-18T05:40:14.678 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:40:14.679 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:40:14.685 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/8 2026-02-18T05:40:14.693 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/8 2026-02-18T05:40:14.699 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/8 2026-02-18T05:40:14.705 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/8 2026-02-18T05:40:14.705 INFO:teuthology.orchestra.run.trial125.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/8 2026-02-18T05:40:14.710 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:40:14.711 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:40:14.740 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:40:14.741 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:40:14.779 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:40:14.809 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:40:14.838 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/8 2026-02-18T05:40:14.841 INFO:teuthology.orchestra.run.trial125.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/8 2026-02-18T05:40:14.847 INFO:teuthology.orchestra.run.trial138.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/8 2026-02-18T05:40:14.854 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/8 2026-02-18T05:40:14.863 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/8 2026-02-18T05:40:14.870 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/8 2026-02-18T05:40:14.875 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/8 2026-02-18T05:40:14.876 INFO:teuthology.orchestra.run.trial138.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/8 2026-02-18T05:40:14.877 INFO:teuthology.orchestra.run.trial010.stdout: Upgrading : libnvme-1.16.1-2.el9.x86_64 1/8 2026-02-18T05:40:14.884 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 2/8 2026-02-18T05:40:14.893 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 3/8 2026-02-18T05:40:14.898 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 4/8 2026-02-18T05:40:14.904 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 5/8 2026-02-18T05:40:14.904 INFO:teuthology.orchestra.run.trial010.stdout: Installing : nvmetcli-0.8-3.el9.noarch 6/8 2026-02-18T05:40:15.007 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/8 2026-02-18T05:40:15.009 INFO:teuthology.orchestra.run.trial138.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/8 2026-02-18T05:40:15.036 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 6/8 2026-02-18T05:40:15.039 INFO:teuthology.orchestra.run.trial010.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 7/8 2026-02-18T05:40:15.118 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/8 2026-02-18T05:40:15.119 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T05:40:15.119 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:15.142 INFO:teuthology.orchestra.run.trial125.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.277 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/8 2026-02-18T05:40:15.278 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T05:40:15.278 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:15.302 INFO:teuthology.orchestra.run.trial138.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.313 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 7/8 2026-02-18T05:40:15.313 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-18T05:40:15.313 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:15.336 INFO:teuthology.orchestra.run.trial010.stdout: Cleanup : libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.370 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.370 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/8 2026-02-18T05:40:15.370 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/8 2026-02-18T05:40:15.371 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/8 2026-02-18T05:40:15.371 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/8 2026-02-18T05:40:15.371 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/8 2026-02-18T05:40:15.371 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/8 2026-02-18T05:40:15.371 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 7/8 2026-02-18T05:40:15.422 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.422 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:15.422 INFO:teuthology.orchestra.run.trial125.stdout:Upgraded: 2026-02-18T05:40:15.422 INFO:teuthology.orchestra.run.trial125.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T05:40:15.422 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:40:15.422 INFO:teuthology.orchestra.run.trial125.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T05:40:15.423 INFO:teuthology.orchestra.run.trial125.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T05:40:15.423 INFO:teuthology.orchestra.run.trial125.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T05:40:15.423 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:15.423 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:40:15.452 DEBUG:teuthology.parallel:result is None 2026-02-18T05:40:15.509 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.509 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/8 2026-02-18T05:40:15.509 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/8 2026-02-18T05:40:15.509 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/8 2026-02-18T05:40:15.509 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/8 2026-02-18T05:40:15.509 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/8 2026-02-18T05:40:15.509 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/8 2026-02-18T05:40:15.510 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 7/8 2026-02-18T05:40:15.556 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.556 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/8 2026-02-18T05:40:15.556 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/8 2026-02-18T05:40:15.556 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/8 2026-02-18T05:40:15.556 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/8 2026-02-18T05:40:15.556 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/8 2026-02-18T05:40:15.556 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/8 2026-02-18T05:40:15.556 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libnvme-1.16.1-2.el9.x86_64 7/8 2026-02-18T05:40:15.562 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout:Upgraded: 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:15.563 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:40:15.594 DEBUG:teuthology.parallel:result is None 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libnvme-1.13-1.el9.x86_64 8/8 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout:Upgraded: 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout: libnvme-1.16.1-2.el9.x86_64 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-18T05:40:15.609 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:15.610 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:40:15.639 DEBUG:teuthology.parallel:result is None 2026-02-18T05:40:15.639 INFO:teuthology.run_tasks:Running task install... 2026-02-18T05:40:15.653 DEBUG:teuthology.task.install:project ceph 2026-02-18T05:40:15.653 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'}} 2026-02-18T05:40:15.653 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': 'adc1923395f2bcd6ae89b5d331d278364d1848ed'} 2026-02-18T05:40:15.653 INFO:teuthology.task.install:Using flavor: default 2026-02-18T05:40:15.663 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-18T05:40:15.663 INFO:teuthology.task.install:extra packages: [] 2026-02-18T05:40:15.664 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-18T05:40:15.665 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-18T05:40:15.668 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-18T05:40:15.668 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-18T05:40:15.670 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-18T05:40:15.670 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-18T05:40:15.906 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-18T05:40:15.906 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T05:40:15.912 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-18T05:40:15.912 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T05:40:15.916 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-18T05:40:15.916 INFO:teuthology.task.install.rpm:Package version is 20.2.0-670.gadc19233 2026-02-18T05:40:16.108 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-18T05:40:16.108 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:40:16.108 DEBUG:teuthology.orchestra.run.trial125:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T05:40:16.111 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-18T05:40:16.111 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:40:16.111 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T05:40:16.117 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-18T05:40:16.117 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:40:16.117 DEBUG:teuthology.orchestra.run.trial010:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-18T05:40:16.138 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-18T05:40:16.139 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:40:16.140 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-18T05:40:16.140 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:40:16.146 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-18T05:40:16.146 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:40:16.205 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:40:16.208 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:40:16.211 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:40:16.278 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:40:16.283 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:40:16.285 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:40:16.343 INFO:teuthology.orchestra.run.trial125.stdout:check_obsoletes = 1 2026-02-18T05:40:16.345 DEBUG:teuthology.orchestra.run.trial125:> sudo yum clean all 2026-02-18T05:40:16.346 INFO:teuthology.orchestra.run.trial138.stdout:check_obsoletes = 1 2026-02-18T05:40:16.348 DEBUG:teuthology.orchestra.run.trial138:> sudo yum clean all 2026-02-18T05:40:16.349 INFO:teuthology.orchestra.run.trial010.stdout:check_obsoletes = 1 2026-02-18T05:40:16.350 DEBUG:teuthology.orchestra.run.trial010:> sudo yum clean all 2026-02-18T05:40:16.493 INFO:teuthology.orchestra.run.trial125.stdout:41 files removed 2026-02-18T05:40:16.498 INFO:teuthology.orchestra.run.trial138.stdout:41 files removed 2026-02-18T05:40:16.501 INFO:teuthology.orchestra.run.trial010.stdout:41 files removed 2026-02-18T05:40:16.508 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-radosgw 2026-02-18T05:40:16.512 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-radosgw 2026-02-18T05:40:16.516 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-radosgw 2026-02-18T05:40:16.784 INFO:teuthology.orchestra.run.trial125.stdout:ceph packages for x86_64 680 kB/s | 89 kB 00:00 2026-02-18T05:40:16.786 INFO:teuthology.orchestra.run.trial138.stdout:ceph packages for x86_64 696 kB/s | 89 kB 00:00 2026-02-18T05:40:16.786 INFO:teuthology.orchestra.run.trial010.stdout:ceph packages for x86_64 708 kB/s | 89 kB 00:00 2026-02-18T05:40:16.922 INFO:teuthology.orchestra.run.trial125.stdout:ceph noarch packages 167 kB/s | 19 kB 00:00 2026-02-18T05:40:16.926 INFO:teuthology.orchestra.run.trial138.stdout:ceph noarch packages 162 kB/s | 19 kB 00:00 2026-02-18T05:40:16.928 INFO:teuthology.orchestra.run.trial010.stdout:ceph noarch packages 162 kB/s | 19 kB 00:00 2026-02-18T05:40:17.048 INFO:teuthology.orchestra.run.trial125.stdout:ceph source packages 18 kB/s | 1.9 kB 00:00 2026-02-18T05:40:17.052 INFO:teuthology.orchestra.run.trial010.stdout:ceph source packages 19 kB/s | 1.9 kB 00:00 2026-02-18T05:40:17.055 INFO:teuthology.orchestra.run.trial138.stdout:ceph source packages 19 kB/s | 1.9 kB 00:00 2026-02-18T05:40:18.372 INFO:teuthology.orchestra.run.trial010.stdout:CentOS Stream 9 - BaseOS 6.8 MB/s | 8.9 MB 00:01 2026-02-18T05:40:18.849 INFO:teuthology.orchestra.run.trial125.stdout:CentOS Stream 9 - BaseOS 5.0 MB/s | 8.9 MB 00:01 2026-02-18T05:40:19.348 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - BaseOS 3.9 MB/s | 8.9 MB 00:02 2026-02-18T05:40:21.769 INFO:teuthology.orchestra.run.trial010.stdout:CentOS Stream 9 - AppStream 9.5 MB/s | 27 MB 00:02 2026-02-18T05:40:21.825 INFO:teuthology.orchestra.run.trial125.stdout:CentOS Stream 9 - AppStream 11 MB/s | 27 MB 00:02 2026-02-18T05:40:22.462 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-18T05:40:25.214 INFO:teuthology.orchestra.run.trial125.stdout:CentOS Stream 9 - CRB 7.7 MB/s | 7.8 MB 00:01 2026-02-18T05:40:26.355 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - CRB 5.1 MB/s | 7.8 MB 00:01 2026-02-18T05:40:26.373 INFO:teuthology.orchestra.run.trial125.stdout:CentOS Stream 9 - Extras packages 46 kB/s | 20 kB 00:00 2026-02-18T05:40:26.406 INFO:teuthology.orchestra.run.trial010.stdout:CentOS Stream 9 - CRB 3.7 MB/s | 7.8 MB 00:02 2026-02-18T05:40:27.186 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - Extras packages 188 kB/s | 20 kB 00:00 2026-02-18T05:40:27.257 INFO:teuthology.orchestra.run.trial010.stdout:CentOS Stream 9 - Extras packages 172 kB/s | 20 kB 00:00 2026-02-18T05:40:27.520 INFO:teuthology.orchestra.run.trial125.stdout:Extra Packages for Enterprise Linux 19 MB/s | 20 MB 00:01 2026-02-18T05:40:27.890 INFO:teuthology.orchestra.run.trial010.stdout:Extra Packages for Enterprise Linux 36 MB/s | 20 MB 00:00 2026-02-18T05:40:28.423 INFO:teuthology.orchestra.run.trial138.stdout:Extra Packages for Enterprise Linux 17 MB/s | 20 MB 00:01 2026-02-18T05:40:30.768 INFO:teuthology.orchestra.run.trial125.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-18T05:40:31.052 INFO:teuthology.orchestra.run.trial010.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-18T05:40:31.630 INFO:teuthology.orchestra.run.trial138.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-18T05:40:31.992 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: Package Arch Version Repository Size 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout:Upgrading: 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout:Installing dependencies: 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T05:40:31.993 INFO:teuthology.orchestra.run.trial125.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout:Installing weak dependencies: 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T05:40:31.994 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:31.995 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:40:31.995 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:31.995 INFO:teuthology.orchestra.run.trial125.stdout:Install 34 Packages 2026-02-18T05:40:31.995 INFO:teuthology.orchestra.run.trial125.stdout:Upgrade 2 Packages 2026-02-18T05:40:31.995 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:31.995 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 78 M 2026-02-18T05:40:31.995 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:40:32.279 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout: Package Arch Version Repository Size 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout:Upgrading: 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T05:40:32.281 INFO:teuthology.orchestra.run.trial010.stdout:Installing dependencies: 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T05:40:32.282 INFO:teuthology.orchestra.run.trial010.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T05:40:32.283 INFO:teuthology.orchestra.run.trial010.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout:Installing weak dependencies: 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:40:32.284 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:32.285 INFO:teuthology.orchestra.run.trial010.stdout:Install 34 Packages 2026-02-18T05:40:32.285 INFO:teuthology.orchestra.run.trial010.stdout:Upgrade 2 Packages 2026-02-18T05:40:32.285 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:32.285 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 78 M 2026-02-18T05:40:32.285 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:40:32.857 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:40:32.858 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:32.859 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-18T05:40:32.859 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:32.859 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:40:32.859 INFO:teuthology.orchestra.run.trial138.stdout: ceph-radosgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:40:32.859 INFO:teuthology.orchestra.run.trial138.stdout:Upgrading: 2026-02-18T05:40:32.859 INFO:teuthology.orchestra.run.trial138.stdout: librados2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 3.5 M 2026-02-18T05:40:32.859 INFO:teuthology.orchestra.run.trial138.stdout: librbd1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.8 M 2026-02-18T05:40:32.859 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-18T05:40:32.860 INFO:teuthology.orchestra.run.trial138.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-18T05:40:32.860 INFO:teuthology.orchestra.run.trial138.stdout: ceph-base x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.9 M 2026-02-18T05:40:32.860 INFO:teuthology.orchestra.run.trial138.stdout: ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 M 2026-02-18T05:40:32.860 INFO:teuthology.orchestra.run.trial138.stdout: ceph-selinux x86_64 2:20.2.0-670.gadc19233.el9 ceph 25 k 2026-02-18T05:40:32.860 INFO:teuthology.orchestra.run.trial138.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-18T05:40:32.860 INFO:teuthology.orchestra.run.trial138.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-18T05:40:32.861 INFO:teuthology.orchestra.run.trial138.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-18T05:40:32.861 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 869 k 2026-02-18T05:40:32.861 INFO:teuthology.orchestra.run.trial138.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-18T05:40:32.861 INFO:teuthology.orchestra.run.trial138.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-18T05:40:32.861 INFO:teuthology.orchestra.run.trial138.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-18T05:40:32.861 INFO:teuthology.orchestra.run.trial138.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-18T05:40:32.861 INFO:teuthology.orchestra.run.trial138.stdout: libradosstriper1 x86_64 2:20.2.0-670.gadc19233.el9 ceph 250 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: librgw2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.4 M 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: python3-ceph-argparse x86_64 2:20.2.0-670.gadc19233.el9 ceph 45 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: python3-ceph-common x86_64 2:20.2.0-670.gadc19233.el9 ceph 175 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: python3-cephfs x86_64 2:20.2.0-670.gadc19233.el9 ceph 162 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: python3-rados x86_64 2:20.2.0-670.gadc19233.el9 ceph 323 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: python3-rbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 305 k 2026-02-18T05:40:32.862 INFO:teuthology.orchestra.run.trial138.stdout: python3-rgw x86_64 2:20.2.0-670.gadc19233.el9 ceph 99 k 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout:Installing weak dependencies: 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-daemon x86_64 2:20.2.0-670.gadc19233.el9 ceph 35 k 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-proxy2 x86_64 2:20.2.0-670.gadc19233.el9 ceph 24 k 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:40:32.863 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:32.864 INFO:teuthology.orchestra.run.trial138.stdout:Install 34 Packages 2026-02-18T05:40:32.864 INFO:teuthology.orchestra.run.trial138.stdout:Upgrade 2 Packages 2026-02-18T05:40:32.864 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:32.864 INFO:teuthology.orchestra.run.trial125.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 17 MB/s | 5.9 MB 00:00 2026-02-18T05:40:32.865 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 78 M 2026-02-18T05:40:32.865 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:40:32.895 INFO:teuthology.orchestra.run.trial125.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 778 kB/s | 25 kB 00:00 2026-02-18T05:40:32.933 INFO:teuthology.orchestra.run.trial125.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 919 kB/s | 35 kB 00:00 2026-02-18T05:40:32.974 INFO:teuthology.orchestra.run.trial125.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 595 kB/s | 24 kB 00:00 2026-02-18T05:40:33.036 INFO:teuthology.orchestra.run.trial125.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 14 MB/s | 869 kB 00:00 2026-02-18T05:40:33.088 INFO:teuthology.orchestra.run.trial125.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 4.7 MB/s | 250 kB 00:00 2026-02-18T05:40:33.467 INFO:teuthology.orchestra.run.trial125.stdout:(7/36): librgw2-20.2.0-670.gadc19233.el9.x86_64 17 MB/s | 6.4 MB 00:00 2026-02-18T05:40:33.509 INFO:teuthology.orchestra.run.trial125.stdout:(8/36): python3-ceph-argparse-20.2.0-670.gadc19 1.0 MB/s | 45 kB 00:00 2026-02-18T05:40:33.565 INFO:teuthology.orchestra.run.trial125.stdout:(9/36): python3-ceph-common-20.2.0-670.gadc1923 3.1 MB/s | 175 kB 00:00 2026-02-18T05:40:33.632 INFO:teuthology.orchestra.run.trial125.stdout:(10/36): python3-cephfs-20.2.0-670.gadc19233.el 2.4 MB/s | 162 kB 00:00 2026-02-18T05:40:33.876 INFO:teuthology.orchestra.run.trial125.stdout:(11/36): ceph-radosgw-20.2.0-670.gadc19233.el9. 17 MB/s | 24 MB 00:01 2026-02-18T05:40:33.936 INFO:teuthology.orchestra.run.trial125.stdout:(12/36): ceph-common-20.2.0-670.gadc19233.el9.x 17 MB/s | 24 MB 00:01 2026-02-18T05:40:33.937 INFO:teuthology.orchestra.run.trial125.stdout:(13/36): python3-rbd-20.2.0-670.gadc19233.el9.x 4.8 MB/s | 305 kB 00:00 2026-02-18T05:40:33.965 INFO:teuthology.orchestra.run.trial125.stdout:(14/36): python3-rgw-20.2.0-670.gadc19233.el9.x 3.4 MB/s | 99 kB 00:00 2026-02-18T05:40:34.001 INFO:teuthology.orchestra.run.trial125.stdout:(15/36): mailcap-2.1.49-5.el9.noarch.rpm 526 kB/s | 33 kB 00:00 2026-02-18T05:40:34.013 INFO:teuthology.orchestra.run.trial125.stdout:(16/36): python3-rados-20.2.0-670.gadc19233.el9 848 kB/s | 323 kB 00:00 2026-02-18T05:40:34.029 INFO:teuthology.orchestra.run.trial125.stdout:(17/36): pciutils-3.7.0-7.el9.x86_64.rpm 1.4 MB/s | 93 kB 00:00 2026-02-18T05:40:34.082 INFO:teuthology.orchestra.run.trial138.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 5.9 MB/s | 5.9 MB 00:01 2026-02-18T05:40:34.098 INFO:teuthology.orchestra.run.trial138.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 1.5 MB/s | 25 kB 00:00 2026-02-18T05:40:34.118 INFO:teuthology.orchestra.run.trial138.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 1.7 MB/s | 35 kB 00:00 2026-02-18T05:40:34.130 INFO:teuthology.orchestra.run.trial125.stdout:(18/36): boost-program-options-1.75.0-13.el9.x8 804 kB/s | 104 kB 00:00 2026-02-18T05:40:34.137 INFO:teuthology.orchestra.run.trial138.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 1.2 MB/s | 24 kB 00:00 2026-02-18T05:40:34.154 INFO:teuthology.orchestra.run.trial125.stdout:(19/36): libnbd-1.20.3-4.el9.x86_64.rpm 1.1 MB/s | 164 kB 00:00 2026-02-18T05:40:34.162 INFO:teuthology.orchestra.run.trial125.stdout:(20/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.4 MB/s | 45 kB 00:00 2026-02-18T05:40:34.168 INFO:teuthology.orchestra.run.trial125.stdout:(21/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 160 kB 00:00 2026-02-18T05:40:34.211 INFO:teuthology.orchestra.run.trial138.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 12 MB/s | 869 kB 00:00 2026-02-18T05:40:34.224 INFO:teuthology.orchestra.run.trial125.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 4.2 MB/s | 240 kB 00:00 2026-02-18T05:40:34.231 INFO:teuthology.orchestra.run.trial125.stdout:(23/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 4.1 MB/s | 292 kB 00:00 2026-02-18T05:40:34.235 INFO:teuthology.orchestra.run.trial138.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 10 MB/s | 250 kB 00:00 2026-02-18T05:40:34.238 INFO:teuthology.orchestra.run.trial125.stdout:(24/36): librdkafka-1.6.1-102.el9.x86_64.rpm 7.7 MB/s | 662 kB 00:00 2026-02-18T05:40:34.249 INFO:teuthology.orchestra.run.trial125.stdout:(25/36): qatlib-service-25.08.0-2.el9.x86_64.rp 1.4 MB/s | 37 kB 00:00 2026-02-18T05:40:34.259 INFO:teuthology.orchestra.run.trial125.stdout:(26/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.4 MB/s | 66 kB 00:00 2026-02-18T05:40:34.422 INFO:teuthology.orchestra.run.trial125.stdout:(27/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 151 kB/s | 25 kB 00:00 2026-02-18T05:40:34.534 INFO:teuthology.orchestra.run.trial125.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 438 kB/s | 49 kB 00:00 2026-02-18T05:40:34.586 INFO:teuthology.orchestra.run.trial125.stdout:(29/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 886 kB/s | 308 kB 00:00 2026-02-18T05:40:34.617 INFO:teuthology.orchestra.run.trial125.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 818 kB/s | 67 kB 00:00 2026-02-18T05:40:34.672 INFO:teuthology.orchestra.run.trial138.stdout:(7/36): librgw2-20.2.0-670.gadc19233.el9.x86_64 15 MB/s | 6.4 MB 00:00 2026-02-18T05:40:34.692 INFO:teuthology.orchestra.run.trial138.stdout:(8/36): python3-ceph-argparse-20.2.0-670.gadc19 2.1 MB/s | 45 kB 00:00 2026-02-18T05:40:34.717 INFO:teuthology.orchestra.run.trial138.stdout:(9/36): python3-ceph-common-20.2.0-670.gadc1923 7.0 MB/s | 175 kB 00:00 2026-02-18T05:40:34.741 INFO:teuthology.orchestra.run.trial125.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 5.3 MB/s | 838 kB 00:00 2026-02-18T05:40:34.742 INFO:teuthology.orchestra.run.trial138.stdout:(10/36): python3-cephfs-20.2.0-670.gadc19233.el 6.4 MB/s | 162 kB 00:00 2026-02-18T05:40:34.748 INFO:teuthology.orchestra.run.trial125.stdout:(32/36): re2-20211101-20.el9.x86_64.rpm 1.4 MB/s | 191 kB 00:00 2026-02-18T05:40:34.770 INFO:teuthology.orchestra.run.trial138.stdout:(11/36): python3-rados-20.2.0-670.gadc19233.el9 11 MB/s | 323 kB 00:00 2026-02-18T05:40:34.792 INFO:teuthology.orchestra.run.trial125.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 8.1 MB/s | 4.4 MB 00:00 2026-02-18T05:40:34.800 INFO:teuthology.orchestra.run.trial138.stdout:(12/36): python3-rbd-20.2.0-670.gadc19233.el9.x 10 MB/s | 305 kB 00:00 2026-02-18T05:40:34.828 INFO:teuthology.orchestra.run.trial138.stdout:(13/36): python3-rgw-20.2.0-670.gadc19233.el9.x 3.4 MB/s | 99 kB 00:00 2026-02-18T05:40:34.858 INFO:teuthology.orchestra.run.trial138.stdout:(14/36): mailcap-2.1.49-5.el9.noarch.rpm 1.1 MB/s | 33 kB 00:00 2026-02-18T05:40:34.866 INFO:teuthology.orchestra.run.trial125.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 13 MB/s | 1.6 MB 00:00 2026-02-18T05:40:34.879 INFO:teuthology.orchestra.run.trial138.stdout:(15/36): pciutils-3.7.0-7.el9.x86_64.rpm 4.4 MB/s | 93 kB 00:00 2026-02-18T05:40:34.896 INFO:teuthology.orchestra.run.trial138.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 6.0 MB/s | 104 kB 00:00 2026-02-18T05:40:34.905 INFO:teuthology.orchestra.run.trial138.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 19 MB/s | 164 kB 00:00 2026-02-18T05:40:34.912 INFO:teuthology.orchestra.run.trial138.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 24 MB/s | 160 kB 00:00 2026-02-18T05:40:34.916 INFO:teuthology.orchestra.run.trial138.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 10 MB/s | 45 kB 00:00 2026-02-18T05:40:34.926 INFO:teuthology.orchestra.run.trial138.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 65 MB/s | 662 kB 00:00 2026-02-18T05:40:34.932 INFO:teuthology.orchestra.run.trial138.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 46 MB/s | 292 kB 00:00 2026-02-18T05:40:34.938 INFO:teuthology.orchestra.run.trial138.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 40 MB/s | 240 kB 00:00 2026-02-18T05:40:34.943 INFO:teuthology.orchestra.run.trial138.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 8.4 MB/s | 37 kB 00:00 2026-02-18T05:40:34.947 INFO:teuthology.orchestra.run.trial138.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 15 MB/s | 66 kB 00:00 2026-02-18T05:40:34.950 INFO:teuthology.orchestra.run.trial010.stdout:(1/36): ceph-base-20.2.0-670.gadc19233.el9.x86_ 2.6 MB/s | 5.9 MB 00:02 2026-02-18T05:40:34.995 INFO:teuthology.orchestra.run.trial010.stdout:(2/36): ceph-selinux-20.2.0-670.gadc19233.el9.x 553 kB/s | 25 kB 00:00 2026-02-18T05:40:35.007 INFO:teuthology.orchestra.run.trial125.stdout:(35/36): librados2-20.2.0-670.gadc19233.el9.x86 14 MB/s | 3.5 MB 00:00 2026-02-18T05:40:35.035 INFO:teuthology.orchestra.run.trial010.stdout:(3/36): libcephfs-daemon-20.2.0-670.gadc19233.e 882 kB/s | 35 kB 00:00 2026-02-18T05:40:35.056 INFO:teuthology.orchestra.run.trial125.stdout:(36/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 11 MB/s | 2.8 MB 00:00 2026-02-18T05:40:35.057 INFO:teuthology.orchestra.run.trial010.stdout:(4/36): libcephfs-proxy2-20.2.0-670.gadc19233.e 1.1 MB/s | 24 kB 00:00 2026-02-18T05:40:35.058 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:35.058 INFO:teuthology.orchestra.run.trial125.stdout:Total 25 MB/s | 78 MB 00:03 2026-02-18T05:40:35.153 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:40:35.171 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:40:35.171 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:40:35.197 INFO:teuthology.orchestra.run.trial010.stdout:(5/36): libcephfs2-20.2.0-670.gadc19233.el9.x86 6.1 MB/s | 869 kB 00:00 2026-02-18T05:40:35.207 INFO:teuthology.orchestra.run.trial138.stdout:(25/36): ceph-common-20.2.0-670.gadc19233.el9.x 11 MB/s | 24 MB 00:02 2026-02-18T05:40:35.220 INFO:teuthology.orchestra.run.trial010.stdout:(6/36): libradosstriper1-20.2.0-670.gadc19233.e 11 MB/s | 250 kB 00:00 2026-02-18T05:40:35.251 INFO:teuthology.orchestra.run.trial138.stdout:(26/36): ceph-radosgw-20.2.0-670.gadc19233.el9. 11 MB/s | 24 MB 00:02 2026-02-18T05:40:35.308 INFO:teuthology.orchestra.run.trial138.stdout:(27/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 854 kB/s | 308 kB 00:00 2026-02-18T05:40:35.365 INFO:teuthology.orchestra.run.trial138.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 858 kB/s | 49 kB 00:00 2026-02-18T05:40:35.414 INFO:teuthology.orchestra.run.trial138.stdout:(29/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 152 kB/s | 25 kB 00:00 2026-02-18T05:40:35.425 INFO:teuthology.orchestra.run.trial138.stdout:(30/36): libunwind-1.6.2-1.el9.x86_64.rpm 1.1 MB/s | 67 kB 00:00 2026-02-18T05:40:35.446 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:40:35.446 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:40:35.503 INFO:teuthology.orchestra.run.trial138.stdout:(31/36): re2-20211101-20.el9.x86_64.rpm 2.4 MB/s | 191 kB 00:00 2026-02-18T05:40:35.717 INFO:teuthology.orchestra.run.trial010.stdout:(7/36): librgw2-20.2.0-670.gadc19233.el9.x86_64 13 MB/s | 6.4 MB 00:00 2026-02-18T05:40:35.726 INFO:teuthology.orchestra.run.trial138.stdout:(32/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 2.6 MB/s | 838 kB 00:00 2026-02-18T05:40:35.729 INFO:teuthology.orchestra.run.trial010.stdout:(8/36): python3-ceph-argparse-20.2.0-670.gadc19 3.8 MB/s | 45 kB 00:00 2026-02-18T05:40:35.747 INFO:teuthology.orchestra.run.trial138.stdout:(33/36): libarrow-9.0.0-15.el9.x86_64.rpm 8.2 MB/s | 4.4 MB 00:00 2026-02-18T05:40:35.752 INFO:teuthology.orchestra.run.trial010.stdout:(9/36): python3-ceph-common-20.2.0-670.gadc1923 7.2 MB/s | 175 kB 00:00 2026-02-18T05:40:35.753 INFO:teuthology.orchestra.run.trial138.stdout:(34/36): thrift-0.15.0-4.el9.x86_64.rpm 6.3 MB/s | 1.6 MB 00:00 2026-02-18T05:40:35.770 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:40:35.776 INFO:teuthology.orchestra.run.trial010.stdout:(10/36): python3-cephfs-20.2.0-670.gadc19233.el 6.8 MB/s | 162 kB 00:00 2026-02-18T05:40:35.783 INFO:teuthology.orchestra.run.trial125.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T05:40:35.820 INFO:teuthology.orchestra.run.trial010.stdout:(11/36): python3-rados-20.2.0-670.gadc19233.el9 7.2 MB/s | 323 kB 00:00 2026-02-18T05:40:35.868 INFO:teuthology.orchestra.run.trial010.stdout:(12/36): python3-rbd-20.2.0-670.gadc19233.el9.x 6.1 MB/s | 305 kB 00:00 2026-02-18T05:40:35.892 INFO:teuthology.orchestra.run.trial010.stdout:(13/36): python3-rgw-20.2.0-670.gadc19233.el9.x 4.0 MB/s | 99 kB 00:00 2026-02-18T05:40:35.905 INFO:teuthology.orchestra.run.trial138.stdout:(35/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 18 MB/s | 2.8 MB 00:00 2026-02-18T05:40:35.927 INFO:teuthology.orchestra.run.trial138.stdout:(36/36): librados2-20.2.0-670.gadc19233.el9.x86 18 MB/s | 3.5 MB 00:00 2026-02-18T05:40:35.928 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:35.929 INFO:teuthology.orchestra.run.trial138.stdout:Total 25 MB/s | 78 MB 00:03 2026-02-18T05:40:35.938 INFO:teuthology.orchestra.run.trial125.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T05:40:35.943 INFO:teuthology.orchestra.run.trial125.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:35.970 INFO:teuthology.orchestra.run.trial010.stdout:(14/36): mailcap-2.1.49-5.el9.noarch.rpm 425 kB/s | 33 kB 00:00 2026-02-18T05:40:35.994 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:35.995 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:36.007 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:36.009 INFO:teuthology.orchestra.run.trial010.stdout:(15/36): pciutils-3.7.0-7.el9.x86_64.rpm 2.4 MB/s | 93 kB 00:00 2026-02-18T05:40:36.010 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:40:36.010 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:36.018 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:40:36.026 INFO:teuthology.orchestra.run.trial010.stdout:(16/36): boost-program-options-1.75.0-13.el9.x8 5.9 MB/s | 104 kB 00:00 2026-02-18T05:40:36.035 INFO:teuthology.orchestra.run.trial010.stdout:(17/36): libnbd-1.20.3-4.el9.x86_64.rpm 18 MB/s | 164 kB 00:00 2026-02-18T05:40:36.036 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:40:36.036 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:40:36.037 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:36.040 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:40:36.042 INFO:teuthology.orchestra.run.trial010.stdout:(18/36): libpmemobj-1.12.1-1.el9.x86_64.rpm 23 MB/s | 160 kB 00:00 2026-02-18T05:40:36.047 INFO:teuthology.orchestra.run.trial010.stdout:(19/36): librabbitmq-0.11.0-7.el9.x86_64.rpm 10 MB/s | 45 kB 00:00 2026-02-18T05:40:36.049 INFO:teuthology.orchestra.run.trial125.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T05:40:36.051 INFO:teuthology.orchestra.run.trial125.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T05:40:36.054 INFO:teuthology.orchestra.run.trial125.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T05:40:36.057 INFO:teuthology.orchestra.run.trial010.stdout:(20/36): librdkafka-1.6.1-102.el9.x86_64.rpm 64 MB/s | 662 kB 00:00 2026-02-18T05:40:36.059 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T05:40:36.063 INFO:teuthology.orchestra.run.trial010.stdout:(21/36): lttng-ust-2.12.0-6.el9.x86_64.rpm 45 MB/s | 292 kB 00:00 2026-02-18T05:40:36.067 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T05:40:36.070 INFO:teuthology.orchestra.run.trial010.stdout:(22/36): qatlib-25.08.0-2.el9.x86_64.rpm 38 MB/s | 240 kB 00:00 2026-02-18T05:40:36.074 INFO:teuthology.orchestra.run.trial010.stdout:(23/36): qatlib-service-25.08.0-2.el9.x86_64.rp 8.6 MB/s | 37 kB 00:00 2026-02-18T05:40:36.079 INFO:teuthology.orchestra.run.trial010.stdout:(24/36): qatzip-libs-1.3.1-1.el9.x86_64.rpm 15 MB/s | 66 kB 00:00 2026-02-18T05:40:36.079 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:40:36.080 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:36.094 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:36.126 INFO:teuthology.orchestra.run.trial125.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T05:40:36.132 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T05:40:36.138 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T05:40:36.141 INFO:teuthology.orchestra.run.trial125.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T05:40:36.145 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T05:40:36.217 INFO:teuthology.orchestra.run.trial010.stdout:(25/36): gperftools-libs-2.9.1-3.el9.x86_64.rpm 2.2 MB/s | 308 kB 00:00 2026-02-18T05:40:36.269 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T05:40:36.271 INFO:teuthology.orchestra.run.trial125.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:40:36.297 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:40:36.299 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T05:40:36.305 INFO:teuthology.orchestra.run.trial125.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T05:40:36.311 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:40:36.311 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:40:36.338 INFO:teuthology.orchestra.run.trial010.stdout:(26/36): ceph-radosgw-20.2.0-670.gadc19233.el9. 6.5 MB/s | 24 MB 00:03 2026-02-18T05:40:36.347 INFO:teuthology.orchestra.run.trial010.stdout:(27/36): libarrow-9.0.0-15.el9.x86_64.rpm 34 MB/s | 4.4 MB 00:00 2026-02-18T05:40:36.375 INFO:teuthology.orchestra.run.trial010.stdout:(28/36): liboath-2.6.12-1.el9.x86_64.rpm 1.7 MB/s | 49 kB 00:00 2026-02-18T05:40:36.390 INFO:teuthology.orchestra.run.trial010.stdout:(29/36): libunwind-1.6.2-1.el9.x86_64.rpm 4.5 MB/s | 67 kB 00:00 2026-02-18T05:40:36.399 INFO:teuthology.orchestra.run.trial010.stdout:(30/36): libarrow-doc-9.0.0-15.el9.noarch.rpm 406 kB/s | 25 kB 00:00 2026-02-18T05:40:36.429 INFO:teuthology.orchestra.run.trial010.stdout:(31/36): parquet-libs-9.0.0-15.el9.x86_64.rpm 21 MB/s | 838 kB 00:00 2026-02-18T05:40:36.451 INFO:teuthology.orchestra.run.trial010.stdout:(32/36): thrift-0.15.0-4.el9.x86_64.rpm 71 MB/s | 1.6 MB 00:00 2026-02-18T05:40:36.452 INFO:teuthology.orchestra.run.trial010.stdout:(33/36): re2-20211101-20.el9.x86_64.rpm 3.6 MB/s | 191 kB 00:00 2026-02-18T05:40:36.513 INFO:teuthology.orchestra.run.trial010.stdout:(34/36): ceph-common-20.2.0-670.gadc19233.el9.x 6.3 MB/s | 24 MB 00:03 2026-02-18T05:40:36.590 INFO:teuthology.orchestra.run.trial125.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T05:40:36.591 INFO:teuthology.orchestra.run.trial125.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:40:36.609 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:40:36.612 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T05:40:36.617 INFO:teuthology.orchestra.run.trial125.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T05:40:36.620 INFO:teuthology.orchestra.run.trial125.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T05:40:36.621 INFO:teuthology.orchestra.run.trial125.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:40:36.635 INFO:teuthology.orchestra.run.trial010.stdout:(35/36): librbd1-20.2.0-670.gadc19233.el9.x86_6 16 MB/s | 2.8 MB 00:00 2026-02-18T05:40:36.639 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:40:36.639 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:40:36.642 INFO:teuthology.orchestra.run.trial125.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T05:40:36.651 INFO:teuthology.orchestra.run.trial138.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T05:40:36.674 INFO:teuthology.orchestra.run.trial125.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T05:40:36.676 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T05:40:36.734 INFO:teuthology.orchestra.run.trial010.stdout:(36/36): librados2-20.2.0-670.gadc19233.el9.x86 12 MB/s | 3.5 MB 00:00 2026-02-18T05:40:36.736 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:36.736 INFO:teuthology.orchestra.run.trial010.stdout:Total 17 MB/s | 78 MB 00:04 2026-02-18T05:40:36.806 INFO:teuthology.orchestra.run.trial138.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T05:40:36.810 INFO:teuthology.orchestra.run.trial138.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:36.829 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:40:36.847 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:40:36.847 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:40:36.860 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:36.861 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:36.873 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:36.876 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:40:36.876 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:36.903 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:36.905 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:40:36.912 INFO:teuthology.orchestra.run.trial138.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T05:40:36.915 INFO:teuthology.orchestra.run.trial138.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T05:40:36.918 INFO:teuthology.orchestra.run.trial138.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T05:40:36.922 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T05:40:36.931 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T05:40:36.943 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:40:36.944 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:36.957 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:36.990 INFO:teuthology.orchestra.run.trial138.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T05:40:36.993 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T05:40:37.002 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T05:40:37.004 INFO:teuthology.orchestra.run.trial138.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T05:40:37.008 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T05:40:37.124 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:40:37.125 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:40:37.132 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T05:40:37.133 INFO:teuthology.orchestra.run.trial138.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:40:37.158 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:40:37.160 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T05:40:37.169 INFO:teuthology.orchestra.run.trial138.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T05:40:37.447 INFO:teuthology.orchestra.run.trial138.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T05:40:37.449 INFO:teuthology.orchestra.run.trial138.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:40:37.451 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:40:37.462 INFO:teuthology.orchestra.run.trial010.stdout: Installing : thrift-0.15.0-4.el9.x86_64 1/38 2026-02-18T05:40:37.464 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:40:37.468 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T05:40:37.473 INFO:teuthology.orchestra.run.trial138.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T05:40:37.476 INFO:teuthology.orchestra.run.trial138.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T05:40:37.477 INFO:teuthology.orchestra.run.trial138.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:40:37.494 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:40:37.497 INFO:teuthology.orchestra.run.trial138.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T05:40:37.530 INFO:teuthology.orchestra.run.trial138.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T05:40:37.531 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T05:40:37.614 INFO:teuthology.orchestra.run.trial010.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 2/38 2026-02-18T05:40:37.619 INFO:teuthology.orchestra.run.trial010.stdout: Upgrading : librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:37.671 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: librados2-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:37.672 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:37.686 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:37.688 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:40:37.689 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:37.715 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:37.717 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:40:37.725 INFO:teuthology.orchestra.run.trial010.stdout: Installing : liboath-2.6.12-1.el9.x86_64 8/38 2026-02-18T05:40:37.727 INFO:teuthology.orchestra.run.trial010.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 9/38 2026-02-18T05:40:37.730 INFO:teuthology.orchestra.run.trial010.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 10/38 2026-02-18T05:40:37.734 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 11/38 2026-02-18T05:40:37.743 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 12/38 2026-02-18T05:40:37.755 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:40:37.756 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:37.768 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:37.774 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:37.776 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:37.798 INFO:teuthology.orchestra.run.trial010.stdout: Installing : re2-1:20211101-20.el9.x86_64 15/38 2026-02-18T05:40:37.802 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 16/38 2026-02-18T05:40:37.808 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 17/38 2026-02-18T05:40:37.810 INFO:teuthology.orchestra.run.trial010.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 18/38 2026-02-18T05:40:37.814 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 19/38 2026-02-18T05:40:37.937 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 20/38 2026-02-18T05:40:37.938 INFO:teuthology.orchestra.run.trial010.stdout: Upgrading : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:40:37.963 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 21/38 2026-02-18T05:40:37.965 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 22/38 2026-02-18T05:40:37.971 INFO:teuthology.orchestra.run.trial010.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 23/38 2026-02-18T05:40:38.078 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:38.081 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:40:38.124 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:40:38.124 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T05:40:38.124 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T05:40:38.125 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:38.128 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:38.251 INFO:teuthology.orchestra.run.trial010.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 24/38 2026-02-18T05:40:38.252 INFO:teuthology.orchestra.run.trial010.stdout: Installing : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:40:38.268 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 25/38 2026-02-18T05:40:38.273 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 26/38 2026-02-18T05:40:38.279 INFO:teuthology.orchestra.run.trial010.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 27/38 2026-02-18T05:40:38.282 INFO:teuthology.orchestra.run.trial010.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 28/38 2026-02-18T05:40:38.283 INFO:teuthology.orchestra.run.trial010.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:40:38.300 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 29/38 2026-02-18T05:40:38.303 INFO:teuthology.orchestra.run.trial010.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 30/38 2026-02-18T05:40:38.337 INFO:teuthology.orchestra.run.trial010.stdout: Installing : mailcap-2.1.49-5.el9.noarch 31/38 2026-02-18T05:40:38.339 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 32/38 2026-02-18T05:40:38.609 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:38.611 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:38.904 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:38.907 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:40:38.944 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:40:38.944 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T05:40:38.944 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T05:40:38.944 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:38.948 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:39.418 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:39.421 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:39.715 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 33/38 2026-02-18T05:40:39.718 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:40:39.758 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 34/38 2026-02-18T05:40:39.758 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-18T05:40:39.758 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-18T05:40:39.758 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:39.761 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:42.616 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:42.616 INFO:teuthology.orchestra.run.trial125.stdout:skipping the directory /sys 2026-02-18T05:40:42.616 INFO:teuthology.orchestra.run.trial125.stdout:skipping the directory /proc 2026-02-18T05:40:42.616 INFO:teuthology.orchestra.run.trial125.stdout:skipping the directory /mnt 2026-02-18T05:40:42.616 INFO:teuthology.orchestra.run.trial125.stdout:skipping the directory /var/tmp 2026-02-18T05:40:42.617 INFO:teuthology.orchestra.run.trial125.stdout:skipping the directory /home 2026-02-18T05:40:42.617 INFO:teuthology.orchestra.run.trial125.stdout:skipping the directory /root 2026-02-18T05:40:42.617 INFO:teuthology.orchestra.run.trial125.stdout:skipping the directory /tmp 2026-02-18T05:40:42.617 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:43.506 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:43.507 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /sys 2026-02-18T05:40:43.507 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /proc 2026-02-18T05:40:43.507 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /mnt 2026-02-18T05:40:43.507 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /var/tmp 2026-02-18T05:40:43.507 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /home 2026-02-18T05:40:43.507 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /root 2026-02-18T05:40:43.507 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /tmp 2026-02-18T05:40:43.507 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:43.659 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:40:43.684 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:40:43.684 INFO:teuthology.orchestra.run.trial125.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:40:43.684 INFO:teuthology.orchestra.run.trial125.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T05:40:43.684 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:40:43.684 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:40:43.684 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:43.686 INFO:teuthology.orchestra.run.trial125.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:40:43.699 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:40:43.699 INFO:teuthology.orchestra.run.trial125.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:43.756 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:43.756 INFO:teuthology.orchestra.run.trial125.stdout:Creating group 'qat' with GID 992. 2026-02-18T05:40:43.756 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:44.077 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T05:40:44.078 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T05:40:44.079 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:44.080 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T05:40:44.081 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T05:40:44.133 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:44.133 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:44.133 INFO:teuthology.orchestra.run.trial125.stdout:Upgraded: 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T05:40:44.134 INFO:teuthology.orchestra.run.trial125.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T05:40:44.135 INFO:teuthology.orchestra.run.trial125.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T05:40:44.136 INFO:teuthology.orchestra.run.trial125.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T05:40:44.137 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:44.137 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:40:44.176 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-test 2026-02-18T05:40:44.298 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:44.298 INFO:teuthology.orchestra.run.trial010.stdout:skipping the directory /sys 2026-02-18T05:40:44.298 INFO:teuthology.orchestra.run.trial010.stdout:skipping the directory /proc 2026-02-18T05:40:44.298 INFO:teuthology.orchestra.run.trial010.stdout:skipping the directory /mnt 2026-02-18T05:40:44.298 INFO:teuthology.orchestra.run.trial010.stdout:skipping the directory /var/tmp 2026-02-18T05:40:44.298 INFO:teuthology.orchestra.run.trial010.stdout:skipping the directory /home 2026-02-18T05:40:44.298 INFO:teuthology.orchestra.run.trial010.stdout:skipping the directory /root 2026-02-18T05:40:44.299 INFO:teuthology.orchestra.run.trial010.stdout:skipping the directory /tmp 2026-02-18T05:40:44.299 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:44.485 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:14 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:40:44.533 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:40:44.557 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:40:44.558 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:40:44.558 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T05:40:44.558 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:40:44.558 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:40:44.558 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:44.559 INFO:teuthology.orchestra.run.trial138.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:40:44.566 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout: Package Arch Version Repository Size 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout:Installing dependencies: 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T05:40:44.567 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:44.568 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:40:44.568 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:40:44.568 INFO:teuthology.orchestra.run.trial125.stdout:Install 5 Packages 2026-02-18T05:40:44.568 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:44.568 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 85 M 2026-02-18T05:40:44.569 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 364 M 2026-02-18T05:40:44.569 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:40:44.572 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:40:44.572 INFO:teuthology.orchestra.run.trial138.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:44.628 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:44.628 INFO:teuthology.orchestra.run.trial138.stdout:Creating group 'qat' with GID 992. 2026-02-18T05:40:44.628 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:44.731 INFO:teuthology.orchestra.run.trial125.stdout:(1/5): libxslt-1.1.34-12.el9.x86_64.rpm 4.1 MB/s | 233 kB 00:00 2026-02-18T05:40:44.749 INFO:teuthology.orchestra.run.trial125.stdout:(2/5): socat-1.7.4.1-8.el9.x86_64.rpm 17 MB/s | 303 kB 00:00 2026-02-18T05:40:44.757 INFO:teuthology.orchestra.run.trial125.stdout:(3/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 7.1 MB/s | 64 kB 00:00 2026-02-18T05:40:44.778 INFO:teuthology.orchestra.run.trial125.stdout:(4/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.6 MB/s | 164 kB 00:00 2026-02-18T05:40:44.942 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T05:40:44.942 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T05:40:44.943 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T05:40:44.944 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T05:40:44.945 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:44.946 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T05:40:44.946 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T05:40:44.998 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:44.998 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:44.998 INFO:teuthology.orchestra.run.trial138.stdout:Upgraded: 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T05:40:44.999 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T05:40:45.000 INFO:teuthology.orchestra.run.trial138.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T05:40:45.001 INFO:teuthology.orchestra.run.trial138.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T05:40:45.002 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:45.002 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:40:45.041 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-test 2026-02-18T05:40:45.324 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:40:45.348 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 36/38 2026-02-18T05:40:45.348 INFO:teuthology.orchestra.run.trial010.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:40:45.348 INFO:teuthology.orchestra.run.trial010.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-18T05:40:45.349 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:40:45.349 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-18T05:40:45.349 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:45.350 INFO:teuthology.orchestra.run.trial010.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:40:45.355 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:14 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:40:45.364 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 37/38 2026-02-18T05:40:45.364 INFO:teuthology.orchestra.run.trial010.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:45.418 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:45.419 INFO:teuthology.orchestra.run.trial010.stdout:Creating group 'qat' with GID 992. 2026-02-18T05:40:45.419 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:45.435 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:40:45.436 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:45.436 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-18T05:40:45.436 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:45.436 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:40:45.436 INFO:teuthology.orchestra.run.trial138.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout:Install 5 Packages 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:45.437 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 85 M 2026-02-18T05:40:45.438 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 364 M 2026-02-18T05:40:45.438 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 1/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 3/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 4/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 5/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 6/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 7/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 8/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : librgw2-2:20.2.0-670.gadc19233.el9.x86_64 9/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x 10/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86 11/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 12/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 13/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 14/38 2026-02-18T05:40:45.724 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 15/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 16/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 17/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 18/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 19/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 20/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 21/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 22/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 23/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 24/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 25/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 26/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 27/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 28/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 29/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 30/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 31/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 32/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : re2-1:20211101-20.el9.x86_64 33/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 34/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : librados2-2:20.2.0-670.gadc19233.el9.x86_64 35/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 36/38 2026-02-18T05:40:45.725 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : librbd1-2:20.2.0-670.gadc19233.el9.x86_64 37/38 2026-02-18T05:40:45.782 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 38/38 2026-02-18T05:40:45.782 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout:Upgraded: 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: librados2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: librbd1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: ceph-radosgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: ceph-selinux-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-18T05:40:45.783 INFO:teuthology.orchestra.run.trial010.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: libcephfs-daemon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: libcephfs-proxy2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: libradosstriper1-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: librgw2-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.784 INFO:teuthology.orchestra.run.trial010.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: python3-ceph-argparse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: python3-ceph-common-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:45.785 INFO:teuthology.orchestra.run.trial010.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-18T05:40:45.786 INFO:teuthology.orchestra.run.trial010.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-18T05:40:45.786 INFO:teuthology.orchestra.run.trial010.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-18T05:40:45.786 INFO:teuthology.orchestra.run.trial010.stdout: re2-1:20211101-20.el9.x86_64 2026-02-18T05:40:45.786 INFO:teuthology.orchestra.run.trial010.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-18T05:40:45.786 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:45.786 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:40:45.825 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-test 2026-02-18T05:40:45.884 INFO:teuthology.orchestra.run.trial138.stdout:(1/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 452 kB/s | 164 kB 00:00 2026-02-18T05:40:46.132 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:15 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:40:46.212 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:40:46.213 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout: Package Arch Version Repository Size 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout: ceph-test x86_64 2:20.2.0-670.gadc19233.el9 ceph 84 M 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout:Installing dependencies: 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout: libcephsqlite x86_64 2:20.2.0-670.gadc19233.el9 ceph 164 k 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:46.214 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:40:46.215 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:40:46.215 INFO:teuthology.orchestra.run.trial010.stdout:Install 5 Packages 2026-02-18T05:40:46.215 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:46.215 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 85 M 2026-02-18T05:40:46.215 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 364 M 2026-02-18T05:40:46.215 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:40:46.366 INFO:teuthology.orchestra.run.trial125.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 50 MB/s | 84 MB 00:01 2026-02-18T05:40:46.367 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:46.368 INFO:teuthology.orchestra.run.trial125.stdout:Total 47 MB/s | 85 MB 00:01 2026-02-18T05:40:46.390 INFO:teuthology.orchestra.run.trial010.stdout:(1/5): libcephsqlite-20.2.0-670.gadc19233.el9.x 1.8 MB/s | 164 kB 00:00 2026-02-18T05:40:46.392 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:40:46.402 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:40:46.402 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:40:46.459 INFO:teuthology.orchestra.run.trial138.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 248 kB/s | 233 kB 00:00 2026-02-18T05:40:46.635 INFO:teuthology.orchestra.run.trial138.stdout:(3/5): socat-1.7.4.1-8.el9.x86_64.rpm 404 kB/s | 303 kB 00:00 2026-02-18T05:40:46.690 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:40:46.690 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:40:47.001 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:40:47.007 INFO:teuthology.orchestra.run.trial125.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T05:40:47.011 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T05:40:47.019 INFO:teuthology.orchestra.run.trial125.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T05:40:47.020 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:40:47.102 INFO:teuthology.orchestra.run.trial010.stdout:(2/5): libxslt-1.1.34-12.el9.x86_64.rpm 292 kB/s | 233 kB 00:00 2026-02-18T05:40:47.184 INFO:teuthology.orchestra.run.trial010.stdout:(3/5): socat-1.7.4.1-8.el9.x86_64.rpm 382 kB/s | 303 kB 00:00 2026-02-18T05:40:47.185 INFO:teuthology.orchestra.run.trial010.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 760 kB/s | 64 kB 00:00 2026-02-18T05:40:47.746 INFO:teuthology.orchestra.run.trial138.stdout:(4/5): xmlstarlet-1.6.1-20.el9.x86_64.rpm 49 kB/s | 64 kB 00:01 2026-02-18T05:40:48.421 INFO:teuthology.orchestra.run.trial010.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 40 MB/s | 84 MB 00:02 2026-02-18T05:40:48.423 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:48.424 INFO:teuthology.orchestra.run.trial010.stdout:Total 38 MB/s | 85 MB 00:02 2026-02-18T05:40:48.449 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:40:48.459 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:40:48.459 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:40:48.748 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:40:48.748 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:40:49.063 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:40:49.068 INFO:teuthology.orchestra.run.trial010.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T05:40:49.073 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T05:40:49.080 INFO:teuthology.orchestra.run.trial010.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T05:40:49.081 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:40:49.406 INFO:teuthology.orchestra.run.trial138.stdout:(5/5): ceph-test-20.2.0-670.gadc19233.el9.x86_6 22 MB/s | 84 MB 00:03 2026-02-18T05:40:49.408 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:49.408 INFO:teuthology.orchestra.run.trial138.stdout:Total 21 MB/s | 85 MB 00:03 2026-02-18T05:40:49.434 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:40:49.444 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:40:49.444 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:40:49.732 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:40:49.732 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:40:50.041 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:40:50.047 INFO:teuthology.orchestra.run.trial138.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 1/5 2026-02-18T05:40:50.051 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 2/5 2026-02-18T05:40:50.059 INFO:teuthology.orchestra.run.trial138.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 3/5 2026-02-18T05:40:50.060 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:40:50.725 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:40:50.743 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:40:51.086 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:40:51.086 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T05:40:51.086 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T05:40:51.086 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T05:40:51.087 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T05:40:51.140 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T05:40:51.140 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:51.140 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:40:51.141 INFO:teuthology.orchestra.run.trial125.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:51.141 INFO:teuthology.orchestra.run.trial125.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:51.141 INFO:teuthology.orchestra.run.trial125.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T05:40:51.141 INFO:teuthology.orchestra.run.trial125.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T05:40:51.141 INFO:teuthology.orchestra.run.trial125.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T05:40:51.141 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:51.141 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:40:51.177 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph 2026-02-18T05:40:51.488 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:21 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:40:51.574 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout:====================================================================================== 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout: Package Arch Version Repository Size 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout:====================================================================================== 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout:Installing dependencies: 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T05:40:51.577 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T05:40:51.578 INFO:teuthology.orchestra.run.trial125.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T05:40:51.579 INFO:teuthology.orchestra.run.trial125.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T05:40:51.580 INFO:teuthology.orchestra.run.trial125.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T05:40:51.581 INFO:teuthology.orchestra.run.trial125.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T05:40:51.582 INFO:teuthology.orchestra.run.trial125.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T05:40:51.583 INFO:teuthology.orchestra.run.trial125.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout:Installing weak dependencies: 2026-02-18T05:40:51.584 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:40:51.585 INFO:teuthology.orchestra.run.trial125.stdout:====================================================================================== 2026-02-18T05:40:51.586 INFO:teuthology.orchestra.run.trial125.stdout:Install 94 Packages 2026-02-18T05:40:51.586 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:51.586 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 101 M 2026-02-18T05:40:51.587 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 560 M 2026-02-18T05:40:51.587 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:40:51.911 INFO:teuthology.orchestra.run.trial125.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 118 kB/s | 6.5 kB 00:00 2026-02-18T05:40:51.986 INFO:teuthology.orchestra.run.trial125.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 7.2 MB/s | 961 kB 00:00 2026-02-18T05:40:52.003 INFO:teuthology.orchestra.run.trial125.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 16 MB/s | 2.3 MB 00:00 2026-02-18T05:40:52.025 INFO:teuthology.orchestra.run.trial125.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 1.9 MB/s | 43 kB 00:00 2026-02-18T05:40:52.052 INFO:teuthology.orchestra.run.trial125.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 6.3 MB/s | 173 kB 00:00 2026-02-18T05:40:52.339 INFO:teuthology.orchestra.run.trial125.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 12 MB/s | 5.1 MB 00:00 2026-02-18T05:40:52.434 INFO:teuthology.orchestra.run.trial125.stdout:(7/94): ceph-mgr-dashboard-20.2.0-670.gadc19233 28 MB/s | 11 MB 00:00 2026-02-18T05:40:52.462 INFO:teuthology.orchestra.run.trial125.stdout:(8/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 785 kB/s | 22 kB 00:00 2026-02-18T05:40:52.504 INFO:teuthology.orchestra.run.trial125.stdout:(9/94): ceph-mgr-modules-core-20.2.0-670.gadc19 6.8 MB/s | 290 kB 00:00 2026-02-18T05:40:52.543 INFO:teuthology.orchestra.run.trial125.stdout:(10/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 1.3 MB/s | 50 kB 00:00 2026-02-18T05:40:52.583 INFO:teuthology.orchestra.run.trial125.stdout:(11/94): ceph-prometheus-alerts-20.2.0-670.gadc 435 kB/s | 17 kB 00:00 2026-02-18T05:40:52.630 INFO:teuthology.orchestra.run.trial125.stdout:(12/94): ceph-volume-20.2.0-670.gadc19233.el9.n 6.2 MB/s | 297 kB 00:00 2026-02-18T05:40:52.690 INFO:teuthology.orchestra.run.trial125.stdout:(13/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 24 MB/s | 17 MB 00:00 2026-02-18T05:40:52.694 INFO:teuthology.orchestra.run.trial125.stdout:(14/94): cephadm-20.2.0-670.gadc19233.el9.noarc 16 MB/s | 1.0 MB 00:00 2026-02-18T05:40:52.718 INFO:teuthology.orchestra.run.trial125.stdout:(15/94): ceph-mgr-diskprediction-local-20.2.0-6 20 MB/s | 7.4 MB 00:00 2026-02-18T05:40:52.773 INFO:teuthology.orchestra.run.trial125.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 509 kB/s | 40 kB 00:00 2026-02-18T05:40:52.811 INFO:teuthology.orchestra.run.trial125.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 770 kB/s | 72 kB 00:00 2026-02-18T05:40:52.826 INFO:teuthology.orchestra.run.trial125.stdout:(18/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 2.5 MB/s | 350 kB 00:00 2026-02-18T05:40:52.866 INFO:teuthology.orchestra.run.trial125.stdout:(19/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 6.3 MB/s | 253 kB 00:00 2026-02-18T05:40:52.875 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:40:52.886 INFO:teuthology.orchestra.run.trial125.stdout:(20/94): libgfortran-11.5.0-14.el9.x86_64.rpm 6.9 MB/s | 794 kB 00:00 2026-02-18T05:40:52.893 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:40:52.933 INFO:teuthology.orchestra.run.trial125.stdout:(21/94): python3-ply-3.11-14.el9.noarch.rpm 2.2 MB/s | 106 kB 00:00 2026-02-18T05:40:52.942 INFO:teuthology.orchestra.run.trial125.stdout:(22/94): libquadmath-11.5.0-14.el9.x86_64.rpm 1.4 MB/s | 184 kB 00:00 2026-02-18T05:40:52.970 INFO:teuthology.orchestra.run.trial125.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 3.5 MB/s | 135 kB 00:00 2026-02-18T05:40:52.981 INFO:teuthology.orchestra.run.trial125.stdout:(24/94): python3-cryptography-36.0.1-5.el9.x86_ 11 MB/s | 1.2 MB 00:00 2026-02-18T05:40:52.988 INFO:teuthology.orchestra.run.trial125.stdout:(25/94): python3-requests-2.25.1-10.el9.noarch. 2.7 MB/s | 126 kB 00:00 2026-02-18T05:40:52.992 INFO:teuthology.orchestra.run.trial125.stdout:(26/94): python3-urllib3-1.26.5-7.el9.noarch.rp 9.8 MB/s | 218 kB 00:00 2026-02-18T05:40:53.026 INFO:teuthology.orchestra.run.trial125.stdout:(27/94): flexiblas-3.0.4-9.el9.x86_64.rpm 873 kB/s | 30 kB 00:00 2026-02-18T05:40:53.035 INFO:teuthology.orchestra.run.trial125.stdout:(28/94): zip-3.0-35.el9.x86_64.rpm 5.5 MB/s | 266 kB 00:00 2026-02-18T05:40:53.057 INFO:teuthology.orchestra.run.trial125.stdout:(29/94): flexiblas-openblas-openmp-3.0.4-9.el9. 680 kB/s | 15 kB 00:00 2026-02-18T05:40:53.076 INFO:teuthology.orchestra.run.trial125.stdout:(30/94): unzip-6.0-59.el9.x86_64.rpm 1.9 MB/s | 182 kB 00:00 2026-02-18T05:40:53.086 INFO:teuthology.orchestra.run.trial125.stdout:(31/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 50 MB/s | 3.0 MB 00:00 2026-02-18T05:40:53.091 INFO:teuthology.orchestra.run.trial125.stdout:(32/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 7.1 MB/s | 246 kB 00:00 2026-02-18T05:40:53.095 INFO:teuthology.orchestra.run.trial125.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 4.7 MB/s | 42 kB 00:00 2026-02-18T05:40:53.107 INFO:teuthology.orchestra.run.trial125.stdout:(34/94): protobuf-3.14.0-17.el9.x86_64.rpm 88 MB/s | 1.0 MB 00:00 2026-02-18T05:40:53.123 INFO:teuthology.orchestra.run.trial125.stdout:(35/94): lua-5.4.4-4.el9.x86_64.rpm 4.0 MB/s | 188 kB 00:00 2026-02-18T05:40:53.137 INFO:teuthology.orchestra.run.trial125.stdout:(36/94): python3-babel-2.9.1-2.el9.noarch.rpm 197 MB/s | 6.0 MB 00:00 2026-02-18T05:40:53.145 INFO:teuthology.orchestra.run.trial125.stdout:(37/94): python3-devel-3.9.25-2.el9.x86_64.rpm 11 MB/s | 244 kB 00:00 2026-02-18T05:40:53.148 INFO:teuthology.orchestra.run.trial125.stdout:(38/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 23 MB/s | 249 kB 00:00 2026-02-18T05:40:53.154 INFO:teuthology.orchestra.run.trial125.stdout:(39/94): python3-jmespath-1.0.1-1.el9.noarch.rp 5.3 MB/s | 48 kB 00:00 2026-02-18T05:40:53.158 INFO:teuthology.orchestra.run.trial125.stdout:(40/94): python3-libstoragemgmt-1.10.1-1.el9.x8 17 MB/s | 177 kB 00:00 2026-02-18T05:40:53.167 INFO:teuthology.orchestra.run.trial125.stdout:(41/94): python3-markupsafe-1.1.1-12.el9.x86_64 3.9 MB/s | 35 kB 00:00 2026-02-18T05:40:53.184 INFO:teuthology.orchestra.run.trial125.stdout:(42/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 41 MB/s | 1.2 MB 00:00 2026-02-18T05:40:53.198 INFO:teuthology.orchestra.run.trial125.stdout:(43/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 198 MB/s | 6.1 MB 00:00 2026-02-18T05:40:53.200 INFO:teuthology.orchestra.run.trial125.stdout:(44/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 28 MB/s | 442 kB 00:00 2026-02-18T05:40:53.209 INFO:teuthology.orchestra.run.trial125.stdout:(45/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 45 MB/s | 5.3 MB 00:00 2026-02-18T05:40:53.209 INFO:teuthology.orchestra.run.trial125.stdout:(46/94): python3-packaging-20.9-5.el9.noarch.rp 6.5 MB/s | 77 kB 00:00 2026-02-18T05:40:53.211 INFO:teuthology.orchestra.run.trial125.stdout:(47/94): python3-protobuf-3.14.0-17.el9.noarch. 24 MB/s | 267 kB 00:00 2026-02-18T05:40:53.219 INFO:teuthology.orchestra.run.trial125.stdout:(48/94): python3-pyasn1-modules-0.4.8-6.el9.noa 29 MB/s | 279 kB 00:00 2026-02-18T05:40:53.220 INFO:teuthology.orchestra.run.trial125.stdout:(49/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 14 MB/s | 159 kB 00:00 2026-02-18T05:40:53.221 INFO:teuthology.orchestra.run.trial125.stdout:(50/94): python3-requests-oauthlib-1.3.0-12.el9 5.5 MB/s | 54 kB 00:00 2026-02-18T05:40:53.229 INFO:teuthology.orchestra.run.trial125.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 4.4 MB/s | 42 kB 00:00 2026-02-18T05:40:53.230 INFO:teuthology.orchestra.run.trial125.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 19 MB/s | 189 kB 00:00 2026-02-18T05:40:53.238 INFO:teuthology.orchestra.run.trial125.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 9.6 MB/s | 90 kB 00:00 2026-02-18T05:40:53.246 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:40:53.246 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T05:40:53.246 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T05:40:53.247 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T05:40:53.247 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T05:40:53.299 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T05:40:53.299 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:53.299 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:40:53.299 INFO:teuthology.orchestra.run.trial010.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:53.300 INFO:teuthology.orchestra.run.trial010.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:53.300 INFO:teuthology.orchestra.run.trial010.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T05:40:53.300 INFO:teuthology.orchestra.run.trial010.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T05:40:53.300 INFO:teuthology.orchestra.run.trial010.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T05:40:53.300 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:53.300 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:40:53.300 INFO:teuthology.orchestra.run.trial125.stdout:(54/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 239 MB/s | 19 MB 00:00 2026-02-18T05:40:53.338 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph 2026-02-18T05:40:53.376 INFO:teuthology.orchestra.run.trial125.stdout:(55/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 7.1 MB/s | 551 kB 00:00 2026-02-18T05:40:53.387 INFO:teuthology.orchestra.run.trial125.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 1.7 MB/s | 19 kB 00:00 2026-02-18T05:40:53.399 INFO:teuthology.orchestra.run.trial125.stdout:(57/94): luarocks-3.9.2-5.el9.noarch.rpm 12 MB/s | 151 kB 00:00 2026-02-18T05:40:53.427 INFO:teuthology.orchestra.run.trial125.stdout:(58/94): python3-asyncssh-2.13.2-5.el9.noarch.r 20 MB/s | 548 kB 00:00 2026-02-18T05:40:53.435 INFO:teuthology.orchestra.run.trial125.stdout:(59/94): python3-autocommand-2.2.2-8.el9.noarch 3.6 MB/s | 29 kB 00:00 2026-02-18T05:40:53.443 INFO:teuthology.orchestra.run.trial125.stdout:(60/94): python3-backports-tarfile-1.2.0-1.el9. 7.2 MB/s | 60 kB 00:00 2026-02-18T05:40:53.451 INFO:teuthology.orchestra.run.trial125.stdout:(61/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 5.1 MB/s | 43 kB 00:00 2026-02-18T05:40:53.460 INFO:teuthology.orchestra.run.trial125.stdout:(62/94): python3-cachetools-4.2.4-1.el9.noarch. 3.7 MB/s | 32 kB 00:00 2026-02-18T05:40:53.468 INFO:teuthology.orchestra.run.trial125.stdout:(63/94): python3-certifi-2023.05.07-4.el9.noarc 1.8 MB/s | 14 kB 00:00 2026-02-18T05:40:53.483 INFO:teuthology.orchestra.run.trial125.stdout:(64/94): python3-cheroot-10.0.1-4.el9.noarch.rp 11 MB/s | 173 kB 00:00 2026-02-18T05:40:53.503 INFO:teuthology.orchestra.run.trial125.stdout:(65/94): python3-cherrypy-18.6.1-2.el9.noarch.r 17 MB/s | 358 kB 00:00 2026-02-18T05:40:53.520 INFO:teuthology.orchestra.run.trial125.stdout:(66/94): python3-google-auth-2.45.0-1.el9.noarc 15 MB/s | 254 kB 00:00 2026-02-18T05:40:53.608 INFO:teuthology.orchestra.run.trial125.stdout:(67/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 23 MB/s | 2.0 MB 00:00 2026-02-18T05:40:53.617 INFO:teuthology.orchestra.run.trial125.stdout:(68/94): python3-grpcio-tools-1.46.7-10.el9.x86 15 MB/s | 144 kB 00:00 2026-02-18T05:40:53.628 INFO:teuthology.orchestra.run.trial125.stdout:(69/94): python3-influxdb-5.3.1-1.el9.noarch.rp 14 MB/s | 139 kB 00:00 2026-02-18T05:40:53.636 INFO:teuthology.orchestra.run.trial125.stdout:(70/94): python3-isodate-0.6.1-3.el9.noarch.rpm 6.4 MB/s | 56 kB 00:00 2026-02-18T05:40:53.644 INFO:teuthology.orchestra.run.trial125.stdout:(71/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 1.4 MB/s | 11 kB 00:00 2026-02-18T05:40:53.651 INFO:teuthology.orchestra.run.trial125.stdout:(72/94): python3-jaraco-classes-3.2.1-5.el9.noa 2.3 MB/s | 18 kB 00:00 2026-02-18T05:40:53.652 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:22 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:40:53.659 INFO:teuthology.orchestra.run.trial125.stdout:(73/94): python3-jaraco-collections-3.0.0-8.el9 2.9 MB/s | 23 kB 00:00 2026-02-18T05:40:53.667 INFO:teuthology.orchestra.run.trial125.stdout:(74/94): python3-jaraco-context-6.0.1-3.el9.noa 2.5 MB/s | 20 kB 00:00 2026-02-18T05:40:53.675 INFO:teuthology.orchestra.run.trial125.stdout:(75/94): python3-jaraco-functools-3.5.0-2.el9.n 2.5 MB/s | 19 kB 00:00 2026-02-18T05:40:53.683 INFO:teuthology.orchestra.run.trial125.stdout:(76/94): python3-jaraco-text-4.0.0-2.el9.noarch 3.3 MB/s | 26 kB 00:00 2026-02-18T05:40:53.713 INFO:teuthology.orchestra.run.trial125.stdout:(77/94): python3-kubernetes-26.1.0-3.el9.noarch 34 MB/s | 1.0 MB 00:00 2026-02-18T05:40:53.721 INFO:teuthology.orchestra.run.trial125.stdout:(78/94): python3-more-itertools-8.12.0-2.el9.no 9.0 MB/s | 79 kB 00:00 2026-02-18T05:40:53.729 INFO:teuthology.orchestra.run.trial125.stdout:(79/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 10 MB/s | 86 kB 00:00 2026-02-18T05:40:53.737 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:40:53.738 INFO:teuthology.orchestra.run.trial125.stdout:(80/94): python3-natsort-7.1.1-5.el9.noarch.rpm 6.9 MB/s | 58 kB 00:00 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout:====================================================================================== 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout: Package Arch Version Repository Size 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout:====================================================================================== 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout:Installing dependencies: 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T05:40:53.740 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T05:40:53.741 INFO:teuthology.orchestra.run.trial010.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T05:40:53.742 INFO:teuthology.orchestra.run.trial010.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T05:40:53.743 INFO:teuthology.orchestra.run.trial010.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T05:40:53.744 INFO:teuthology.orchestra.run.trial010.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T05:40:53.745 INFO:teuthology.orchestra.run.trial010.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T05:40:53.746 INFO:teuthology.orchestra.run.trial010.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout:Installing weak dependencies: 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T05:40:53.747 INFO:teuthology.orchestra.run.trial010.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T05:40:53.748 INFO:teuthology.orchestra.run.trial010.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T05:40:53.748 INFO:teuthology.orchestra.run.trial010.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T05:40:53.748 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:53.748 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:40:53.748 INFO:teuthology.orchestra.run.trial010.stdout:====================================================================================== 2026-02-18T05:40:53.748 INFO:teuthology.orchestra.run.trial010.stdout:Install 94 Packages 2026-02-18T05:40:53.748 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:40:53.749 INFO:teuthology.orchestra.run.trial125.stdout:(81/94): python3-portend-3.1.0-2.el9.noarch.rpm 2.2 MB/s | 16 kB 00:00 2026-02-18T05:40:53.749 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 101 M 2026-02-18T05:40:53.749 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 560 M 2026-02-18T05:40:53.749 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:40:53.754 INFO:teuthology.orchestra.run.trial125.stdout:(82/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 11 MB/s | 90 kB 00:00 2026-02-18T05:40:53.762 INFO:teuthology.orchestra.run.trial125.stdout:(83/94): python3-repoze-lru-0.7-16.el9.noarch.r 3.9 MB/s | 31 kB 00:00 2026-02-18T05:40:53.771 INFO:teuthology.orchestra.run.trial125.stdout:(84/94): python3-routes-2.5.1-5.el9.noarch.rpm 20 MB/s | 188 kB 00:00 2026-02-18T05:40:53.779 INFO:teuthology.orchestra.run.trial125.stdout:(85/94): python3-rsa-4.9-2.el9.noarch.rpm 7.0 MB/s | 59 kB 00:00 2026-02-18T05:40:53.788 INFO:teuthology.orchestra.run.trial125.stdout:(86/94): python3-saml-1.16.0-1.el9.noarch.rpm 14 MB/s | 125 kB 00:00 2026-02-18T05:40:53.806 INFO:teuthology.orchestra.run.trial125.stdout:(87/94): python3-tempora-5.0.0-2.el9.noarch.rpm 1.9 MB/s | 36 kB 00:00 2026-02-18T05:40:53.815 INFO:teuthology.orchestra.run.trial125.stdout:(88/94): python3-typing-extensions-4.15.0-1.el9 10 MB/s | 86 kB 00:00 2026-02-18T05:40:53.823 INFO:teuthology.orchestra.run.trial125.stdout:(89/94): python3-websocket-client-1.2.3-2.el9.n 11 MB/s | 90 kB 00:00 2026-02-18T05:40:53.831 INFO:teuthology.orchestra.run.trial125.stdout:(90/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 6.0 MB/s | 48 kB 00:00 2026-02-18T05:40:53.839 INFO:teuthology.orchestra.run.trial125.stdout:(91/94): python3-xmltodict-0.12.0-15.el9.noarch 2.8 MB/s | 22 kB 00:00 2026-02-18T05:40:53.846 INFO:teuthology.orchestra.run.trial125.stdout:(92/94): python3-zc-lockfile-2.0-10.el9.noarch. 2.6 MB/s | 20 kB 00:00 2026-02-18T05:40:53.906 INFO:teuthology.orchestra.run.trial125.stdout:(93/94): lua-devel-5.4.4-4.el9.x86_64.rpm 33 kB/s | 22 kB 00:00 2026-02-18T05:40:53.913 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 4/5 2026-02-18T05:40:53.932 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:40:54.244 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 5/5 2026-02-18T05:40:54.244 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 1/5 2026-02-18T05:40:54.245 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2/5 2026-02-18T05:40:54.245 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 3/5 2026-02-18T05:40:54.245 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 4/5 2026-02-18T05:40:54.296 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 5/5 2026-02-18T05:40:54.296 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:54.296 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:40:54.296 INFO:teuthology.orchestra.run.trial138.stdout: ceph-test-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:54.296 INFO:teuthology.orchestra.run.trial138.stdout: libcephsqlite-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:40:54.297 INFO:teuthology.orchestra.run.trial138.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-18T05:40:54.297 INFO:teuthology.orchestra.run.trial138.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-18T05:40:54.297 INFO:teuthology.orchestra.run.trial138.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-18T05:40:54.297 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:54.297 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:40:54.332 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph 2026-02-18T05:40:54.619 INFO:teuthology.orchestra.run.trial010.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 114 kB/s | 6.5 kB 00:00 2026-02-18T05:40:54.641 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:23 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:40:54.692 INFO:teuthology.orchestra.run.trial010.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 7.2 MB/s | 961 kB 00:00 2026-02-18T05:40:54.714 INFO:teuthology.orchestra.run.trial010.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 15 MB/s | 2.3 MB 00:00 2026-02-18T05:40:54.726 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:40:54.728 INFO:teuthology.orchestra.run.trial138.stdout:====================================================================================== 2026-02-18T05:40:54.729 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-18T05:40:54.729 INFO:teuthology.orchestra.run.trial138.stdout:====================================================================================== 2026-02-18T05:40:54.729 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:40:54.729 INFO:teuthology.orchestra.run.trial138.stdout: ceph x86_64 2:20.2.0-670.gadc19233.el9 ceph 6.5 k 2026-02-18T05:40:54.729 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-18T05:40:54.729 INFO:teuthology.orchestra.run.trial138.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-18T05:40:54.729 INFO:teuthology.orchestra.run.trial138.stdout: ceph-grafana-dashboards noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 43 k 2026-02-18T05:40:54.729 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mds x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.3 M 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr x86_64 2:20.2.0-670.gadc19233.el9 ceph 961 k 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-modules-core noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 290 k 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mon x86_64 2:20.2.0-670.gadc19233.el9 ceph 5.1 M 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: ceph-osd x86_64 2:20.2.0-670.gadc19233.el9 ceph 17 M 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: ceph-prometheus-alerts noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 17 k 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 1.0 M 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: cryptsetup x86_64 2.8.1-2.el9 baseos 350 k 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-18T05:40:54.730 INFO:teuthology.orchestra.run.trial138.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-18T05:40:54.731 INFO:teuthology.orchestra.run.trial138.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-18T05:40:54.732 INFO:teuthology.orchestra.run.trial138.stdout: python3-devel x86_64 3.9.25-2.el9 appstream 244 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-isodate noarch 0.6.1-3.el9 epel 56 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-collections noarch 3.0.0-8.el9 epel 23 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-18T05:40:54.733 INFO:teuthology.orchestra.run.trial138.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-lxml x86_64 4.6.5-3.el9 appstream 1.2 M 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-msgpack x86_64 1.0.3-2.el9 epel 86 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-18T05:40:54.734 INFO:teuthology.orchestra.run.trial138.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-18T05:40:54.735 INFO:teuthology.orchestra.run.trial138.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: python3-xmlsec x86_64 1.3.13-1.el9 epel 48 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: xmlsec1 x86_64 1.2.29-13.el9 appstream 189 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: xmlsec1-openssl x86_64 1.2.29-13.el9 appstream 90 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout:Installing weak dependencies: 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-cephadm noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 173 k 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-dashboard noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 11 M 2026-02-18T05:40:54.736 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-diskprediction-local noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 7.4 M 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-k8sevents noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 22 k 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-rook noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 50 k 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout: ceph-volume noarch 2:20.2.0-670.gadc19233.el9 ceph-noarch 297 k 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout: python3-influxdb noarch 5.3.1-1.el9 epel 139 k 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout: python3-saml noarch 1.16.0-1.el9 epel 125 k 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout:====================================================================================== 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout:Install 94 Packages 2026-02-18T05:40:54.737 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:40:54.738 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 101 M 2026-02-18T05:40:54.739 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 560 M 2026-02-18T05:40:54.739 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:40:54.740 INFO:teuthology.orchestra.run.trial010.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 1.7 MB/s | 43 kB 00:00 2026-02-18T05:40:54.767 INFO:teuthology.orchestra.run.trial010.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 6.3 MB/s | 173 kB 00:00 2026-02-18T05:40:55.063 INFO:teuthology.orchestra.run.trial010.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 11 MB/s | 5.1 MB 00:00 2026-02-18T05:40:55.160 INFO:teuthology.orchestra.run.trial010.stdout:(7/94): ceph-mgr-dashboard-20.2.0-670.gadc19233 27 MB/s | 11 MB 00:00 2026-02-18T05:40:55.200 INFO:teuthology.orchestra.run.trial010.stdout:(8/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 559 kB/s | 22 kB 00:00 2026-02-18T05:40:55.244 INFO:teuthology.orchestra.run.trial010.stdout:(9/94): ceph-mgr-modules-core-20.2.0-670.gadc19 6.4 MB/s | 290 kB 00:00 2026-02-18T05:40:55.265 INFO:teuthology.orchestra.run.trial138.stdout:(1/94): ceph-20.2.0-670.gadc19233.el9.x86_64.rp 35 kB/s | 6.5 kB 00:00 2026-02-18T05:40:55.287 INFO:teuthology.orchestra.run.trial010.stdout:(10/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 1.2 MB/s | 50 kB 00:00 2026-02-18T05:40:55.331 INFO:teuthology.orchestra.run.trial010.stdout:(11/94): ceph-prometheus-alerts-20.2.0-670.gadc 396 kB/s | 17 kB 00:00 2026-02-18T05:40:55.372 INFO:teuthology.orchestra.run.trial010.stdout:(12/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 25 MB/s | 17 MB 00:00 2026-02-18T05:40:55.373 INFO:teuthology.orchestra.run.trial010.stdout:(13/94): ceph-volume-20.2.0-670.gadc19233.el9.n 6.8 MB/s | 297 kB 00:00 2026-02-18T05:40:55.412 INFO:teuthology.orchestra.run.trial010.stdout:(14/94): cephadm-20.2.0-670.gadc19233.el9.noarc 25 MB/s | 1.0 MB 00:00 2026-02-18T05:40:55.435 INFO:teuthology.orchestra.run.trial010.stdout:(15/94): ceph-mgr-diskprediction-local-20.2.0-6 20 MB/s | 7.4 MB 00:00 2026-02-18T05:40:55.477 INFO:teuthology.orchestra.run.trial010.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 619 kB/s | 40 kB 00:00 2026-02-18T05:40:55.485 INFO:teuthology.orchestra.run.trial010.stdout:(17/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 3.1 MB/s | 350 kB 00:00 2026-02-18T05:40:55.499 INFO:teuthology.orchestra.run.trial010.stdout:(18/94): libconfig-1.7.2-9.el9.x86_64.rpm 1.1 MB/s | 72 kB 00:00 2026-02-18T05:40:55.509 INFO:teuthology.orchestra.run.trial010.stdout:(19/94): libquadmath-11.5.0-14.el9.x86_64.rpm 7.6 MB/s | 184 kB 00:00 2026-02-18T05:40:55.525 INFO:teuthology.orchestra.run.trial138.stdout:(2/94): ceph-mgr-20.2.0-670.gadc19233.el9.x86_6 2.1 MB/s | 961 kB 00:00 2026-02-18T05:40:55.544 INFO:teuthology.orchestra.run.trial010.stdout:(20/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.5 MB/s | 253 kB 00:00 2026-02-18T05:40:55.563 INFO:teuthology.orchestra.run.trial010.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 9.0 MB/s | 794 kB 00:00 2026-02-18T05:40:55.568 INFO:teuthology.orchestra.run.trial010.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 4.4 MB/s | 106 kB 00:00 2026-02-18T05:40:55.574 INFO:teuthology.orchestra.run.trial010.stdout:(23/94): python3-cryptography-36.0.1-5.el9.x86_ 19 MB/s | 1.2 MB 00:00 2026-02-18T05:40:55.588 INFO:teuthology.orchestra.run.trial010.stdout:(24/94): python3-pycparser-2.20-6.el9.noarch.rp 5.5 MB/s | 135 kB 00:00 2026-02-18T05:40:55.592 INFO:teuthology.orchestra.run.trial010.stdout:(25/94): python3-requests-2.25.1-10.el9.noarch. 5.1 MB/s | 126 kB 00:00 2026-02-18T05:40:55.598 INFO:teuthology.orchestra.run.trial010.stdout:(26/94): python3-urllib3-1.26.5-7.el9.noarch.rp 8.8 MB/s | 218 kB 00:00 2026-02-18T05:40:55.609 INFO:teuthology.orchestra.run.trial010.stdout:(27/94): unzip-6.0-59.el9.x86_64.rpm 8.2 MB/s | 182 kB 00:00 2026-02-18T05:40:55.616 INFO:teuthology.orchestra.run.trial010.stdout:(28/94): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-18T05:40:55.627 INFO:teuthology.orchestra.run.trial010.stdout:(29/94): flexiblas-3.0.4-9.el9.x86_64.rpm 1.0 MB/s | 30 kB 00:00 2026-02-18T05:40:55.639 INFO:teuthology.orchestra.run.trial010.stdout:(30/94): flexiblas-openblas-openmp-3.0.4-9.el9. 646 kB/s | 15 kB 00:00 2026-02-18T05:40:55.656 INFO:teuthology.orchestra.run.trial138.stdout:(3/94): ceph-mds-20.2.0-670.gadc19233.el9.x86_6 4.1 MB/s | 2.3 MB 00:00 2026-02-18T05:40:55.659 INFO:teuthology.orchestra.run.trial010.stdout:(31/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 7.5 MB/s | 246 kB 00:00 2026-02-18T05:40:55.667 INFO:teuthology.orchestra.run.trial010.stdout:(32/94): lua-5.4.4-4.el9.x86_64.rpm 6.8 MB/s | 188 kB 00:00 2026-02-18T05:40:55.667 INFO:teuthology.orchestra.run.trial138.stdout:(4/94): ceph-grafana-dashboards-20.2.0-670.gadc 3.7 MB/s | 43 kB 00:00 2026-02-18T05:40:55.668 INFO:teuthology.orchestra.run.trial010.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 4.6 MB/s | 42 kB 00:00 2026-02-18T05:40:55.686 INFO:teuthology.orchestra.run.trial010.stdout:(34/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 39 MB/s | 3.0 MB 00:00 2026-02-18T05:40:55.690 INFO:teuthology.orchestra.run.trial138.stdout:(5/94): ceph-mgr-cephadm-20.2.0-670.gadc19233.e 7.5 MB/s | 173 kB 00:00 2026-02-18T05:40:55.703 INFO:teuthology.orchestra.run.trial010.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 29 MB/s | 1.0 MB 00:00 2026-02-18T05:40:55.725 INFO:teuthology.orchestra.run.trial010.stdout:(36/94): python3-devel-3.9.25-2.el9.x86_64.rpm 11 MB/s | 244 kB 00:00 2026-02-18T05:40:55.737 INFO:teuthology.orchestra.run.trial010.stdout:(37/94): python3-babel-2.9.1-2.el9.noarch.rpm 117 MB/s | 6.0 MB 00:00 2026-02-18T05:40:55.741 INFO:teuthology.orchestra.run.trial010.stdout:(38/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 16 MB/s | 249 kB 00:00 2026-02-18T05:40:55.747 INFO:teuthology.orchestra.run.trial010.stdout:(39/94): python3-jmespath-1.0.1-1.el9.noarch.rp 4.5 MB/s | 48 kB 00:00 2026-02-18T05:40:55.752 INFO:teuthology.orchestra.run.trial010.stdout:(40/94): python3-libstoragemgmt-1.10.1-1.el9.x8 15 MB/s | 177 kB 00:00 2026-02-18T05:40:55.760 INFO:teuthology.orchestra.run.trial010.stdout:(41/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 94 MB/s | 1.2 MB 00:00 2026-02-18T05:40:55.763 INFO:teuthology.orchestra.run.trial010.stdout:(42/94): python3-markupsafe-1.1.1-12.el9.x86_64 3.0 MB/s | 35 kB 00:00 2026-02-18T05:40:55.777 INFO:teuthology.orchestra.run.trial010.stdout:(43/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 33 MB/s | 442 kB 00:00 2026-02-18T05:40:55.788 INFO:teuthology.orchestra.run.trial010.stdout:(44/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 43 MB/s | 5.3 MB 00:00 2026-02-18T05:40:55.789 INFO:teuthology.orchestra.run.trial010.stdout:(45/94): python3-packaging-20.9-5.el9.noarch.rp 6.3 MB/s | 77 kB 00:00 2026-02-18T05:40:55.799 INFO:teuthology.orchestra.run.trial010.stdout:(46/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 15 MB/s | 159 kB 00:00 2026-02-18T05:40:55.800 INFO:teuthology.orchestra.run.trial010.stdout:(47/94): python3-protobuf-3.14.0-17.el9.noarch. 23 MB/s | 267 kB 00:00 2026-02-18T05:40:55.807 INFO:teuthology.orchestra.run.trial125.stdout:(94/94): protobuf-compiler-3.14.0-17.el9.x86_64 336 kB/s | 862 kB 00:02 2026-02-18T05:40:55.809 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:55.809 INFO:teuthology.orchestra.run.trial125.stdout:Total 24 MB/s | 101 MB 00:04 2026-02-18T05:40:55.810 INFO:teuthology.orchestra.run.trial010.stdout:(48/94): python3-requests-oauthlib-1.3.0-12.el9 5.0 MB/s | 54 kB 00:00 2026-02-18T05:40:55.811 INFO:teuthology.orchestra.run.trial010.stdout:(49/94): python3-pyasn1-modules-0.4.8-6.el9.noa 23 MB/s | 279 kB 00:00 2026-02-18T05:40:55.825 INFO:teuthology.orchestra.run.trial010.stdout:(50/94): python3-toml-0.10.2-6.el9.noarch.rpm 2.9 MB/s | 42 kB 00:00 2026-02-18T05:40:55.836 INFO:teuthology.orchestra.run.trial010.stdout:(51/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 81 MB/s | 6.1 MB 00:00 2026-02-18T05:40:55.837 INFO:teuthology.orchestra.run.trial010.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 16 MB/s | 189 kB 00:00 2026-02-18T05:40:55.841 INFO:teuthology.orchestra.run.trial138.stdout:(6/94): ceph-mon-20.2.0-670.gadc19233.el9.x86_6 8.8 MB/s | 5.1 MB 00:00 2026-02-18T05:40:55.844 INFO:teuthology.orchestra.run.trial010.stdout:(53/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 11 MB/s | 90 kB 00:00 2026-02-18T05:40:56.091 INFO:teuthology.orchestra.run.trial010.stdout:(54/94): lua-devel-5.4.4-4.el9.x86_64.rpm 88 kB/s | 22 kB 00:00 2026-02-18T05:40:56.144 INFO:teuthology.orchestra.run.trial010.stdout:(55/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 10 MB/s | 551 kB 00:00 2026-02-18T05:40:56.153 INFO:teuthology.orchestra.run.trial010.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 2.2 MB/s | 19 kB 00:00 2026-02-18T05:40:56.163 INFO:teuthology.orchestra.run.trial010.stdout:(57/94): luarocks-3.9.2-5.el9.noarch.rpm 14 MB/s | 151 kB 00:00 2026-02-18T05:40:56.178 INFO:teuthology.orchestra.run.trial010.stdout:(58/94): python3-asyncssh-2.13.2-5.el9.noarch.r 37 MB/s | 548 kB 00:00 2026-02-18T05:40:56.209 INFO:teuthology.orchestra.run.trial010.stdout:(59/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 48 MB/s | 19 MB 00:00 2026-02-18T05:40:56.210 INFO:teuthology.orchestra.run.trial010.stdout:(60/94): python3-autocommand-2.2.2-8.el9.noarch 933 kB/s | 29 kB 00:00 2026-02-18T05:40:56.220 INFO:teuthology.orchestra.run.trial010.stdout:(61/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 4.5 MB/s | 43 kB 00:00 2026-02-18T05:40:56.229 INFO:teuthology.orchestra.run.trial010.stdout:(62/94): python3-cachetools-4.2.4-1.el9.noarch. 3.4 MB/s | 32 kB 00:00 2026-02-18T05:40:56.237 INFO:teuthology.orchestra.run.trial010.stdout:(63/94): python3-certifi-2023.05.07-4.el9.noarc 1.7 MB/s | 14 kB 00:00 2026-02-18T05:40:56.237 INFO:teuthology.orchestra.run.trial010.stdout:(64/94): python3-backports-tarfile-1.2.0-1.el9. 2.1 MB/s | 60 kB 00:00 2026-02-18T05:40:56.242 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:40:56.249 INFO:teuthology.orchestra.run.trial010.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 14 MB/s | 173 kB 00:00 2026-02-18T05:40:56.257 INFO:teuthology.orchestra.run.trial138.stdout:(7/94): ceph-mgr-diskprediction-local-20.2.0-67 18 MB/s | 7.4 MB 00:00 2026-02-18T05:40:56.263 INFO:teuthology.orchestra.run.trial010.stdout:(66/94): python3-google-auth-2.45.0-1.el9.noarc 17 MB/s | 254 kB 00:00 2026-02-18T05:40:56.264 INFO:teuthology.orchestra.run.trial010.stdout:(67/94): python3-cherrypy-18.6.1-2.el9.noarch.r 13 MB/s | 358 kB 00:00 2026-02-18T05:40:56.277 INFO:teuthology.orchestra.run.trial010.stdout:(68/94): python3-grpcio-tools-1.46.7-10.el9.x86 11 MB/s | 144 kB 00:00 2026-02-18T05:40:56.279 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:40:56.279 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:40:56.284 INFO:teuthology.orchestra.run.trial138.stdout:(8/94): ceph-mgr-dashboard-20.2.0-670.gadc19233 18 MB/s | 11 MB 00:00 2026-02-18T05:40:56.285 INFO:teuthology.orchestra.run.trial138.stdout:(9/94): ceph-mgr-k8sevents-20.2.0-670.gadc19233 792 kB/s | 22 kB 00:00 2026-02-18T05:40:56.290 INFO:teuthology.orchestra.run.trial010.stdout:(69/94): python3-influxdb-5.3.1-1.el9.noarch.rp 11 MB/s | 139 kB 00:00 2026-02-18T05:40:56.294 INFO:teuthology.orchestra.run.trial010.stdout:(70/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 67 MB/s | 2.0 MB 00:00 2026-02-18T05:40:56.301 INFO:teuthology.orchestra.run.trial010.stdout:(71/94): python3-isodate-0.6.1-3.el9.noarch.rpm 5.1 MB/s | 56 kB 00:00 2026-02-18T05:40:56.302 INFO:teuthology.orchestra.run.trial010.stdout:(72/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 1.2 MB/s | 11 kB 00:00 2026-02-18T05:40:56.305 INFO:teuthology.orchestra.run.trial138.stdout:(10/94): ceph-mgr-modules-core-20.2.0-670.gadc1 14 MB/s | 290 kB 00:00 2026-02-18T05:40:56.306 INFO:teuthology.orchestra.run.trial138.stdout:(11/94): ceph-mgr-rook-20.2.0-670.gadc19233.el9 2.3 MB/s | 50 kB 00:00 2026-02-18T05:40:56.309 INFO:teuthology.orchestra.run.trial010.stdout:(73/94): python3-jaraco-classes-3.2.1-5.el9.noa 2.0 MB/s | 18 kB 00:00 2026-02-18T05:40:56.311 INFO:teuthology.orchestra.run.trial010.stdout:(74/94): python3-jaraco-collections-3.0.0-8.el9 2.9 MB/s | 23 kB 00:00 2026-02-18T05:40:56.317 INFO:teuthology.orchestra.run.trial010.stdout:(75/94): python3-jaraco-context-6.0.1-3.el9.noa 2.3 MB/s | 20 kB 00:00 2026-02-18T05:40:56.320 INFO:teuthology.orchestra.run.trial010.stdout:(76/94): python3-jaraco-functools-3.5.0-2.el9.n 2.0 MB/s | 19 kB 00:00 2026-02-18T05:40:56.327 INFO:teuthology.orchestra.run.trial010.stdout:(77/94): python3-jaraco-text-4.0.0-2.el9.noarch 2.7 MB/s | 26 kB 00:00 2026-02-18T05:40:56.331 INFO:teuthology.orchestra.run.trial138.stdout:(12/94): ceph-osd-20.2.0-670.gadc19233.el9.x86_ 21 MB/s | 17 MB 00:00 2026-02-18T05:40:56.331 INFO:teuthology.orchestra.run.trial138.stdout:(13/94): ceph-prometheus-alerts-20.2.0-670.gadc 668 kB/s | 17 kB 00:00 2026-02-18T05:40:56.332 INFO:teuthology.orchestra.run.trial138.stdout:(14/94): ceph-volume-20.2.0-670.gadc19233.el9.n 11 MB/s | 297 kB 00:00 2026-02-18T05:40:56.342 INFO:teuthology.orchestra.run.trial010.stdout:(78/94): python3-kubernetes-26.1.0-3.el9.noarch 47 MB/s | 1.0 MB 00:00 2026-02-18T05:40:56.342 INFO:teuthology.orchestra.run.trial010.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 5.1 MB/s | 79 kB 00:00 2026-02-18T05:40:56.354 INFO:teuthology.orchestra.run.trial138.stdout:(15/94): cephadm-20.2.0-670.gadc19233.el9.noarc 43 MB/s | 1.0 MB 00:00 2026-02-18T05:40:56.354 INFO:teuthology.orchestra.run.trial010.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 6.7 MB/s | 86 kB 00:00 2026-02-18T05:40:56.355 INFO:teuthology.orchestra.run.trial010.stdout:(81/94): python3-natsort-7.1.1-5.el9.noarch.rpm 4.4 MB/s | 58 kB 00:00 2026-02-18T05:40:56.367 INFO:teuthology.orchestra.run.trial010.stdout:(82/94): python3-portend-3.1.0-2.el9.noarch.rpm 1.3 MB/s | 16 kB 00:00 2026-02-18T05:40:56.369 INFO:teuthology.orchestra.run.trial010.stdout:(83/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 6.4 MB/s | 90 kB 00:00 2026-02-18T05:40:56.375 INFO:teuthology.orchestra.run.trial010.stdout:(84/94): python3-repoze-lru-0.7-16.el9.noarch.r 3.5 MB/s | 31 kB 00:00 2026-02-18T05:40:56.382 INFO:teuthology.orchestra.run.trial010.stdout:(85/94): python3-routes-2.5.1-5.el9.noarch.rpm 14 MB/s | 188 kB 00:00 2026-02-18T05:40:56.385 INFO:teuthology.orchestra.run.trial010.stdout:(86/94): python3-rsa-4.9-2.el9.noarch.rpm 6.1 MB/s | 59 kB 00:00 2026-02-18T05:40:56.393 INFO:teuthology.orchestra.run.trial010.stdout:(87/94): python3-saml-1.16.0-1.el9.noarch.rpm 11 MB/s | 125 kB 00:00 2026-02-18T05:40:56.394 INFO:teuthology.orchestra.run.trial010.stdout:(88/94): python3-tempora-5.0.0-2.el9.noarch.rpm 3.9 MB/s | 36 kB 00:00 2026-02-18T05:40:56.396 INFO:teuthology.orchestra.run.trial138.stdout:(16/94): ledmon-libs-1.1.0-3.el9.x86_64.rpm 634 kB/s | 40 kB 00:00 2026-02-18T05:40:56.403 INFO:teuthology.orchestra.run.trial010.stdout:(89/94): python3-typing-extensions-4.15.0-1.el9 9.0 MB/s | 86 kB 00:00 2026-02-18T05:40:56.404 INFO:teuthology.orchestra.run.trial010.stdout:(90/94): python3-websocket-client-1.2.3-2.el9.n 9.0 MB/s | 90 kB 00:00 2026-02-18T05:40:56.415 INFO:teuthology.orchestra.run.trial010.stdout:(91/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 4.0 MB/s | 48 kB 00:00 2026-02-18T05:40:56.415 INFO:teuthology.orchestra.run.trial010.stdout:(92/94): python3-xmltodict-0.12.0-15.el9.noarch 1.9 MB/s | 22 kB 00:00 2026-02-18T05:40:56.417 INFO:teuthology.orchestra.run.trial138.stdout:(17/94): libconfig-1.7.2-9.el9.x86_64.rpm 1.1 MB/s | 72 kB 00:00 2026-02-18T05:40:56.426 INFO:teuthology.orchestra.run.trial010.stdout:(93/94): python3-zc-lockfile-2.0-10.el9.noarch. 1.8 MB/s | 20 kB 00:00 2026-02-18T05:40:56.437 INFO:teuthology.orchestra.run.trial138.stdout:(18/94): cryptsetup-2.8.1-2.el9.x86_64.rpm 3.2 MB/s | 350 kB 00:00 2026-02-18T05:40:56.461 INFO:teuthology.orchestra.run.trial138.stdout:(19/94): libquadmath-11.5.0-14.el9.x86_64.rpm 4.1 MB/s | 184 kB 00:00 2026-02-18T05:40:56.462 INFO:teuthology.orchestra.run.trial138.stdout:(20/94): python3-cffi-1.14.5-5.el9.x86_64.rpm 10 MB/s | 253 kB 00:00 2026-02-18T05:40:56.482 INFO:teuthology.orchestra.run.trial138.stdout:(21/94): libgfortran-11.5.0-14.el9.x86_64.rpm 9.1 MB/s | 794 kB 00:00 2026-02-18T05:40:56.486 INFO:teuthology.orchestra.run.trial138.stdout:(22/94): python3-ply-3.11-14.el9.noarch.rpm 4.4 MB/s | 106 kB 00:00 2026-02-18T05:40:56.487 INFO:teuthology.orchestra.run.trial010.stdout:(94/94): protobuf-compiler-3.14.0-17.el9.x86_64 1.3 MB/s | 862 kB 00:00 2026-02-18T05:40:56.488 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:56.488 INFO:teuthology.orchestra.run.trial010.stdout:Total 37 MB/s | 101 MB 00:02 2026-02-18T05:40:56.506 INFO:teuthology.orchestra.run.trial138.stdout:(23/94): python3-pycparser-2.20-6.el9.noarch.rp 5.5 MB/s | 135 kB 00:00 2026-02-18T05:40:56.510 INFO:teuthology.orchestra.run.trial138.stdout:(24/94): python3-requests-2.25.1-10.el9.noarch. 5.2 MB/s | 126 kB 00:00 2026-02-18T05:40:56.528 INFO:teuthology.orchestra.run.trial138.stdout:(25/94): python3-urllib3-1.26.5-7.el9.noarch.rp 9.5 MB/s | 218 kB 00:00 2026-02-18T05:40:56.533 INFO:teuthology.orchestra.run.trial138.stdout:(26/94): unzip-6.0-59.el9.x86_64.rpm 7.6 MB/s | 182 kB 00:00 2026-02-18T05:40:56.539 INFO:teuthology.orchestra.run.trial138.stdout:(27/94): python3-cryptography-36.0.1-5.el9.x86_ 16 MB/s | 1.2 MB 00:00 2026-02-18T05:40:56.552 INFO:teuthology.orchestra.run.trial138.stdout:(28/94): zip-3.0-35.el9.x86_64.rpm 11 MB/s | 266 kB 00:00 2026-02-18T05:40:56.709 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:40:56.710 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:40:56.787 INFO:teuthology.orchestra.run.trial138.stdout:(29/94): flexiblas-openblas-openmp-3.0.4-9.el9. 63 kB/s | 15 kB 00:00 2026-02-18T05:40:56.791 INFO:teuthology.orchestra.run.trial138.stdout:(30/94): flexiblas-3.0.4-9.el9.x86_64.rpm 115 kB/s | 30 kB 00:00 2026-02-18T05:40:56.931 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:40:56.968 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:40:56.969 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:40:57.082 INFO:teuthology.orchestra.run.trial138.stdout:(31/94): lua-5.4.4-4.el9.x86_64.rpm 648 kB/s | 188 kB 00:00 2026-02-18T05:40:57.142 INFO:teuthology.orchestra.run.trial138.stdout:(32/94): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 693 kB/s | 246 kB 00:00 2026-02-18T05:40:57.162 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:40:57.164 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T05:40:57.168 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T05:40:57.170 INFO:teuthology.orchestra.run.trial138.stdout:(33/94): openblas-0.3.29-1.el9.x86_64.rpm 478 kB/s | 42 kB 00:00 2026-02-18T05:40:57.189 INFO:teuthology.orchestra.run.trial125.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T05:40:57.199 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T05:40:57.232 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T05:40:57.242 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T05:40:57.247 INFO:teuthology.orchestra.run.trial125.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T05:40:57.250 INFO:teuthology.orchestra.run.trial125.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T05:40:57.254 INFO:teuthology.orchestra.run.trial125.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T05:40:57.277 INFO:teuthology.orchestra.run.trial125.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T05:40:57.289 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T05:40:57.293 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T05:40:57.299 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T05:40:57.301 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T05:40:57.312 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T05:40:57.318 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T05:40:57.321 INFO:teuthology.orchestra.run.trial138.stdout:(34/94): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 3.8 MB/s | 3.0 MB 00:00 2026-02-18T05:40:57.341 INFO:teuthology.orchestra.run.trial125.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T05:40:57.344 INFO:teuthology.orchestra.run.trial125.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T05:40:57.351 INFO:teuthology.orchestra.run.trial125.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T05:40:57.399 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:40:57.399 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:40:57.401 INFO:teuthology.orchestra.run.trial125.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T05:40:57.414 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T05:40:57.417 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T05:40:57.421 INFO:teuthology.orchestra.run.trial125.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T05:40:57.426 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T05:40:57.431 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T05:40:57.434 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T05:40:57.447 INFO:teuthology.orchestra.run.trial138.stdout:(35/94): protobuf-3.14.0-17.el9.x86_64.rpm 3.6 MB/s | 1.0 MB 00:00 2026-02-18T05:40:57.449 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T05:40:57.453 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T05:40:57.458 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T05:40:57.469 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T05:40:57.478 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T05:40:57.484 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T05:40:57.504 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T05:40:57.515 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T05:40:57.530 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T05:40:57.535 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T05:40:57.542 INFO:teuthology.orchestra.run.trial138.stdout:(36/94): python3-babel-2.9.1-2.el9.noarch.rpm 27 MB/s | 6.0 MB 00:00 2026-02-18T05:40:57.543 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T05:40:57.543 INFO:teuthology.orchestra.run.trial138.stdout:(37/94): python3-devel-3.9.25-2.el9.x86_64.rpm 2.5 MB/s | 244 kB 00:00 2026-02-18T05:40:57.582 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T05:40:57.597 INFO:teuthology.orchestra.run.trial138.stdout:(38/94): openblas-openmp-0.3.29-1.el9.x86_64.rp 12 MB/s | 5.3 MB 00:00 2026-02-18T05:40:57.623 INFO:teuthology.orchestra.run.trial138.stdout:(39/94): python3-jmespath-1.0.1-1.el9.noarch.rp 594 kB/s | 48 kB 00:00 2026-02-18T05:40:57.631 INFO:teuthology.orchestra.run.trial138.stdout:(40/94): python3-jinja2-2.11.3-8.el9.noarch.rpm 2.7 MB/s | 249 kB 00:00 2026-02-18T05:40:57.679 INFO:teuthology.orchestra.run.trial138.stdout:(41/94): python3-libstoragemgmt-1.10.1-1.el9.x8 2.1 MB/s | 177 kB 00:00 2026-02-18T05:40:57.711 INFO:teuthology.orchestra.run.trial138.stdout:(42/94): python3-markupsafe-1.1.1-12.el9.x86_64 436 kB/s | 35 kB 00:00 2026-02-18T05:40:57.714 INFO:teuthology.orchestra.run.trial138.stdout:(43/94): python3-lxml-4.6.5-3.el9.x86_64.rpm 13 MB/s | 1.2 MB 00:00 2026-02-18T05:40:57.794 INFO:teuthology.orchestra.run.trial138.stdout:(44/94): python3-packaging-20.9-5.el9.noarch.rp 963 kB/s | 77 kB 00:00 2026-02-18T05:40:57.809 INFO:teuthology.orchestra.run.trial138.stdout:(45/94): python3-numpy-f2py-1.23.5-2.el9.x86_64 4.4 MB/s | 442 kB 00:00 2026-02-18T05:40:57.854 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:40:57.856 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T05:40:57.860 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T05:40:57.875 INFO:teuthology.orchestra.run.trial138.stdout:(46/94): python3-protobuf-3.14.0-17.el9.noarch. 3.2 MB/s | 267 kB 00:00 2026-02-18T05:40:57.881 INFO:teuthology.orchestra.run.trial010.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T05:40:57.892 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T05:40:57.894 INFO:teuthology.orchestra.run.trial138.stdout:(47/94): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.8 MB/s | 159 kB 00:00 2026-02-18T05:40:57.902 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T05:40:57.912 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T05:40:57.916 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T05:40:57.922 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T05:40:57.924 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T05:40:57.924 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T05:40:57.934 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T05:40:57.937 INFO:teuthology.orchestra.run.trial138.stdout:(48/94): python3-numpy-1.23.5-2.el9.x86_64.rpm 24 MB/s | 6.1 MB 00:00 2026-02-18T05:40:57.939 INFO:teuthology.orchestra.run.trial010.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T05:40:57.941 INFO:teuthology.orchestra.run.trial010.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T05:40:57.946 INFO:teuthology.orchestra.run.trial010.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T05:40:57.952 INFO:teuthology.orchestra.run.trial125.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T05:40:57.957 INFO:teuthology.orchestra.run.trial138.stdout:(49/94): python3-pyasn1-modules-0.4.8-6.el9.noa 3.3 MB/s | 279 kB 00:00 2026-02-18T05:40:57.969 INFO:teuthology.orchestra.run.trial010.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T05:40:57.975 INFO:teuthology.orchestra.run.trial138.stdout:(50/94): python3-requests-oauthlib-1.3.0-12.el9 669 kB/s | 54 kB 00:00 2026-02-18T05:40:57.982 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T05:40:57.985 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T05:40:57.991 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T05:40:57.992 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T05:40:57.995 INFO:teuthology.orchestra.run.trial125.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T05:40:58.002 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T05:40:58.003 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T05:40:58.005 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T05:40:58.009 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T05:40:58.011 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T05:40:58.015 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T05:40:58.022 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T05:40:58.025 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T05:40:58.033 INFO:teuthology.orchestra.run.trial010.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T05:40:58.037 INFO:teuthology.orchestra.run.trial010.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T05:40:58.037 INFO:teuthology.orchestra.run.trial138.stdout:(51/94): python3-toml-0.10.2-6.el9.noarch.rpm 523 kB/s | 42 kB 00:00 2026-02-18T05:40:58.043 INFO:teuthology.orchestra.run.trial010.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T05:40:58.053 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T05:40:58.061 INFO:teuthology.orchestra.run.trial138.stdout:(52/94): xmlsec1-1.2.29-13.el9.x86_64.rpm 2.1 MB/s | 189 kB 00:00 2026-02-18T05:40:58.062 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T05:40:58.068 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T05:40:58.075 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T05:40:58.094 INFO:teuthology.orchestra.run.trial138.stdout:(53/94): lua-devel-5.4.4-4.el9.x86_64.rpm 685 kB/s | 22 kB 00:00 2026-02-18T05:40:58.094 INFO:teuthology.orchestra.run.trial010.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T05:40:58.107 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T05:40:58.109 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T05:40:58.110 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T05:40:58.114 INFO:teuthology.orchestra.run.trial010.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T05:40:58.116 INFO:teuthology.orchestra.run.trial138.stdout:(54/94): xmlsec1-openssl-1.2.29-13.el9.x86_64.r 1.1 MB/s | 90 kB 00:00 2026-02-18T05:40:58.119 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T05:40:58.124 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T05:40:58.127 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T05:40:58.140 INFO:teuthology.orchestra.run.trial138.stdout:(55/94): protobuf-compiler-3.14.0-17.el9.x86_64 18 MB/s | 862 kB 00:00 2026-02-18T05:40:58.142 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T05:40:58.146 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T05:40:58.151 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T05:40:58.163 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T05:40:58.172 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T05:40:58.178 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T05:40:58.197 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T05:40:58.208 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T05:40:58.224 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T05:40:58.228 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T05:40:58.236 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T05:40:58.276 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T05:40:58.299 INFO:teuthology.orchestra.run.trial138.stdout:(56/94): grpc-data-1.46.7-10.el9.noarch.rpm 123 kB/s | 19 kB 00:00 2026-02-18T05:40:58.330 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T05:40:58.354 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T05:40:58.358 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T05:40:58.416 INFO:teuthology.orchestra.run.trial125.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T05:40:58.418 INFO:teuthology.orchestra.run.trial125.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T05:40:58.439 INFO:teuthology.orchestra.run.trial125.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T05:40:58.491 INFO:teuthology.orchestra.run.trial138.stdout:(57/94): luarocks-3.9.2-5.el9.noarch.rpm 786 kB/s | 151 kB 00:00 2026-02-18T05:40:58.531 INFO:teuthology.orchestra.run.trial138.stdout:(58/94): python3-scipy-1.9.3-2.el9.x86_64.rpm 32 MB/s | 19 MB 00:00 2026-02-18T05:40:58.532 INFO:teuthology.orchestra.run.trial138.stdout:(59/94): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.3 MB/s | 551 kB 00:00 2026-02-18T05:40:58.603 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T05:40:58.614 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T05:40:58.618 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T05:40:58.624 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T05:40:58.626 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T05:40:58.654 INFO:teuthology.orchestra.run.trial010.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T05:40:58.659 INFO:teuthology.orchestra.run.trial138.stdout:(60/94): python3-asyncssh-2.13.2-5.el9.noarch.r 3.2 MB/s | 548 kB 00:00 2026-02-18T05:40:58.698 INFO:teuthology.orchestra.run.trial010.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T05:40:58.704 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T05:40:58.707 INFO:teuthology.orchestra.run.trial138.stdout:(61/94): python3-autocommand-2.2.2-8.el9.noarch 167 kB/s | 29 kB 00:00 2026-02-18T05:40:58.708 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T05:40:58.714 INFO:teuthology.orchestra.run.trial138.stdout:(62/94): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 788 kB/s | 43 kB 00:00 2026-02-18T05:40:58.714 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T05:40:58.718 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T05:40:58.725 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T05:40:58.728 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T05:40:58.756 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T05:40:58.761 INFO:teuthology.orchestra.run.trial125.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T05:40:58.766 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T05:40:58.768 INFO:teuthology.orchestra.run.trial138.stdout:(63/94): python3-certifi-2023.05.07-4.el9.noarc 263 kB/s | 14 kB 00:00 2026-02-18T05:40:58.772 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T05:40:58.778 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T05:40:58.796 INFO:teuthology.orchestra.run.trial138.stdout:(64/94): python3-cachetools-4.2.4-1.el9.noarch. 365 kB/s | 32 kB 00:00 2026-02-18T05:40:58.813 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T05:40:58.832 INFO:teuthology.orchestra.run.trial138.stdout:(65/94): python3-cheroot-10.0.1-4.el9.noarch.rp 2.7 MB/s | 173 kB 00:00 2026-02-18T05:40:58.834 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T05:40:58.847 INFO:teuthology.orchestra.run.trial138.stdout:(66/94): python3-backports-tarfile-1.2.0-1.el9. 191 kB/s | 60 kB 00:00 2026-02-18T05:40:58.900 INFO:teuthology.orchestra.run.trial138.stdout:(67/94): python3-google-auth-2.45.0-1.el9.noarc 3.6 MB/s | 254 kB 00:00 2026-02-18T05:40:58.962 INFO:teuthology.orchestra.run.trial138.stdout:(68/94): python3-grpcio-tools-1.46.7-10.el9.x86 2.3 MB/s | 144 kB 00:00 2026-02-18T05:40:59.024 INFO:teuthology.orchestra.run.trial138.stdout:(69/94): python3-grpcio-1.46.7-10.el9.x86_64.rp 12 MB/s | 2.0 MB 00:00 2026-02-18T05:40:59.024 INFO:teuthology.orchestra.run.trial138.stdout:(70/94): python3-influxdb-5.3.1-1.el9.noarch.rp 2.2 MB/s | 139 kB 00:00 2026-02-18T05:40:59.025 INFO:teuthology.orchestra.run.trial138.stdout:(71/94): python3-cherrypy-18.6.1-2.el9.noarch.r 1.5 MB/s | 358 kB 00:00 2026-02-18T05:40:59.035 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T05:40:59.058 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T05:40:59.062 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T05:40:59.079 INFO:teuthology.orchestra.run.trial138.stdout:(72/94): python3-isodate-0.6.1-3.el9.noarch.rpm 1.0 MB/s | 56 kB 00:00 2026-02-18T05:40:59.079 INFO:teuthology.orchestra.run.trial138.stdout:(73/94): python3-jaraco-8.2.1-3.el9.noarch.rpm 195 kB/s | 11 kB 00:00 2026-02-18T05:40:59.079 INFO:teuthology.orchestra.run.trial138.stdout:(74/94): python3-jaraco-classes-3.2.1-5.el9.noa 323 kB/s | 18 kB 00:00 2026-02-18T05:40:59.121 INFO:teuthology.orchestra.run.trial010.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T05:40:59.123 INFO:teuthology.orchestra.run.trial010.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T05:40:59.133 INFO:teuthology.orchestra.run.trial138.stdout:(75/94): python3-jaraco-collections-3.0.0-8.el9 429 kB/s | 23 kB 00:00 2026-02-18T05:40:59.133 INFO:teuthology.orchestra.run.trial138.stdout:(76/94): python3-jaraco-context-6.0.1-3.el9.noa 362 kB/s | 20 kB 00:00 2026-02-18T05:40:59.134 INFO:teuthology.orchestra.run.trial138.stdout:(77/94): python3-jaraco-functools-3.5.0-2.el9.n 359 kB/s | 19 kB 00:00 2026-02-18T05:40:59.144 INFO:teuthology.orchestra.run.trial010.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T05:40:59.187 INFO:teuthology.orchestra.run.trial138.stdout:(78/94): python3-jaraco-text-4.0.0-2.el9.noarch 489 kB/s | 26 kB 00:00 2026-02-18T05:40:59.198 INFO:teuthology.orchestra.run.trial138.stdout:(79/94): python3-more-itertools-8.12.0-2.el9.no 1.2 MB/s | 79 kB 00:00 2026-02-18T05:40:59.242 INFO:teuthology.orchestra.run.trial138.stdout:(80/94): python3-msgpack-1.0.3-2.el9.x86_64.rpm 1.5 MB/s | 86 kB 00:00 2026-02-18T05:40:59.249 INFO:teuthology.orchestra.run.trial138.stdout:(81/94): python3-kubernetes-26.1.0-3.el9.noarch 8.9 MB/s | 1.0 MB 00:00 2026-02-18T05:40:59.256 INFO:teuthology.orchestra.run.trial138.stdout:(82/94): python3-natsort-7.1.1-5.el9.noarch.rpm 1.0 MB/s | 58 kB 00:00 2026-02-18T05:40:59.303 INFO:teuthology.orchestra.run.trial138.stdout:(83/94): python3-portend-3.1.0-2.el9.noarch.rpm 266 kB/s | 16 kB 00:00 2026-02-18T05:40:59.312 INFO:teuthology.orchestra.run.trial138.stdout:(84/94): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.4 MB/s | 90 kB 00:00 2026-02-18T05:40:59.314 INFO:teuthology.orchestra.run.trial138.stdout:(85/94): python3-repoze-lru-0.7-16.el9.noarch.r 532 kB/s | 31 kB 00:00 2026-02-18T05:40:59.361 INFO:teuthology.orchestra.run.trial138.stdout:(86/94): python3-routes-2.5.1-5.el9.noarch.rpm 3.2 MB/s | 188 kB 00:00 2026-02-18T05:40:59.366 INFO:teuthology.orchestra.run.trial138.stdout:(87/94): python3-rsa-4.9-2.el9.noarch.rpm 1.1 MB/s | 59 kB 00:00 2026-02-18T05:40:59.379 INFO:teuthology.orchestra.run.trial138.stdout:(88/94): python3-saml-1.16.0-1.el9.noarch.rpm 1.9 MB/s | 125 kB 00:00 2026-02-18T05:40:59.419 INFO:teuthology.orchestra.run.trial138.stdout:(89/94): python3-tempora-5.0.0-2.el9.noarch.rpm 616 kB/s | 36 kB 00:00 2026-02-18T05:40:59.424 INFO:teuthology.orchestra.run.trial138.stdout:(90/94): python3-typing-extensions-4.15.0-1.el9 1.5 MB/s | 86 kB 00:00 2026-02-18T05:40:59.441 INFO:teuthology.orchestra.run.trial138.stdout:(91/94): python3-websocket-client-1.2.3-2.el9.n 1.4 MB/s | 90 kB 00:00 2026-02-18T05:40:59.468 INFO:teuthology.orchestra.run.trial010.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T05:40:59.474 INFO:teuthology.orchestra.run.trial138.stdout:(92/94): python3-xmlsec-1.3.13-1.el9.x86_64.rpm 889 kB/s | 48 kB 00:00 2026-02-18T05:40:59.479 INFO:teuthology.orchestra.run.trial138.stdout:(93/94): python3-xmltodict-0.12.0-15.el9.noarch 402 kB/s | 22 kB 00:00 2026-02-18T05:40:59.497 INFO:teuthology.orchestra.run.trial138.stdout:(94/94): python3-zc-lockfile-2.0-10.el9.noarch. 358 kB/s | 20 kB 00:00 2026-02-18T05:40:59.497 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:40:59.498 INFO:teuthology.orchestra.run.trial138.stdout:Total 21 MB/s | 101 MB 00:04 2026-02-18T05:40:59.498 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T05:40:59.517 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T05:40:59.530 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T05:40:59.541 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T05:40:59.546 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T05:40:59.620 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T05:40:59.629 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T05:40:59.652 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T05:40:59.682 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T05:40:59.732 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T05:40:59.737 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T05:40:59.741 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T05:40:59.742 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T05:40:59.760 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:40:59.760 INFO:teuthology.orchestra.run.trial125.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T05:40:59.760 INFO:teuthology.orchestra.run.trial125.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T05:40:59.760 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:59.769 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:40:59.794 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:40:59.794 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T05:40:59.794 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:59.830 INFO:teuthology.orchestra.run.trial125.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T05:40:59.893 INFO:teuthology.orchestra.run.trial125.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T05:40:59.895 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:40:59.909 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:40:59.910 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:40:59.910 INFO:teuthology.orchestra.run.trial125.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:40:59.910 INFO:teuthology.orchestra.run.trial125.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T05:40:59.910 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:40:59.946 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:40:59.947 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:41:00.210 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T05:41:00.229 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T05:41:00.243 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T05:41:00.258 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T05:41:00.333 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T05:41:00.342 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T05:41:00.365 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T05:41:00.379 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:41:00.379 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:41:00.395 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T05:41:00.445 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T05:41:00.451 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T05:41:00.454 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T05:41:00.456 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T05:41:00.475 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:41:00.475 INFO:teuthology.orchestra.run.trial010.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T05:41:00.475 INFO:teuthology.orchestra.run.trial010.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T05:41:00.475 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:00.485 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:41:00.511 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:41:00.511 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T05:41:00.511 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:00.546 INFO:teuthology.orchestra.run.trial010.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T05:41:00.610 INFO:teuthology.orchestra.run.trial010.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T05:41:00.612 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:41:00.617 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:41:00.626 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:41:00.626 INFO:teuthology.orchestra.run.trial010.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:00.626 INFO:teuthology.orchestra.run.trial010.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T05:41:00.626 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:00.641 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:41:00.641 INFO:teuthology.orchestra.run.trial125.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:00.641 INFO:teuthology.orchestra.run.trial125.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T05:41:00.642 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:41:00.642 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:41:00.642 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:00.699 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:41:00.701 INFO:teuthology.orchestra.run.trial125.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:41:00.708 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T05:41:00.731 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T05:41:00.733 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:41:00.833 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:41:00.835 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/94 2026-02-18T05:41:00.839 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/94 2026-02-18T05:41:00.860 INFO:teuthology.orchestra.run.trial138.stdout: Installing : xmlsec1-1.2.29-13.el9.x86_64 3/94 2026-02-18T05:41:00.871 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 4/94 2026-02-18T05:41:00.903 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-packaging-20.9-5.el9.noarch 5/94 2026-02-18T05:41:00.913 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-lxml-4.6.5-3.el9.x86_64 6/94 2026-02-18T05:41:00.918 INFO:teuthology.orchestra.run.trial138.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 7/94 2026-02-18T05:41:00.920 INFO:teuthology.orchestra.run.trial138.stdout: Installing : lua-5.4.4-4.el9.x86_64 8/94 2026-02-18T05:41:00.925 INFO:teuthology.orchestra.run.trial138.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 9/94 2026-02-18T05:41:00.948 INFO:teuthology.orchestra.run.trial138.stdout: Installing : unzip-6.0-59.el9.x86_64 10/94 2026-02-18T05:41:00.960 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 11/94 2026-02-18T05:41:00.964 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 12/94 2026-02-18T05:41:00.970 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 13/94 2026-02-18T05:41:00.972 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 14/94 2026-02-18T05:41:00.983 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 15/94 2026-02-18T05:41:00.989 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 16/94 2026-02-18T05:41:01.013 INFO:teuthology.orchestra.run.trial138.stdout: Installing : zip-3.0-35.el9.x86_64 17/94 2026-02-18T05:41:01.016 INFO:teuthology.orchestra.run.trial138.stdout: Installing : luarocks-3.9.2-5.el9.noarch 18/94 2026-02-18T05:41:01.023 INFO:teuthology.orchestra.run.trial138.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 19/94 2026-02-18T05:41:01.074 INFO:teuthology.orchestra.run.trial138.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 20/94 2026-02-18T05:41:01.087 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 21/94 2026-02-18T05:41:01.091 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-rsa-4.9-2.el9.noarch 22/94 2026-02-18T05:41:01.095 INFO:teuthology.orchestra.run.trial138.stdout: Installing : xmlsec1-openssl-1.2.29-13.el9.x86_64 23/94 2026-02-18T05:41:01.101 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-xmlsec-1.3.13-1.el9.x86_64 24/94 2026-02-18T05:41:01.105 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 25/94 2026-02-18T05:41:01.108 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 26/94 2026-02-18T05:41:01.123 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 27/94 2026-02-18T05:41:01.127 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 28/94 2026-02-18T05:41:01.133 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 29/94 2026-02-18T05:41:01.144 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 30/94 2026-02-18T05:41:01.153 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 31/94 2026-02-18T05:41:01.159 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 32/94 2026-02-18T05:41:01.178 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-msgpack-1.0.3-2.el9.x86_64 33/94 2026-02-18T05:41:01.189 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-influxdb-5.3.1-1.el9.noarch 34/94 2026-02-18T05:41:01.205 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-isodate-0.6.1-3.el9.noarch 35/94 2026-02-18T05:41:01.209 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-saml-1.16.0-1.el9.noarch 36/94 2026-02-18T05:41:01.217 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 37/94 2026-02-18T05:41:01.257 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 38/94 2026-02-18T05:41:01.301 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:41:01.327 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:41:01.327 INFO:teuthology.orchestra.run.trial010.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:01.327 INFO:teuthology.orchestra.run.trial010.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T05:41:01.327 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:41:01.327 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:41:01.327 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:01.387 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:41:01.390 INFO:teuthology.orchestra.run.trial010.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:41:01.396 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T05:41:01.419 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T05:41:01.421 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:41:01.580 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 39/94 2026-02-18T05:41:01.590 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 40/94 2026-02-18T05:41:01.594 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 41/94 2026-02-18T05:41:01.600 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 42/94 2026-02-18T05:41:01.602 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 43/94 2026-02-18T05:41:01.630 INFO:teuthology.orchestra.run.trial138.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 44/94 2026-02-18T05:41:01.674 INFO:teuthology.orchestra.run.trial138.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 45/94 2026-02-18T05:41:01.680 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 46/94 2026-02-18T05:41:01.684 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 47/94 2026-02-18T05:41:01.690 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 48/94 2026-02-18T05:41:01.693 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 49/94 2026-02-18T05:41:01.700 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 50/94 2026-02-18T05:41:01.704 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 51/94 2026-02-18T05:41:01.731 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 52/94 2026-02-18T05:41:01.741 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 53/94 2026-02-18T05:41:01.748 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 54/94 2026-02-18T05:41:01.755 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 55/94 2026-02-18T05:41:01.789 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 56/94 2026-02-18T05:41:01.886 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:41:01.891 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:41:02.013 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-devel-3.9.25-2.el9.x86_64 57/94 2026-02-18T05:41:02.037 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 58/94 2026-02-18T05:41:02.041 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 59/94 2026-02-18T05:41:02.100 INFO:teuthology.orchestra.run.trial138.stdout: Installing : openblas-0.3.29-1.el9.x86_64 60/94 2026-02-18T05:41:02.102 INFO:teuthology.orchestra.run.trial138.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 61/94 2026-02-18T05:41:02.123 INFO:teuthology.orchestra.run.trial138.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 62/94 2026-02-18T05:41:02.360 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:41:02.361 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:41:02.373 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:41:02.373 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:41:02.429 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:41:02.448 INFO:teuthology.orchestra.run.trial138.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 63/94 2026-02-18T05:41:02.474 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T05:41:02.475 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:41:02.498 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:41:02.498 INFO:teuthology.orchestra.run.trial125.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:02.498 INFO:teuthology.orchestra.run.trial125.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T05:41:02.498 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:41:02.498 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:41:02.498 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:02.511 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:41:02.522 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 64/94 2026-02-18T05:41:02.564 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:41:02.569 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:41:02.738 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:41:02.740 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:41:02.762 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:41:02.762 INFO:teuthology.orchestra.run.trial125.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:02.762 INFO:teuthology.orchestra.run.trial125.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T05:41:02.762 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:41:02.762 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:41:02.762 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:02.864 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:41:02.883 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:41:02.883 INFO:teuthology.orchestra.run.trial125.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:02.884 INFO:teuthology.orchestra.run.trial125.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T05:41:02.884 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:41:02.884 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:41:02.884 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:02.902 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:41:03.023 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:41:03.024 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:41:03.037 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:41:03.038 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:41:03.093 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:41:03.137 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T05:41:03.138 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:41:03.159 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:41:03.160 INFO:teuthology.orchestra.run.trial010.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:03.160 INFO:teuthology.orchestra.run.trial010.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T05:41:03.160 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:41:03.160 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:41:03.160 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:03.174 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:41:03.189 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 65/94 2026-02-18T05:41:03.208 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 66/94 2026-02-18T05:41:03.221 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-ply-3.11-14.el9.noarch 67/94 2026-02-18T05:41:03.237 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 68/94 2026-02-18T05:41:03.312 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 69/94 2026-02-18T05:41:03.321 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 70/94 2026-02-18T05:41:03.345 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 71/94 2026-02-18T05:41:03.374 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 72/94 2026-02-18T05:41:03.397 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:41:03.398 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:41:03.419 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:41:03.420 INFO:teuthology.orchestra.run.trial010.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:03.420 INFO:teuthology.orchestra.run.trial010.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T05:41:03.420 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:41:03.420 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:41:03.420 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:03.425 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 73/94 2026-02-18T05:41:03.431 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 74/94 2026-02-18T05:41:03.434 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 75/94 2026-02-18T05:41:03.435 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 76/94 2026-02-18T05:41:03.454 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:41:03.454 INFO:teuthology.orchestra.run.trial138.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-18T05:41:03.454 INFO:teuthology.orchestra.run.trial138.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-18T05:41:03.455 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:03.462 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:41:03.488 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 77/94 2026-02-18T05:41:03.488 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-18T05:41:03.488 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:03.517 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:41:03.522 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 78/94 2026-02-18T05:41:03.539 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:41:03.539 INFO:teuthology.orchestra.run.trial010.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:03.539 INFO:teuthology.orchestra.run.trial010.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T05:41:03.539 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:41:03.539 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:41:03.539 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:03.558 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:41:03.571 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:41:03.571 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T05:41:03.571 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T05:41:03.571 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T05:41:03.571 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T05:41:03.572 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T05:41:03.573 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T05:41:03.574 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T05:41:03.575 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T05:41:03.576 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T05:41:03.577 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T05:41:03.578 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T05:41:03.579 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T05:41:03.579 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T05:41:03.579 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T05:41:03.579 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T05:41:03.585 INFO:teuthology.orchestra.run.trial138.stdout: Installing : cryptsetup-2.8.1-2.el9.x86_64 79/94 2026-02-18T05:41:03.587 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:41:03.601 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 80/94 2026-02-18T05:41:03.601 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:03.601 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-18T05:41:03.602 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:03.635 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T05:41:03.635 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:03.635 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:41:03.635 INFO:teuthology.orchestra.run.trial125.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T05:41:03.635 INFO:teuthology.orchestra.run.trial125.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:03.635 INFO:teuthology.orchestra.run.trial125.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.635 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:03.635 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.636 INFO:teuthology.orchestra.run.trial125.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T05:41:03.637 INFO:teuthology.orchestra.run.trial125.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T05:41:03.638 INFO:teuthology.orchestra.run.trial125.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T05:41:03.639 INFO:teuthology.orchestra.run.trial125.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T05:41:03.640 INFO:teuthology.orchestra.run.trial125.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T05:41:03.641 INFO:teuthology.orchestra.run.trial125.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T05:41:03.642 INFO:teuthology.orchestra.run.trial125.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout: zip-3.0-35.el9.x86_64 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:03.643 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:03.692 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-base 2026-02-18T05:41:04.004 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:04.069 INFO:teuthology.orchestra.run.trial125.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:04.087 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:04.088 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:04.088 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:04.109 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install cephadm 2026-02-18T05:41:04.204 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:41:04.205 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T05:41:04.205 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T05:41:04.205 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T05:41:04.205 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T05:41:04.205 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T05:41:04.205 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T05:41:04.205 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T05:41:04.205 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T05:41:04.206 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T05:41:04.207 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T05:41:04.208 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T05:41:04.209 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T05:41:04.210 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T05:41:04.211 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T05:41:04.212 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T05:41:04.213 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T05:41:04.214 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T05:41:04.214 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T05:41:04.214 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T05:41:04.266 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T05:41:04.266 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:04.266 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:41:04.266 INFO:teuthology.orchestra.run.trial010.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T05:41:04.266 INFO:teuthology.orchestra.run.trial010.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:04.266 INFO:teuthology.orchestra.run.trial010.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.266 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:04.266 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.267 INFO:teuthology.orchestra.run.trial010.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T05:41:04.268 INFO:teuthology.orchestra.run.trial010.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T05:41:04.269 INFO:teuthology.orchestra.run.trial010.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T05:41:04.270 INFO:teuthology.orchestra.run.trial010.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T05:41:04.271 INFO:teuthology.orchestra.run.trial010.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T05:41:04.272 INFO:teuthology.orchestra.run.trial010.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T05:41:04.273 INFO:teuthology.orchestra.run.trial010.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T05:41:04.274 INFO:teuthology.orchestra.run.trial010.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T05:41:04.275 INFO:teuthology.orchestra.run.trial010.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T05:41:04.275 INFO:teuthology.orchestra.run.trial010.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T05:41:04.275 INFO:teuthology.orchestra.run.trial010.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T05:41:04.275 INFO:teuthology.orchestra.run.trial010.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T05:41:04.275 INFO:teuthology.orchestra.run.trial010.stdout: zip-3.0-35.el9.x86_64 2026-02-18T05:41:04.275 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:04.275 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:04.287 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:41:04.313 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 81/94 2026-02-18T05:41:04.313 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:04.313 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-18T05:41:04.313 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:41:04.314 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-18T05:41:04.314 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:04.323 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-base 2026-02-18T05:41:04.374 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:41:04.376 INFO:teuthology.orchestra.run.trial138.stdout: Installing : cephadm-2:20.2.0-670.gadc19233.el9.noarch 82/94 2026-02-18T05:41:04.383 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 83/94 2026-02-18T05:41:04.407 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 84/94 2026-02-18T05:41:04.408 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:41:04.419 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:04.484 INFO:teuthology.orchestra.run.trial125.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:04.502 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:04.502 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:04.502 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:04.523 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T05:41:04.638 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:33 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:04.702 INFO:teuthology.orchestra.run.trial010.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:04.720 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:04.720 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:04.720 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:04.742 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install cephadm 2026-02-18T05:41:04.826 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:04.908 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:04.908 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:04.908 INFO:teuthology.orchestra.run.trial125.stdout: Package Arch Version Repo Size 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout:Install 1 Package 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:04.909 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 154 k 2026-02-18T05:41:04.910 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 447 k 2026-02-18T05:41:04.910 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:41:05.001 INFO:teuthology.orchestra.run.trial125.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 1.6 MB/s | 154 kB 00:00 2026-02-18T05:41:05.002 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:05.002 INFO:teuthology.orchestra.run.trial125.stdout:Total 1.6 MB/s | 154 kB 00:00 2026-02-18T05:41:05.002 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:41:05.006 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:41:05.006 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:41:05.037 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:41:05.038 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:41:05.050 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:05.092 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:41:05.094 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:05.113 INFO:teuthology.orchestra.run.trial010.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:05.115 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:05.115 INFO:teuthology.orchestra.run.trial125.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:05.115 INFO:teuthology.orchestra.run.trial125.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T05:41:05.115 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:05.131 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:05.132 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:05.132 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:05.153 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T05:41:05.392 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:05.392 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:05.392 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:41:05.393 INFO:teuthology.orchestra.run.trial125.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:05.393 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:05.393 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:05.419 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-mgr 2026-02-18T05:41:05.460 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:34 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:05.544 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:05.544 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:05.544 INFO:teuthology.orchestra.run.trial010.stdout: Package Arch Version Repo Size 2026-02-18T05:41:05.544 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:05.544 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:41:05.544 INFO:teuthology.orchestra.run.trial010.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T05:41:05.544 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:05.545 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:41:05.545 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:05.545 INFO:teuthology.orchestra.run.trial010.stdout:Install 1 Package 2026-02-18T05:41:05.545 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:05.545 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 154 k 2026-02-18T05:41:05.545 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 447 k 2026-02-18T05:41:05.545 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:41:05.560 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 85/94 2026-02-18T05:41:05.565 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:41:05.630 INFO:teuthology.orchestra.run.trial010.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 1.8 MB/s | 154 kB 00:00 2026-02-18T05:41:05.631 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:05.631 INFO:teuthology.orchestra.run.trial010.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-18T05:41:05.631 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:41:05.636 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:41:05.636 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:41:05.667 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:41:05.667 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:41:05.722 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:41:05.724 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:05.730 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:05.746 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:05.746 INFO:teuthology.orchestra.run.trial010.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:05.746 INFO:teuthology.orchestra.run.trial010.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T05:41:05.746 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:05.795 INFO:teuthology.orchestra.run.trial125.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:05.812 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:05.813 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:05.813 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:05.834 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T05:41:06.023 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 86/94 2026-02-18T05:41:06.024 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:41:06.036 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 87/94 2026-02-18T05:41:06.037 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:41:06.060 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:06.060 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:06.060 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:41:06.060 INFO:teuthology.orchestra.run.trial010.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:06.060 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:06.060 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:06.087 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-mgr 2026-02-18T05:41:06.092 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 88/94 2026-02-18T05:41:06.136 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 89/94 2026-02-18T05:41:06.137 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:41:06.141 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:06.158 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 90/94 2026-02-18T05:41:06.158 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:06.158 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-18T05:41:06.158 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:41:06.159 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-18T05:41:06.159 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:06.170 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:41:06.205 INFO:teuthology.orchestra.run.trial125.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:06.222 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:06.223 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:06.223 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:06.244 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T05:41:06.393 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 91/94 2026-02-18T05:41:06.394 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:06.395 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:41:06.416 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 92/94 2026-02-18T05:41:06.416 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:06.416 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-18T05:41:06.417 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:41:06.417 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-18T05:41:06.417 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:06.459 INFO:teuthology.orchestra.run.trial010.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:06.476 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:06.477 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:06.477 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:06.498 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T05:41:06.515 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:41:06.536 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 93/94 2026-02-18T05:41:06.536 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:06.536 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-18T05:41:06.536 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:41:06.536 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-18T05:41:06.536 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:06.555 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:06.555 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:41:06.620 INFO:teuthology.orchestra.run.trial125.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:06.638 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:06.638 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:06.639 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:06.660 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-mgr-rook 2026-02-18T05:41:06.809 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:35 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:06.873 INFO:teuthology.orchestra.run.trial010.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:06.891 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:06.891 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:06.891 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:06.913 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T05:41:06.968 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:07.031 INFO:teuthology.orchestra.run.trial125.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:07.049 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:07.049 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:07.049 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:07.070 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T05:41:07.229 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:07.277 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-2:20.2.0-670.gadc19233.el9.x86_64 94/94 2026-02-18T05:41:07.278 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-2:20.2.0-670.gadc19233.el9.x86_64 1/94 2026-02-18T05:41:07.278 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2/94 2026-02-18T05:41:07.278 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 3/94 2026-02-18T05:41:07.278 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 4/94 2026-02-18T05:41:07.278 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 5/94 2026-02-18T05:41:07.278 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9 6/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 7/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noar 8/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.2.0-670.gadc192 9/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noar 10/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.n 11/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 12/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9. 13/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 14/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : cephadm-2:20.2.0-670.gadc19233.el9.noarch 15/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : cryptsetup-2.8.1-2.el9.x86_64 16/94 2026-02-18T05:41:07.279 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 17/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 18/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 19/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 20/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 21/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 22/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-ply-3.11-14.el9.noarch 23/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 24/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 25/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 26/94 2026-02-18T05:41:07.280 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : unzip-6.0-59.el9.x86_64 27/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : zip-3.0-35.el9.x86_64 28/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 29/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 30/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 31/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 32/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : lua-5.4.4-4.el9.x86_64 33/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 34/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 35/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 36/94 2026-02-18T05:41:07.281 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 37/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-devel-3.9.25-2.el9.x86_64 38/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 39/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 40/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 41/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-lxml-4.6.5-3.el9.x86_64 42/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 43/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 44/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 45/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 46/94 2026-02-18T05:41:07.282 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 47/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 48/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 49/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 50/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 51/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 52/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : xmlsec1-1.2.29-13.el9.x86_64 53/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : xmlsec1-openssl-1.2.29-13.el9.x86_64 54/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 55/94 2026-02-18T05:41:07.283 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 56/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 57/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 58/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 59/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 60/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 61/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 62/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 63/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 64/94 2026-02-18T05:41:07.284 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 65/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 66/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 67/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 68/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 69/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 70/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-influxdb-5.3.1-1.el9.noarch 71/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-isodate-0.6.1-3.el9.noarch 72/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 73/94 2026-02-18T05:41:07.285 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 74/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 75/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 76/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 77/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 78/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 79/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 80/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-msgpack-1.0.3-2.el9.x86_64 81/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 82/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 83/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 84/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 85/94 2026-02-18T05:41:07.286 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 86/94 2026-02-18T05:41:07.287 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 87/94 2026-02-18T05:41:07.287 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-saml-1.16.0-1.el9.noarch 88/94 2026-02-18T05:41:07.287 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 89/94 2026-02-18T05:41:07.287 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 90/94 2026-02-18T05:41:07.287 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 91/94 2026-02-18T05:41:07.287 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-xmlsec-1.3.13-1.el9.x86_64 92/94 2026-02-18T05:41:07.287 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 93/94 2026-02-18T05:41:07.293 INFO:teuthology.orchestra.run.trial010.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:07.311 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:07.312 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:07.312 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:07.333 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-mgr-rook 2026-02-18T05:41:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 94/94 2026-02-18T05:41:07.339 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:07.339 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-grafana-dashboards-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mds-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-k8sevents-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.340 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-modules-core-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mon-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: ceph-osd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: ceph-prometheus-alerts-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: ceph-volume-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: cephadm-2:20.2.0-670.gadc19233.el9.noarch 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: cryptsetup-2.8.1-2.el9.x86_64 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-18T05:41:07.341 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-18T05:41:07.342 INFO:teuthology.orchestra.run.trial138.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-18T05:41:07.342 INFO:teuthology.orchestra.run.trial138.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-18T05:41:07.342 INFO:teuthology.orchestra.run.trial138.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-18T05:41:07.342 INFO:teuthology.orchestra.run.trial138.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-18T05:41:07.342 INFO:teuthology.orchestra.run.trial138.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-18T05:41:07.342 INFO:teuthology.orchestra.run.trial138.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:41:07.342 INFO:teuthology.orchestra.run.trial138.stdout: lua-5.4.4-4.el9.x86_64 2026-02-18T05:41:07.342 INFO:teuthology.orchestra.run.trial138.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-18T05:41:07.343 INFO:teuthology.orchestra.run.trial138.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-devel-3.9.25-2.el9.x86_64 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-18T05:41:07.344 INFO:teuthology.orchestra.run.trial138.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-influxdb-5.3.1-1.el9.noarch 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-isodate-0.6.1-3.el9.noarch 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-18T05:41:07.345 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-lxml-4.6.5-3.el9.x86_64 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-msgpack-1.0.3-2.el9.x86_64 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-18T05:41:07.346 INFO:teuthology.orchestra.run.trial138.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-ply-3.11-14.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-18T05:41:07.347 INFO:teuthology.orchestra.run.trial138.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-18T05:41:07.348 INFO:teuthology.orchestra.run.trial138.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-18T05:41:07.348 INFO:teuthology.orchestra.run.trial138.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-18T05:41:07.348 INFO:teuthology.orchestra.run.trial138.stdout: python3-saml-1.16.0-1.el9.noarch 2026-02-18T05:41:07.348 INFO:teuthology.orchestra.run.trial138.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-18T05:41:07.348 INFO:teuthology.orchestra.run.trial138.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-18T05:41:07.348 INFO:teuthology.orchestra.run.trial138.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-18T05:41:07.348 INFO:teuthology.orchestra.run.trial138.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-18T05:41:07.348 INFO:teuthology.orchestra.run.trial138.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: python3-xmlsec-1.3.13-1.el9.x86_64 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: unzip-6.0-59.el9.x86_64 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: xmlsec1-1.2.29-13.el9.x86_64 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: xmlsec1-openssl-1.2.29-13.el9.x86_64 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: zip-3.0-35.el9.x86_64 2026-02-18T05:41:07.349 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:07.350 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:07.379 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:07.395 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-base 2026-02-18T05:41:07.443 INFO:teuthology.orchestra.run.trial125.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:07.460 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:07.461 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:07.461 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:07.482 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-fuse 2026-02-18T05:41:07.641 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:07.704 INFO:teuthology.orchestra.run.trial010.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:07.710 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:36 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:07.722 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:07.722 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:07.722 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:07.743 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T05:41:07.773 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-base-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:07.792 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:07.792 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:07.793 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:07.793 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:07.813 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install cephadm 2026-02-18T05:41:07.876 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:07.876 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:07.876 INFO:teuthology.orchestra.run.trial125.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:07.876 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:07.876 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:41:07.876 INFO:teuthology.orchestra.run.trial125.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T05:41:07.877 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:07.877 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:41:07.877 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:07.877 INFO:teuthology.orchestra.run.trial125.stdout:Install 1 Package 2026-02-18T05:41:07.877 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:07.877 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 942 k 2026-02-18T05:41:07.877 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 2.7 M 2026-02-18T05:41:07.877 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:41:07.996 INFO:teuthology.orchestra.run.trial125.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.7 MB/s | 942 kB 00:00 2026-02-18T05:41:07.996 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:07.996 INFO:teuthology.orchestra.run.trial125.stdout:Total 7.7 MB/s | 942 kB 00:00 2026-02-18T05:41:07.996 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:41:08.001 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:41:08.001 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:41:08.035 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:41:08.035 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:41:08.058 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:08.123 INFO:teuthology.orchestra.run.trial010.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:08.125 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:41:08.129 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:08.140 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:08.141 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:08.141 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:08.142 INFO:teuthology.orchestra.run.trial125.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:08.162 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-fuse 2026-02-18T05:41:08.195 INFO:teuthology.orchestra.run.trial138.stdout:Package cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:08.213 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:08.213 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:08.214 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:08.234 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-immutable-object-cache 2026-02-18T05:41:08.361 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:08.418 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:08.418 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:08.418 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:41:08.419 INFO:teuthology.orchestra.run.trial125.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:08.419 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:08.419 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:08.446 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install ceph-volume 2026-02-18T05:41:08.473 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:08.538 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:37 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:08.555 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:08.556 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:08.556 INFO:teuthology.orchestra.run.trial010.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout:Install 1 Package 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 942 k 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 2.7 M 2026-02-18T05:41:08.557 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:41:08.620 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:08.621 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:08.621 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-18T05:41:08.621 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:08.621 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:41:08.621 INFO:teuthology.orchestra.run.trial138.stdout: ceph-immutable-object-cache x86_64 2:20.2.0-670.gadc19233.el9 ceph 154 k 2026-02-18T05:41:08.621 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:08.621 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:41:08.621 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:08.622 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-18T05:41:08.622 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:08.622 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 154 k 2026-02-18T05:41:08.622 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 447 k 2026-02-18T05:41:08.622 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:41:08.676 INFO:teuthology.orchestra.run.trial010.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.7 MB/s | 942 kB 00:00 2026-02-18T05:41:08.677 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:08.677 INFO:teuthology.orchestra.run.trial010.stdout:Total 7.6 MB/s | 942 kB 00:00 2026-02-18T05:41:08.677 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:41:08.682 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:41:08.682 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:41:08.705 INFO:teuthology.orchestra.run.trial138.stdout:ceph-immutable-object-cache-20.2.0-670.gadc1923 1.8 MB/s | 154 kB 00:00 2026-02-18T05:41:08.706 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:08.707 INFO:teuthology.orchestra.run.trial138.stdout:Total 1.7 MB/s | 154 kB 00:00 2026-02-18T05:41:08.707 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:41:08.711 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:41:08.711 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:41:08.717 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:41:08.717 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:41:08.742 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:41:08.742 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:41:08.759 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:08.798 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:41:08.799 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:08.816 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:41:08.821 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:08.822 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:08.822 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-18T05:41:08.822 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:08.822 INFO:teuthology.orchestra.run.trial125.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:08.833 INFO:teuthology.orchestra.run.trial010.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:08.840 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:08.841 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:08.841 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:08.862 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install librados-devel 2026-02-18T05:41:09.043 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:09.101 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:09.101 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:09.101 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:41:09.101 INFO:teuthology.orchestra.run.trial010.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:09.101 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:09.101 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:09.110 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-immutable-object-cache-2:20.2.0-670.gadc19233.e 1/1 2026-02-18T05:41:09.110 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:09.110 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:41:09.110 INFO:teuthology.orchestra.run.trial138.stdout: ceph-immutable-object-cache-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:09.110 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:09.110 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:09.129 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install ceph-volume 2026-02-18T05:41:09.136 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr 2026-02-18T05:41:09.174 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:09.258 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:09.258 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:09.258 INFO:teuthology.orchestra.run.trial125.stdout: Package Arch Version Repo Size 2026-02-18T05:41:09.258 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:09.258 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:41:09.258 INFO:teuthology.orchestra.run.trial125.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T05:41:09.258 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:09.259 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:41:09.259 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:09.259 INFO:teuthology.orchestra.run.trial125.stdout:Install 1 Package 2026-02-18T05:41:09.259 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:09.259 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 126 k 2026-02-18T05:41:09.259 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 449 k 2026-02-18T05:41:09.259 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:41:09.344 INFO:teuthology.orchestra.run.trial125.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-18T05:41:09.345 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:09.345 INFO:teuthology.orchestra.run.trial125.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T05:41:09.345 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:41:09.347 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:41:09.347 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:41:09.379 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:41:09.379 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:41:09.434 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:41:09.438 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:09.448 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:09.451 INFO:teuthology.orchestra.run.trial125.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:09.503 INFO:teuthology.orchestra.run.trial010.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:09.512 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-mgr-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:09.521 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:09.521 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:09.522 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:09.530 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:09.531 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:09.531 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:09.535 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:09.542 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install librados-devel 2026-02-18T05:41:09.552 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr-dashboard 2026-02-18T05:41:09.592 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:09.592 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:09.593 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:41:09.593 INFO:teuthology.orchestra.run.trial125.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:09.593 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:09.593 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:09.620 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install libcephfs2 2026-02-18T05:41:09.860 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:09.863 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:38 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:09.927 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-mgr-dashboard-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:09.933 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:09.944 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:09.944 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout: Package Arch Version Repo Size 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout:Install 1 Package 2026-02-18T05:41:09.945 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:09.946 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 126 k 2026-02-18T05:41:09.946 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 449 k 2026-02-18T05:41:09.946 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:41:09.946 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:09.947 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:09.947 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:09.968 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-18T05:41:09.997 INFO:teuthology.orchestra.run.trial125.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:10.015 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:10.016 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:10.016 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:10.030 INFO:teuthology.orchestra.run.trial010.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-18T05:41:10.031 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:10.031 INFO:teuthology.orchestra.run.trial010.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T05:41:10.031 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:41:10.034 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:41:10.034 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:41:10.037 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install libcephfs-devel 2026-02-18T05:41:10.066 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:41:10.067 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:41:10.122 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:41:10.139 INFO:teuthology.orchestra.run.trial010.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:10.219 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:10.276 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:10.276 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:10.277 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:41:10.277 INFO:teuthology.orchestra.run.trial010.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:10.277 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:10.277 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:10.284 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:10.305 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install libcephfs2 2026-02-18T05:41:10.347 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:10.348 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-mgr-diskprediction-local-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:10.366 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:10.367 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:10.367 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:10.388 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr-rook 2026-02-18T05:41:10.431 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:10.431 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout: Package Arch Version Repo Size 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout:Install 1 Package 2026-02-18T05:41:10.432 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:10.433 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 34 k 2026-02-18T05:41:10.433 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 155 k 2026-02-18T05:41:10.433 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:41:10.494 INFO:teuthology.orchestra.run.trial125.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 550 kB/s | 34 kB 00:00 2026-02-18T05:41:10.495 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:10.495 INFO:teuthology.orchestra.run.trial125.stdout:Total 538 kB/s | 34 kB 00:00 2026-02-18T05:41:10.495 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:41:10.497 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:41:10.497 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:41:10.499 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:41:10.499 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:41:10.520 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:41:10.536 INFO:teuthology.orchestra.run.trial125.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:10.592 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:10.614 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:10.648 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:10.648 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:10.648 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:41:10.649 INFO:teuthology.orchestra.run.trial125.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:10.649 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:10.649 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:10.676 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install librados2 2026-02-18T05:41:10.678 INFO:teuthology.orchestra.run.trial010.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:10.696 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:10.696 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:39 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:10.697 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:10.697 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:10.717 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install libcephfs-devel 2026-02-18T05:41:10.760 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-mgr-rook-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:10.778 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:10.779 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:10.779 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:10.800 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr-cephadm 2026-02-18T05:41:10.986 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:11.028 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:11.050 INFO:teuthology.orchestra.run.trial125.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:11.068 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:11.069 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:11.069 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:11.091 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install librbd1 2026-02-18T05:41:11.109 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:11.110 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout: Package Arch Version Repo Size 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout:Install 1 Package 2026-02-18T05:41:11.111 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:11.112 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 34 k 2026-02-18T05:41:11.112 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 155 k 2026-02-18T05:41:11.112 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:41:11.112 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:11.173 INFO:teuthology.orchestra.run.trial010.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 552 kB/s | 34 kB 00:00 2026-02-18T05:41:11.174 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:11.174 INFO:teuthology.orchestra.run.trial010.stdout:Total 544 kB/s | 34 kB 00:00 2026-02-18T05:41:11.174 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:41:11.175 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-mgr-cephadm-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:11.176 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:41:11.176 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:41:11.178 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:41:11.178 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:41:11.192 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:11.193 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:11.193 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:11.199 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:41:11.215 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-fuse 2026-02-18T05:41:11.216 INFO:teuthology.orchestra.run.trial010.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:11.269 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:11.326 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:11.326 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:11.326 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:41:11.326 INFO:teuthology.orchestra.run.trial010.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:11.326 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:11.327 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:11.353 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install librados2 2026-02-18T05:41:11.400 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:11.464 INFO:teuthology.orchestra.run.trial125.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:11.482 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:11.483 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:11.483 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:11.505 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install python3-rados 2026-02-18T05:41:11.516 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:11.597 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:11.598 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:11.598 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:11.598 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:11.598 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:41:11.598 INFO:teuthology.orchestra.run.trial138.stdout: ceph-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 942 k 2026-02-18T05:41:11.599 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:11.599 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:41:11.599 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:11.599 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-18T05:41:11.599 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:11.599 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 942 k 2026-02-18T05:41:11.599 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 2.7 M 2026-02-18T05:41:11.599 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:41:11.661 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:40 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:11.717 INFO:teuthology.orchestra.run.trial138.stdout:ceph-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 7.8 MB/s | 942 kB 00:00 2026-02-18T05:41:11.718 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:11.718 INFO:teuthology.orchestra.run.trial138.stdout:Total 7.7 MB/s | 942 kB 00:00 2026-02-18T05:41:11.718 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:41:11.722 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:41:11.722 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:41:11.726 INFO:teuthology.orchestra.run.trial010.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:11.744 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:11.745 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:11.745 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:11.756 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:41:11.756 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:41:11.765 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install librbd1 2026-02-18T05:41:11.812 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:11.846 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:41:11.864 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:11.876 INFO:teuthology.orchestra.run.trial125.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:11.894 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:11.895 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:11.895 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:11.916 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install python3-rgw 2026-02-18T05:41:12.072 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:12.104 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:12.136 INFO:teuthology.orchestra.run.trial010.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:12.153 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:12.154 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:12.154 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:12.160 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:12.161 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:12.161 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:41:12.161 INFO:teuthology.orchestra.run.trial138.stdout: ceph-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:12.161 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:12.161 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:12.175 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install python3-rados 2026-02-18T05:41:12.189 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-volume 2026-02-18T05:41:12.228 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:12.293 INFO:teuthology.orchestra.run.trial125.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:12.310 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:12.311 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:12.311 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:12.332 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install python3-cephfs 2026-02-18T05:41:12.484 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:12.504 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:12.548 INFO:teuthology.orchestra.run.trial010.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:12.565 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:12.566 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:12.566 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:12.567 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-volume-2:20.2.0-670.gadc19233.el9.noarch is already installed. 2026-02-18T05:41:12.585 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:12.586 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:12.586 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:12.587 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install python3-rgw 2026-02-18T05:41:12.607 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install librados-devel 2026-02-18T05:41:12.642 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:12.708 INFO:teuthology.orchestra.run.trial125.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:12.726 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:12.727 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:12.727 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:12.749 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install python3-rbd 2026-02-18T05:41:12.897 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:12.918 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:41 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:12.962 INFO:teuthology.orchestra.run.trial010.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:12.980 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:12.981 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:12.981 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:13.000 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout: librados-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 126 k 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-18T05:41:13.001 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:13.002 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 126 k 2026-02-18T05:41:13.002 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 449 k 2026-02-18T05:41:13.002 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:41:13.003 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install python3-cephfs 2026-02-18T05:41:13.056 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:13.086 INFO:teuthology.orchestra.run.trial138.stdout:librados-devel-20.2.0-670.gadc19233.el9.x86_64. 1.4 MB/s | 126 kB 00:00 2026-02-18T05:41:13.087 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:13.087 INFO:teuthology.orchestra.run.trial138.stdout:Total 1.4 MB/s | 126 kB 00:00 2026-02-18T05:41:13.087 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:41:13.090 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:41:13.090 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:41:13.120 INFO:teuthology.orchestra.run.trial125.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:13.121 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:41:13.121 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:41:13.137 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:13.138 INFO:teuthology.orchestra.run.trial125.stdout:Nothing to do. 2026-02-18T05:41:13.138 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:13.159 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install rbd-fuse 2026-02-18T05:41:13.176 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:41:13.193 INFO:teuthology.orchestra.run.trial138.stdout: Installing : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:13.277 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:13.312 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:13.333 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:13.333 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:13.333 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:41:13.333 INFO:teuthology.orchestra.run.trial138.stdout: librados-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:13.334 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:13.334 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:13.362 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install libcephfs2 2026-02-18T05:41:13.377 INFO:teuthology.orchestra.run.trial010.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:13.395 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:13.395 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:13.395 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:13.417 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install python3-rbd 2026-02-18T05:41:13.468 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:13.551 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:13.552 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:13.552 INFO:teuthology.orchestra.run.trial125.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:13.552 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:13.552 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout:Install 1 Package 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 91 k 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 238 k 2026-02-18T05:41:13.553 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:41:13.626 INFO:teuthology.orchestra.run.trial125.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-18T05:41:13.627 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:13.628 INFO:teuthology.orchestra.run.trial125.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-18T05:41:13.628 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:41:13.632 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:41:13.632 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:41:13.663 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:41:13.663 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:41:13.681 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:13.716 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:41:13.726 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:42 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:13.732 INFO:teuthology.orchestra.run.trial125.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:13.744 INFO:teuthology.orchestra.run.trial138.stdout:Package libcephfs2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:13.762 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:13.763 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:13.763 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:13.783 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install libcephfs-devel 2026-02-18T05:41:13.791 INFO:teuthology.orchestra.run.trial010.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:13.808 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:13.809 INFO:teuthology.orchestra.run.trial010.stdout:Nothing to do. 2026-02-18T05:41:13.809 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:13.815 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:13.829 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install rbd-fuse 2026-02-18T05:41:13.873 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:13.873 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:13.873 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:41:13.873 INFO:teuthology.orchestra.run.trial125.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:13.873 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:13.873 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:13.901 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install rbd-mirror 2026-02-18T05:41:14.089 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:14.136 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:14.171 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:14.172 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:14.172 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-18T05:41:14.172 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:14.172 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:41:14.172 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-devel x86_64 2:20.2.0-670.gadc19233.el9 ceph 34 k 2026-02-18T05:41:14.172 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:14.173 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:41:14.173 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:14.173 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-18T05:41:14.173 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:14.173 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 34 k 2026-02-18T05:41:14.173 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 155 k 2026-02-18T05:41:14.173 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:41:14.218 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:14.219 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:14.219 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:14.219 INFO:teuthology.orchestra.run.trial010.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout:Install 1 Package 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 91 k 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 238 k 2026-02-18T05:41:14.220 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:41:14.243 INFO:teuthology.orchestra.run.trial138.stdout:libcephfs-devel-20.2.0-670.gadc19233.el9.x86_64 483 kB/s | 34 kB 00:00 2026-02-18T05:41:14.244 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:14.244 INFO:teuthology.orchestra.run.trial138.stdout:Total 477 kB/s | 34 kB 00:00 2026-02-18T05:41:14.244 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:41:14.246 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:41:14.246 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:41:14.248 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:41:14.248 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:41:14.268 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:41:14.284 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:14.292 INFO:teuthology.orchestra.run.trial010.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-18T05:41:14.293 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:14.293 INFO:teuthology.orchestra.run.trial010.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-18T05:41:14.293 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:41:14.297 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:41:14.297 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:41:14.300 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout: Package Arch Version Repo Size 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout:Install 1 Package 2026-02-18T05:41:14.301 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:14.302 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 2.9 M 2026-02-18T05:41:14.302 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 11 M 2026-02-18T05:41:14.302 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:41:14.329 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:41:14.329 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:41:14.339 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:14.381 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:41:14.395 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:14.395 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:14.395 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:41:14.396 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-devel-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:14.396 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:14.396 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:14.398 INFO:teuthology.orchestra.run.trial010.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:14.424 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install librados2 2026-02-18T05:41:14.447 INFO:teuthology.orchestra.run.trial125.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T05:41:14.447 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:14.448 INFO:teuthology.orchestra.run.trial125.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T05:41:14.448 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:41:14.452 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:41:14.452 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:41:14.479 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:14.492 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:41:14.492 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:41:14.536 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:14.536 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:14.536 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:41:14.536 INFO:teuthology.orchestra.run.trial010.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:14.537 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:14.537 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:14.565 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install rbd-mirror 2026-02-18T05:41:14.678 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:41:14.680 INFO:teuthology.orchestra.run.trial125.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:14.703 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:14.703 INFO:teuthology.orchestra.run.trial125.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:14.704 INFO:teuthology.orchestra.run.trial125.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T05:41:14.704 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:41:14.704 INFO:teuthology.orchestra.run.trial125.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:41:14.704 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:14.733 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:14.797 INFO:teuthology.orchestra.run.trial138.stdout:Package librados2-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:14.815 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:14.816 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:14.816 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:14.837 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install librbd1 2026-02-18T05:41:14.892 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:43 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:14.977 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:14.978 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:14.978 INFO:teuthology.orchestra.run.trial010.stdout: Package Arch Version Repo Size 2026-02-18T05:41:14.978 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:14.978 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:41:14.978 INFO:teuthology.orchestra.run.trial010.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T05:41:14.978 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:14.978 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:41:14.979 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:14.979 INFO:teuthology.orchestra.run.trial010.stdout:Install 1 Package 2026-02-18T05:41:14.979 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:14.979 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 2.9 M 2026-02-18T05:41:14.979 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 11 M 2026-02-18T05:41:14.979 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:41:15.017 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:15.017 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:15.017 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:41:15.017 INFO:teuthology.orchestra.run.trial125.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:15.017 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:15.017 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:15.045 DEBUG:teuthology.orchestra.run.trial125:> sudo yum -y install rbd-nbd 2026-02-18T05:41:15.124 INFO:teuthology.orchestra.run.trial010.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T05:41:15.124 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:15.124 INFO:teuthology.orchestra.run.trial010.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T05:41:15.124 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:41:15.129 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:41:15.129 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:41:15.144 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:15.169 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:41:15.169 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:41:15.210 INFO:teuthology.orchestra.run.trial138.stdout:Package librbd1-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:15.227 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:15.228 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:15.228 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:15.249 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install python3-rados 2026-02-18T05:41:15.350 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:41:15.352 INFO:teuthology.orchestra.run.trial010.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:15.357 INFO:teuthology.orchestra.run.trial125.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 05:40:30 AM UTC. 2026-02-18T05:41:15.375 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:15.375 INFO:teuthology.orchestra.run.trial010.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:15.376 INFO:teuthology.orchestra.run.trial010.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T05:41:15.376 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:41:15.376 INFO:teuthology.orchestra.run.trial010.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:41:15.376 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:15.441 INFO:teuthology.orchestra.run.trial125.stdout:Dependencies resolved. 2026-02-18T05:41:15.442 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:15.442 INFO:teuthology.orchestra.run.trial125.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:15.442 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:15.442 INFO:teuthology.orchestra.run.trial125.stdout:Installing: 2026-02-18T05:41:15.442 INFO:teuthology.orchestra.run.trial125.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T05:41:15.443 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:15.443 INFO:teuthology.orchestra.run.trial125.stdout:Transaction Summary 2026-02-18T05:41:15.443 INFO:teuthology.orchestra.run.trial125.stdout:================================================================================ 2026-02-18T05:41:15.443 INFO:teuthology.orchestra.run.trial125.stdout:Install 1 Package 2026-02-18T05:41:15.443 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:15.443 INFO:teuthology.orchestra.run.trial125.stdout:Total download size: 180 k 2026-02-18T05:41:15.443 INFO:teuthology.orchestra.run.trial125.stdout:Installed size: 498 k 2026-02-18T05:41:15.443 INFO:teuthology.orchestra.run.trial125.stdout:Downloading Packages: 2026-02-18T05:41:15.527 INFO:teuthology.orchestra.run.trial125.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T05:41:15.527 INFO:teuthology.orchestra.run.trial125.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:15.527 INFO:teuthology.orchestra.run.trial125.stdout:Total 2.1 MB/s | 180 kB 00:00 2026-02-18T05:41:15.527 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction check 2026-02-18T05:41:15.531 INFO:teuthology.orchestra.run.trial125.stdout:Transaction check succeeded. 2026-02-18T05:41:15.532 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction test 2026-02-18T05:41:15.558 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:15.563 INFO:teuthology.orchestra.run.trial125.stdout:Transaction test succeeded. 2026-02-18T05:41:15.563 INFO:teuthology.orchestra.run.trial125.stdout:Running transaction 2026-02-18T05:41:15.619 INFO:teuthology.orchestra.run.trial125.stdout: Preparing : 1/1 2026-02-18T05:41:15.623 INFO:teuthology.orchestra.run.trial138.stdout:Package python3-rados-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:15.636 INFO:teuthology.orchestra.run.trial125.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:15.641 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:15.642 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:15.642 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:15.662 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install python3-rgw 2026-02-18T05:41:15.671 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:15.671 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:15.672 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:41:15.672 INFO:teuthology.orchestra.run.trial010.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:15.672 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:15.672 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:15.702 DEBUG:teuthology.orchestra.run.trial010:> sudo yum -y install rbd-nbd 2026-02-18T05:41:15.715 INFO:teuthology.orchestra.run.trial125.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:15.772 INFO:teuthology.orchestra.run.trial125.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:15.772 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:15.772 INFO:teuthology.orchestra.run.trial125.stdout:Installed: 2026-02-18T05:41:15.773 INFO:teuthology.orchestra.run.trial125.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:15.773 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:41:15.773 INFO:teuthology.orchestra.run.trial125.stdout:Complete! 2026-02-18T05:41:15.803 DEBUG:teuthology.parallel:result is None 2026-02-18T05:41:15.973 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:44 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:16.015 INFO:teuthology.orchestra.run.trial010.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:16.040 INFO:teuthology.orchestra.run.trial138.stdout:Package python3-rgw-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:16.057 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:16.058 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:16.058 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:16.078 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install python3-cephfs 2026-02-18T05:41:16.099 INFO:teuthology.orchestra.run.trial010.stdout:Dependencies resolved. 2026-02-18T05:41:16.099 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:16.099 INFO:teuthology.orchestra.run.trial010.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:16.099 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:16.099 INFO:teuthology.orchestra.run.trial010.stdout:Installing: 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout:Transaction Summary 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout:================================================================================ 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout:Install 1 Package 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout:Total download size: 180 k 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout:Installed size: 498 k 2026-02-18T05:41:16.100 INFO:teuthology.orchestra.run.trial010.stdout:Downloading Packages: 2026-02-18T05:41:16.185 INFO:teuthology.orchestra.run.trial010.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T05:41:16.185 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:16.185 INFO:teuthology.orchestra.run.trial010.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-18T05:41:16.185 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction check 2026-02-18T05:41:16.189 INFO:teuthology.orchestra.run.trial010.stdout:Transaction check succeeded. 2026-02-18T05:41:16.189 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction test 2026-02-18T05:41:16.221 INFO:teuthology.orchestra.run.trial010.stdout:Transaction test succeeded. 2026-02-18T05:41:16.221 INFO:teuthology.orchestra.run.trial010.stdout:Running transaction 2026-02-18T05:41:16.278 INFO:teuthology.orchestra.run.trial010.stdout: Preparing : 1/1 2026-02-18T05:41:16.295 INFO:teuthology.orchestra.run.trial010.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:16.376 INFO:teuthology.orchestra.run.trial010.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:16.390 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:16.433 INFO:teuthology.orchestra.run.trial010.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:16.433 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:16.433 INFO:teuthology.orchestra.run.trial010.stdout:Installed: 2026-02-18T05:41:16.434 INFO:teuthology.orchestra.run.trial010.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:16.434 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:16.434 INFO:teuthology.orchestra.run.trial010.stdout:Complete! 2026-02-18T05:41:16.455 INFO:teuthology.orchestra.run.trial138.stdout:Package python3-cephfs-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:16.464 DEBUG:teuthology.parallel:result is None 2026-02-18T05:41:16.473 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:16.473 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:16.473 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:16.495 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install python3-rbd 2026-02-18T05:41:16.810 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:45 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:16.873 INFO:teuthology.orchestra.run.trial138.stdout:Package python3-rbd-2:20.2.0-670.gadc19233.el9.x86_64 is already installed. 2026-02-18T05:41:16.891 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:16.892 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-18T05:41:16.892 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:16.913 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install rbd-fuse 2026-02-18T05:41:17.224 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:17.306 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:17.307 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:17.307 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:17.307 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:17.307 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout: rbd-fuse x86_64 2:20.2.0-670.gadc19233.el9 ceph 91 k 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 91 k 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 238 k 2026-02-18T05:41:17.308 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:41:17.381 INFO:teuthology.orchestra.run.trial138.stdout:rbd-fuse-20.2.0-670.gadc19233.el9.x86_64.rpm 1.2 MB/s | 91 kB 00:00 2026-02-18T05:41:17.382 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:17.382 INFO:teuthology.orchestra.run.trial138.stdout:Total 1.2 MB/s | 91 kB 00:00 2026-02-18T05:41:17.382 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:41:17.386 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:41:17.386 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:41:17.417 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:41:17.417 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:41:17.470 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:41:17.486 INFO:teuthology.orchestra.run.trial138.stdout: Installing : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:17.567 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:17.623 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:17.624 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:17.624 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:41:17.624 INFO:teuthology.orchestra.run.trial138.stdout: rbd-fuse-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:17.624 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:17.624 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:17.653 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install rbd-mirror 2026-02-18T05:41:17.973 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:46 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout: rbd-mirror x86_64 2:20.2.0-670.gadc19233.el9 ceph 2.9 M 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-18T05:41:18.055 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:18.056 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 2.9 M 2026-02-18T05:41:18.056 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 11 M 2026-02-18T05:41:18.056 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:41:18.203 INFO:teuthology.orchestra.run.trial138.stdout:rbd-mirror-20.2.0-670.gadc19233.el9.x86_64.rpm 20 MB/s | 2.9 MB 00:00 2026-02-18T05:41:18.203 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:18.204 INFO:teuthology.orchestra.run.trial138.stdout:Total 20 MB/s | 2.9 MB 00:00 2026-02-18T05:41:18.204 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:41:18.209 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:41:18.209 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:41:18.248 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:41:18.248 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:41:18.430 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:41:18.432 INFO:teuthology.orchestra.run.trial138.stdout: Installing : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:18.454 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:18.455 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-18T05:41:18.455 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-18T05:41:18.455 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:41:18.455 INFO:teuthology.orchestra.run.trial138.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-18T05:41:18.455 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:18.761 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:18.762 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:18.762 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:41:18.762 INFO:teuthology.orchestra.run.trial138.stdout: rbd-mirror-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:18.762 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:18.762 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:18.789 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install rbd-nbd 2026-02-18T05:41:19.098 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:48 ago on Wed 18 Feb 2026 05:40:31 AM UTC. 2026-02-18T05:41:19.183 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-18T05:41:19.183 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:19.183 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-18T05:41:19.183 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:19.183 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-18T05:41:19.183 INFO:teuthology.orchestra.run.trial138.stdout: rbd-nbd x86_64 2:20.2.0-670.gadc19233.el9 ceph 180 k 2026-02-18T05:41:19.184 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:19.184 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-18T05:41:19.184 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-18T05:41:19.184 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-18T05:41:19.184 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:19.184 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 180 k 2026-02-18T05:41:19.184 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 498 k 2026-02-18T05:41:19.184 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-18T05:41:19.269 INFO:teuthology.orchestra.run.trial138.stdout:rbd-nbd-20.2.0-670.gadc19233.el9.x86_64.rpm 2.1 MB/s | 180 kB 00:00 2026-02-18T05:41:19.269 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:19.270 INFO:teuthology.orchestra.run.trial138.stdout:Total 2.0 MB/s | 180 kB 00:00 2026-02-18T05:41:19.270 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-18T05:41:19.274 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-18T05:41:19.274 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-18T05:41:19.306 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-18T05:41:19.306 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-18T05:41:19.363 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-18T05:41:19.380 INFO:teuthology.orchestra.run.trial138.stdout: Installing : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:19.464 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:19.523 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 1/1 2026-02-18T05:41:19.524 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:19.524 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-18T05:41:19.524 INFO:teuthology.orchestra.run.trial138.stdout: rbd-nbd-2:20.2.0-670.gadc19233.el9.x86_64 2026-02-18T05:41:19.524 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:41:19.524 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-18T05:41:19.555 DEBUG:teuthology.parallel:result is None 2026-02-18T05:41:19.556 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-18T05:41:19.723 DEBUG:teuthology.orchestra.run.trial010:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T05:41:19.745 INFO:teuthology.orchestra.run.trial010.stdout:20.2.0-670.gadc19233.el9 2026-02-18T05:41:19.745 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T05:41:19.745 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T05:41:19.748 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-18T05:41:19.878 DEBUG:teuthology.orchestra.run.trial125:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T05:41:19.899 INFO:teuthology.orchestra.run.trial125.stdout:20.2.0-670.gadc19233.el9 2026-02-18T05:41:19.899 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T05:41:19.899 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T05:41:19.900 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-18T05:41:20.033 DEBUG:teuthology.orchestra.run.trial138:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-18T05:41:20.054 INFO:teuthology.orchestra.run.trial138.stdout:20.2.0-670.gadc19233.el9 2026-02-18T05:41:20.054 INFO:teuthology.packaging:The installed version of ceph is 20.2.0-670.gadc19233.el9 2026-02-18T05:41:20.054 INFO:teuthology.task.install:The correct ceph version 20.2.0-670.gadc19233 is installed. 2026-02-18T05:41:20.056 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-18T05:41:20.056 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:20.056 DEBUG:teuthology.orchestra.run.trial010:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T05:41:20.082 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:41:20.083 DEBUG:teuthology.orchestra.run.trial125:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T05:41:20.109 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:41:20.109 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-18T05:41:20.134 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-18T05:41:20.134 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:20.134 DEBUG:teuthology.orchestra.run.trial010:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T05:41:20.160 DEBUG:teuthology.orchestra.run.trial010:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T05:41:20.226 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:41:20.226 DEBUG:teuthology.orchestra.run.trial125:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T05:41:20.252 DEBUG:teuthology.orchestra.run.trial125:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T05:41:20.315 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:41:20.315 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/usr/bin/daemon-helper 2026-02-18T05:41:20.340 DEBUG:teuthology.orchestra.run.trial138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-18T05:41:20.403 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-18T05:41:20.403 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:20.404 DEBUG:teuthology.orchestra.run.trial010:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T05:41:20.429 DEBUG:teuthology.orchestra.run.trial010:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T05:41:20.492 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:41:20.492 DEBUG:teuthology.orchestra.run.trial125:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T05:41:20.518 DEBUG:teuthology.orchestra.run.trial125:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T05:41:20.583 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:41:20.584 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-18T05:41:20.608 DEBUG:teuthology.orchestra.run.trial138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-18T05:41:20.672 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-18T05:41:20.672 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:20.672 DEBUG:teuthology.orchestra.run.trial010:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T05:41:20.698 DEBUG:teuthology.orchestra.run.trial010:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T05:41:20.761 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:41:20.762 DEBUG:teuthology.orchestra.run.trial125:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T05:41:20.788 DEBUG:teuthology.orchestra.run.trial125:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T05:41:20.853 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:41:20.853 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/usr/bin/stdin-killer 2026-02-18T05:41:20.879 DEBUG:teuthology.orchestra.run.trial138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-18T05:41:20.942 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-18T05:41:21.074 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, '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-18T05:41:21.074 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:41:21.078 INFO:tasks.cephadm:Cluster fsid is 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:21.078 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-18T05:41:21.078 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.10', 'mon.b': '10.20.193.125', 'mon.c': '10.20.193.138'} 2026-02-18T05:41:21.078 INFO:tasks.cephadm:First mon is mon.a on trial010 2026-02-18T05:41:21.078 INFO:tasks.cephadm:First mgr is a 2026-02-18T05:41:21.078 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-18T05:41:21.078 DEBUG:teuthology.orchestra.run.trial010:> sudo hostname $(hostname -s) 2026-02-18T05:41:21.103 DEBUG:teuthology.orchestra.run.trial125:> sudo hostname $(hostname -s) 2026-02-18T05:41:21.128 DEBUG:teuthology.orchestra.run.trial138:> sudo hostname $(hostname -s) 2026-02-18T05:41:21.153 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-18T05:41:21.153 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-18T05:41:21.298 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-18T05:41:21.432 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-18T05:41:21.433 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-18T05:41:21.433 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-18T05:41:21.433 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:41:21.699 INFO:teuthology.orchestra.run.trial010.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 05:41 /home/ubuntu/cephtest/cephadm 2026-02-18T05:41:21.699 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:41:21.961 INFO:teuthology.orchestra.run.trial125.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 05:41 /home/ubuntu/cephtest/cephadm 2026-02-18T05:41:21.961 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:41:22.217 INFO:teuthology.orchestra.run.trial138.stdout:-rw-r--r--. 1 ubuntu ubuntu 1054179 Feb 18 05:41 /home/ubuntu/cephtest/cephadm 2026-02-18T05:41:22.217 DEBUG:teuthology.orchestra.run.trial010:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T05:41:22.236 DEBUG:teuthology.orchestra.run.trial125:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T05:41:22.255 DEBUG:teuthology.orchestra.run.trial138:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-18T05:41:22.288 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed on all hosts... 2026-02-18T05:41:22.288 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T05:41:22.291 DEBUG:teuthology.orchestra.run.trial125:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T05:41:22.296 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed pull 2026-02-18T05:41:22.442 INFO:teuthology.orchestra.run.trial010.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:41:22.450 INFO:teuthology.orchestra.run.trial125.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:41:22.475 INFO:teuthology.orchestra.run.trial138.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:41:30.844 INFO:teuthology.orchestra.run.trial138.stdout:{ 2026-02-18T05:41:30.844 INFO:teuthology.orchestra.run.trial138.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T05:41:30.844 INFO:teuthology.orchestra.run.trial138.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T05:41:30.844 INFO:teuthology.orchestra.run.trial138.stdout: "repo_digests": [ 2026-02-18T05:41:30.844 INFO:teuthology.orchestra.run.trial138.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T05:41:30.844 INFO:teuthology.orchestra.run.trial138.stdout: ] 2026-02-18T05:41:30.844 INFO:teuthology.orchestra.run.trial138.stdout:} 2026-02-18T05:41:30.864 INFO:teuthology.orchestra.run.trial125.stdout:{ 2026-02-18T05:41:30.864 INFO:teuthology.orchestra.run.trial125.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T05:41:30.864 INFO:teuthology.orchestra.run.trial125.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T05:41:30.864 INFO:teuthology.orchestra.run.trial125.stdout: "repo_digests": [ 2026-02-18T05:41:30.864 INFO:teuthology.orchestra.run.trial125.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T05:41:30.864 INFO:teuthology.orchestra.run.trial125.stdout: ] 2026-02-18T05:41:30.864 INFO:teuthology.orchestra.run.trial125.stdout:} 2026-02-18T05:41:30.867 INFO:teuthology.orchestra.run.trial010.stdout:{ 2026-02-18T05:41:30.867 INFO:teuthology.orchestra.run.trial010.stdout: "ceph_version": "ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable)", 2026-02-18T05:41:30.867 INFO:teuthology.orchestra.run.trial010.stdout: "image_id": "c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc", 2026-02-18T05:41:30.867 INFO:teuthology.orchestra.run.trial010.stdout: "repo_digests": [ 2026-02-18T05:41:30.867 INFO:teuthology.orchestra.run.trial010.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c" 2026-02-18T05:41:30.867 INFO:teuthology.orchestra.run.trial010.stdout: ] 2026-02-18T05:41:30.867 INFO:teuthology.orchestra.run.trial010.stdout:} 2026-02-18T05:41:30.883 DEBUG:teuthology.orchestra.run.trial010:> sudo mkdir -p /etc/ceph 2026-02-18T05:41:30.944 DEBUG:teuthology.orchestra.run.trial125:> sudo mkdir -p /etc/ceph 2026-02-18T05:41:30.969 DEBUG:teuthology.orchestra.run.trial138:> sudo mkdir -p /etc/ceph 2026-02-18T05:41:30.997 DEBUG:teuthology.orchestra.run.trial010:> sudo chmod 777 /etc/ceph 2026-02-18T05:41:31.022 DEBUG:teuthology.orchestra.run.trial125:> sudo chmod 777 /etc/ceph 2026-02-18T05:41:31.048 DEBUG:teuthology.orchestra.run.trial138:> sudo chmod 777 /etc/ceph 2026-02-18T05:41:31.073 INFO:tasks.cephadm:Writing seed config... 2026-02-18T05:41:31.076 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-18T05:41:31.076 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-18T05:41:31.076 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-18T05:41:31.076 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = True 2026-02-18T05:41:31.076 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-18T05:41:31.076 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-18T05:41:31.076 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-18T05:41:31.076 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-18T05:41:31.077 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-18T05:41:31.077 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:31.078 DEBUG:teuthology.orchestra.run.trial010:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-18T05:41:31.095 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 = 7443b76d-0c8c-11f1-a732-d404e6e7d460 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = 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-18T05:41:31.095 DEBUG:teuthology.orchestra.run.trial010:mon.a> sudo journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.a.service 2026-02-18T05:41:31.137 DEBUG:teuthology.orchestra.run.trial010:mgr.a> sudo journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.a.service 2026-02-18T05:41:31.180 INFO:tasks.cephadm:Bootstrapping... 2026-02-18T05:41:31.180 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed -v bootstrap --fsid 7443b76d-0c8c-11f1-a732-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.10 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:41:31.319 INFO:teuthology.orchestra.run.trial010.stdout:-------------------------------------------------------------------------------- 2026-02-18T05:41:31.319 INFO:teuthology.orchestra.run.trial010.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed', '-v', 'bootstrap', '--fsid', '7443b76d-0c8c-11f1-a732-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.10', '--skip-admin-label'] 2026-02-18T05:41:31.320 INFO:teuthology.orchestra.run.trial010.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-18T05:41:31.320 INFO:teuthology.orchestra.run.trial010.stdout:Verifying podman|docker is present... 2026-02-18T05:41:31.336 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stdout 5.6.0 2026-02-18T05:41:31.336 INFO:teuthology.orchestra.run.trial010.stdout:Verifying lvm2 is present... 2026-02-18T05:41:31.336 INFO:teuthology.orchestra.run.trial010.stdout:Verifying time synchronization is in place... 2026-02-18T05:41:31.342 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T05:41:31.342 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T05:41:31.348 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T05:41:31.348 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout inactive 2026-02-18T05:41:31.354 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout enabled 2026-02-18T05:41:31.359 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout active 2026-02-18T05:41:31.359 INFO:teuthology.orchestra.run.trial010.stdout:Unit chronyd.service is enabled and running 2026-02-18T05:41:31.360 INFO:teuthology.orchestra.run.trial010.stdout:Repeating the final host check... 2026-02-18T05:41:31.375 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stdout 5.6.0 2026-02-18T05:41:31.375 INFO:teuthology.orchestra.run.trial010.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-18T05:41:31.375 INFO:teuthology.orchestra.run.trial010.stdout:systemctl is present 2026-02-18T05:41:31.375 INFO:teuthology.orchestra.run.trial010.stdout:lvcreate is present 2026-02-18T05:41:31.380 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-18T05:41:31.380 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-18T05:41:31.385 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-18T05:41:31.385 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout inactive 2026-02-18T05:41:31.390 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout enabled 2026-02-18T05:41:31.396 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout active 2026-02-18T05:41:31.397 INFO:teuthology.orchestra.run.trial010.stdout:Unit chronyd.service is enabled and running 2026-02-18T05:41:31.397 INFO:teuthology.orchestra.run.trial010.stdout:Host looks OK 2026-02-18T05:41:31.397 INFO:teuthology.orchestra.run.trial010.stdout:Cluster fsid: 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:31.397 INFO:teuthology.orchestra.run.trial010.stdout:Acquiring lock 139732736828176 on /run/cephadm/7443b76d-0c8c-11f1-a732-d404e6e7d460.lock 2026-02-18T05:41:31.397 INFO:teuthology.orchestra.run.trial010.stdout:Lock 139732736828176 acquired on /run/cephadm/7443b76d-0c8c-11f1-a732-d404e6e7d460.lock 2026-02-18T05:41:31.397 INFO:teuthology.orchestra.run.trial010.stdout:Verifying IP 10.20.193.10 port 3300 ... 2026-02-18T05:41:31.397 INFO:teuthology.orchestra.run.trial010.stdout:Verifying IP 10.20.193.10 port 6789 ... 2026-02-18T05:41:31.397 INFO:teuthology.orchestra.run.trial010.stdout:Base mon IP(s) is [10.20.193.10:3300, 10.20.193.10:6789], mon addrv is [v2:10.20.193.10:3300,v1:10.20.193.10:6789] 2026-02-18T05:41:31.400 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.10 metric 102 2026-02-18T05:41:31.400 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.10 metric 102 2026-02-18T05:41:31.400 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-18T05:41:31.402 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-18T05:41:31.403 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-18T05:41:31.403 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout inet6 fe80::5a1d:e66c:8719:854d/64 scope link noprefixroute 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:5e60/64 scope link 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-18T05:41:31.406 INFO:teuthology.orchestra.run.trial010.stdout:Mon IP `10.20.193.10` is in CIDR network `10.20.192.0/20` 2026-02-18T05:41:31.407 INFO:teuthology.orchestra.run.trial010.stdout:Mon IP `10.20.193.10` is in CIDR network `10.20.192.0/20` 2026-02-18T05:41:31.407 INFO:teuthology.orchestra.run.trial010.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-18T05:41:31.407 INFO:teuthology.orchestra.run.trial010.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-18T05:41:31.407 INFO:teuthology.orchestra.run.trial010.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:41:31.696 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stdout c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc 2026-02-18T05:41:31.696 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed... 2026-02-18T05:41:31.696 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stderr Getting image source signatures 2026-02-18T05:41:31.696 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stderr Copying blob sha256:ddefcddf6ef03d04de1b3dcc9836d89822cd11e5095471fffeae38220180f545 2026-02-18T05:41:31.696 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-18T05:41:31.696 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stderr Copying config sha256:c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc 2026-02-18T05:41:31.696 INFO:teuthology.orchestra.run.trial010.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-18T05:41:31.816 INFO:teuthology.orchestra.run.trial010.stdout:ceph: stdout ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable) 2026-02-18T05:41:31.817 INFO:teuthology.orchestra.run.trial010.stdout:Ceph version: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable) 2026-02-18T05:41:31.817 INFO:teuthology.orchestra.run.trial010.stdout:Extracting ceph user uid/gid from container image... 2026-02-18T05:41:31.929 INFO:teuthology.orchestra.run.trial010.stdout:stat: stdout 167 167 2026-02-18T05:41:31.929 INFO:teuthology.orchestra.run.trial010.stdout:Creating initial keys... 2026-02-18T05:41:32.015 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph-authtool: stdout AQAMUZVpfzkNABAArKA/6j/Ck6e1gtP1lyh3iw== 2026-02-18T05:41:32.161 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph-authtool: stdout AQAMUZVpVisVCBAAqVE2QNuYgITw+x7VFR/SSA== 2026-02-18T05:41:32.298 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph-authtool: stdout AQAMUZVpVNHxEBAA9b3gw3bYQvm5nFcP0NGOvg== 2026-02-18T05:41:32.298 INFO:teuthology.orchestra.run.trial010.stdout:Creating initial monmap... 2026-02-18T05:41:32.433 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T05:41:32.433 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-18T05:41:32.433 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:32.433 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T05:41:32.433 INFO:teuthology.orchestra.run.trial010.stdout:monmaptool for a [v2:10.20.193.10:3300,v1:10.20.193.10:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-18T05:41:32.433 INFO:teuthology.orchestra.run.trial010.stdout:setting min_mon_release = tentacle 2026-02-18T05:41:32.433 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/monmaptool: set fsid to 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:32.433 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-18T05:41:32.434 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:32.434 INFO:teuthology.orchestra.run.trial010.stdout:Creating mon... 2026-02-18T05:41:32.571 INFO:teuthology.orchestra.run.trial010.stdout:create mon.a on 2026-02-18T05:41:32.747 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-18T05:41:32.845 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-18T05:41:32.951 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460.target → /etc/systemd/system/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460.target. 2026-02-18T05:41:32.951 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460.target → /etc/systemd/system/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460.target. 2026-02-18T05:41:33.071 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.a 2026-02-18T05:41:33.071 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.a.service: Unit ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.a.service not loaded. 2026-02-18T05:41:33.197 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460.target.wants/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@.service. 2026-02-18T05:41:33.347 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:41:33.347 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout disabled 2026-02-18T05:41:33.354 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:41:33.354 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout inactive 2026-02-18T05:41:33.354 INFO:teuthology.orchestra.run.trial010.stdout:firewalld.service is not enabled 2026-02-18T05:41:33.354 INFO:teuthology.orchestra.run.trial010.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T05:41:33.355 INFO:teuthology.orchestra.run.trial010.stdout:Waiting for mon to start... 2026-02-18T05:41:33.355 INFO:teuthology.orchestra.run.trial010.stdout:Waiting for mon... 2026-02-18T05:41:33.521 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout cluster: 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout id: 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout services: 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.131057s) [leader: a] 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout data: 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout pgs: 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:mon is available 2026-02-18T05:41:33.522 INFO:teuthology.orchestra.run.trial010.stdout:Assimilating anything we can from ceph.conf... 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout fsid = 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.10:3300,v1:10.20.193.10:6789] 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = True 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T05:41:33.687 INFO:teuthology.orchestra.run.trial010.stdout:Generating new minimal ceph.conf... 2026-02-18T05:41:33.850 INFO:teuthology.orchestra.run.trial010.stdout:Restarting the monitor... 2026-02-18T05:41:33.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:33 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a[20528]: 2026-02-18T05:41:33.919+0000 7f871af03640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-18T05:41:34.213 INFO:teuthology.orchestra.run.trial010.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-18T05:41:34.297 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 podman[20821]: 2026-02-18 05:41:34.021232294 +0000 UTC m=+0.114316891 container died bab208ff9633eeb15a4030a26aa8546242a70ea363f1cb193240c043bfde9aaf (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, 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.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:41:34.297 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 podman[20821]: 2026-02-18 05:41:34.029830274 +0000 UTC m=+0.122914871 container remove bab208ff9633eeb15a4030a26aa8546242a70ea363f1cb193240c043bfde9aaf (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, io.buildah.version=1.33.7) 2026-02-18T05:41:34.298 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 bash[20821]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a 2026-02-18T05:41:34.298 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 systemd[1]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-18T05:41:34.298 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 systemd[1]: Stopped Ceph mon.a for 7443b76d-0c8c-11f1-a732-d404e6e7d460. 2026-02-18T05:41:34.298 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 systemd[1]: Starting Ceph mon.a for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:41:34.298 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 podman[20943]: 2026-02-18 05:41:34.177967463 +0000 UTC m=+0.015170711 container create f943c93441f5e93d15b238e6a16ae1223e096d593dabc49ec3f1da8e3f979cea (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, io.buildah.version=1.33.7) 2026-02-18T05:41:34.298 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 podman[20943]: 2026-02-18 05:41:34.205190219 +0000 UTC m=+0.042393397 container init f943c93441f5e93d15b238e6a16ae1223e096d593dabc49ec3f1da8e3f979cea (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, 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/, org.label-schema.schema-version=1.0, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug) 2026-02-18T05:41:34.298 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 podman[20943]: 2026-02-18 05:41:34.207797376 +0000 UTC m=+0.045000554 container start f943c93441f5e93d15b238e6a16ae1223e096d593dabc49ec3f1da8e3f979cea (image=quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:41:34.298 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 bash[20943]: f943c93441f5e93d15b238e6a16ae1223e096d593dabc49ec3f1da8e3f979cea 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 podman[20943]: 2026-02-18 05:41:34.172283068 +0000 UTC m=+0.009486236 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 systemd[1]: Started Ceph mon.a for 7443b76d-0c8c-11f1-a732-d404e6e7d460. 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: set uid:gid to 167:167 (ceph:ceph) 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 2 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: pidfile_write: ignore empty --pid-file 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: load: jerasure load: lrc 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: RocksDB version: 7.9.2 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Git sha 0 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: DB SUMMARY 2026-02-18T05:41:34.299 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: DB Session ID: JYZJAR0ZFIWPII6SJ0HH 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: CURRENT file: CURRENT 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: IDENTITY file: IDENTITY 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76499 ; 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.error_if_exists: 0 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.create_if_missing: 0 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.paranoid_checks: 1 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-18T05:41:34.300 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.env: 0x55e97f0d5100 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.fs: PosixFileSystem 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.info_log: 0x55e983e47b00 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_file_opening_threads: 16 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.statistics: (nil) 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.use_fsync: 0 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_log_file_size: 0 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.keep_log_file_num: 1000 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.recycle_log_file_num: 0 2026-02-18T05:41:34.301 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.allow_fallocate: 1 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.allow_mmap_reads: 0 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.allow_mmap_writes: 0 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.use_direct_reads: 0 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.create_missing_column_families: 0 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.db_log_dir: 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.wal_dir: 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-18T05:41:34.302 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.advise_random_on_open: 1 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.db_write_buffer_size: 0 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.write_buffer_manager: 0x55e983e4a500 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.rate_limiter: (nil) 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.wal_recovery_mode: 2 2026-02-18T05:41:34.303 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.enable_thread_tracking: 0 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.enable_pipelined_write: 0 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.unordered_write: 0 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.row_cache: None 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.wal_filter: None 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.allow_ingest_behind: 0 2026-02-18T05:41:34.304 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.two_write_queues: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.manual_wal_flush: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.wal_compression: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.atomic_flush: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.log_readahead_size: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.best_efforts_recovery: 0 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-18T05:41:34.305 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.allow_data_in_errors: 0 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.db_host_id: __hostname__ 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_background_jobs: 2 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_background_compactions: -1 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_subcompactions: 1 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-18T05:41:34.306 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_total_wal_size: 0 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_open_files: -1 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bytes_per_sync: 0 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_readahead_size: 0 2026-02-18T05:41:34.307 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_background_flushes: -1 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Compression algorithms supported: 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: kZSTD supported: 0 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: kXpressCompression supported: 0 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: kBZip2Compression supported: 0 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: kLZ4Compression supported: 1 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: kZlibCompression supported: 1 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: kLZ4HCCompression supported: 1 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: kSnappyCompression supported: 1 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-18T05:41:34.308 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-18T05:41:34.309 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-18T05:41:34.309 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.merge_operator: 2026-02-18T05:41:34.309 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_filter: None 2026-02-18T05:41:34.309 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_filter_factory: None 2026-02-18T05:41:34.309 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.sst_partitioner_factory: None 2026-02-18T05:41:34.309 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-18T05:41:34.309 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-18T05:41:34.309 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e983e46240) 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: cache_index_and_filter_blocks: 1 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: pin_top_level_index_and_filter: 1 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: index_type: 0 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: data_block_index_type: 0 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: index_shortening: 1 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: checksum: 4 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: no_block_cache: 0 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: block_cache: 0x55e983e67b90 2026-02-18T05:41:34.310 INFO:journalctl@ceph.mon.a.trial010.stdout: block_cache_name: BinnedLRUCache 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: block_cache_options: 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: capacity : 536870912 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: num_shard_bits : 4 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: strict_capacity_limit : 0 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: high_pri_pool_ratio: 0.000 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: block_cache_compressed: (nil) 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: persistent_cache: (nil) 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: block_size: 4096 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: block_size_deviation: 10 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: block_restart_interval: 16 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: index_block_restart_interval: 1 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: metadata_block_size: 4096 2026-02-18T05:41:34.311 INFO:journalctl@ceph.mon.a.trial010.stdout: partition_filters: 0 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: use_delta_encoding: 1 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: filter_policy: bloomfilter 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: whole_key_filtering: 1 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: verify_compression: 0 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: read_amp_bytes_per_bit: 0 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: format_version: 5 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: enable_index_compression: 1 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: block_align: 0 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: max_auto_readahead_size: 262144 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: prepopulate_block_cache: 0 2026-02-18T05:41:34.312 INFO:journalctl@ceph.mon.a.trial010.stdout: initial_auto_readahead_size: 8192 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout: num_file_reads_for_auto_readahead: 2 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.write_buffer_size: 33554432 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_write_buffer_number: 2 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression: NoCompression 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression: Disabled 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.prefix_extractor: nullptr 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.num_levels: 7 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-18T05:41:34.313 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.level: 32767 2026-02-18T05:41:34.314 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.strategy: 0 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.enabled: false 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.target_file_size_base: 67108864 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-18T05:41:34.315 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-18T05:41:34.316 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.arena_block_size: 1048576 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.disable_auto_compactions: 0 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-18T05:41:34.317 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.inplace_update_support: 0 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-18T05:41:34.318 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.bloom_locality: 0 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.max_successive_merges: 0 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.paranoid_file_checks: 0 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.force_consistency_checks: 1 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.report_bg_io_stats: 0 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.ttl: 2592000 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.enable_blob_files: false 2026-02-18T05:41:34.319 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.min_blob_size: 0 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.blob_file_size: 268435456 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.blob_file_starting_level: 0 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-18T05:41:34.320 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: 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-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 28e2f14a-5520-41f6-b0c9-db7e577a8220 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771393294236432, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771393294237105, "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": 1771393294, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "28e2f14a-5520-41f6-b0c9-db7e577a8220", "db_session_id": "JYZJAR0ZFIWPII6SJ0HH", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771393294237159, "job": 1, "event": "recovery_finished"} 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: 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-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e983e6a700 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: DB pointer 0x55e983e7c000 2026-02-18T05:41:34.321 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout: ** DB Stats ** 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.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-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.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-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout: 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.stdout: ** Compaction Stats [default] ** 2026-02-18T05:41:34.322 INFO:journalctl@ceph.mon.a.trial010.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-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.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 154.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.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 154.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.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 154.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.stdout: 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.stdout: ** Compaction Stats [default] ** 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.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-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.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 154.9 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.stdout: 2026-02-18T05:41:34.323 INFO:journalctl@ceph.mon.a.trial010.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: Cumulative compaction: 0.00 GB write, 22.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: Interval compaction: 0.00 GB write, 22.48 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.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-18T05:41:34.324 INFO:journalctl@ceph.mon.a.trial010.stdout: Block cache BinnedLRUCache@0x55e983e67b90#2 capacity: 512.00 MB usage: 1.08 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 2.4e-05 secs_since: 0 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.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-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout: 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: starting mon.a rank 0 at public addrs [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] at bind addrs [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a@-1(???) e1 preinit fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a@-1(???).mds e1 new map 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a@-1(???).mds e1 print_map 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout: e1 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout: btime 2026-02-18T05:41:33:371625+0000 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.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-18T05:41:34.325 INFO:journalctl@ceph.mon.a.trial010.stdout: legacy client fscid: -1 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout: 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout: No filesystems configured 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: monmap epoch 1 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:34.326 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: last_changed 2026-02-18T05:41:32.409312+0000 2026-02-18T05:41:34.327 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:41:34.327 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: min_mon_release 20 (tentacle) 2026-02-18T05:41:34.327 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: election_strategy: 1 2026-02-18T05:41:34.327 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:41:34.327 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: fsmap 2026-02-18T05:41:34.327 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: osdmap e1: 0 total, 0 up, 0 in 2026-02-18T05:41:34.327 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:34 trial010 ceph-mon[20971]: mgrmap e1: no daemons active 2026-02-18T05:41:34.397 INFO:teuthology.orchestra.run.trial010.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-18T05:41:34.398 INFO:teuthology.orchestra.run.trial010.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:41:34.398 INFO:teuthology.orchestra.run.trial010.stdout:Creating mgr... 2026-02-18T05:41:34.398 INFO:teuthology.orchestra.run.trial010.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-18T05:41:34.398 INFO:teuthology.orchestra.run.trial010.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-18T05:41:34.535 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.a 2026-02-18T05:41:34.536 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.a.service: Unit ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.a.service not loaded. 2026-02-18T05:41:34.649 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460.target.wants/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@.service. 2026-02-18T05:41:34.790 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:41:34.791 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout disabled 2026-02-18T05:41:34.797 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:41:34.797 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout inactive 2026-02-18T05:41:34.797 INFO:teuthology.orchestra.run.trial010.stdout:firewalld.service is not enabled 2026-02-18T05:41:34.797 INFO:teuthology.orchestra.run.trial010.stdout:Not possible to enable service . firewalld.service is not available 2026-02-18T05:41:34.804 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:41:34.805 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout disabled 2026-02-18T05:41:34.810 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:41:34.810 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout inactive 2026-02-18T05:41:34.810 INFO:teuthology.orchestra.run.trial010.stdout:firewalld.service is not enabled 2026-02-18T05:41:34.810 INFO:teuthology.orchestra.run.trial010.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-18T05:41:34.810 INFO:teuthology.orchestra.run.trial010.stdout:Waiting for mgr to start... 2026-02-18T05:41:34.810 INFO:teuthology.orchestra.run.trial010.stdout:Waiting for mgr... 2026-02-18T05:41:34.991 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:34.991 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:41:34.991 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "fsid": "7443b76d-0c8c-11f1-a732-d404e6e7d460", 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:41:34.992 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:41:33:371625+0000", 2026-02-18T05:41:34.993 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:41:33.372316+0000", 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:41:34.994 INFO:teuthology.orchestra.run.trial010.stdout:mgr not available, waiting (1/15)... 2026-02-18T05:41:35.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:35 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1994687367' entity='client.admin' 2026-02-18T05:41:35.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:35 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4293561111' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:41:36.242 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:35 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: from numpy import show_config as show_numpy_config 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "fsid": "7443b76d-0c8c-11f1-a732-d404e6e7d460", 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:41:37.168 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:41:33:371625+0000", 2026-02-18T05:41:37.169 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:41:33.372316+0000", 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:41:37.170 INFO:teuthology.orchestra.run.trial010.stdout:mgr not available, waiting (2/15)... 2026-02-18T05:41:37.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:37 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2059541428' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:41:38.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: Activating manager daemon a 2026-02-18T05:41:38.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: mgrmap e2: a(active, starting, since 0.00294908s) 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: Manager daemon a is now available 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' 2026-02-18T05:41:38.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:38 trial010 ceph-mon[20971]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' 2026-02-18T05:41:39.452 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:39.452 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:41:39.452 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "fsid": "7443b76d-0c8c-11f1-a732-d404e6e7d460", 2026-02-18T05:41:39.452 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "health": { 2026-02-18T05:41:39.452 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 0 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "a" 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-18T05:41:39.453 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-18T05:41:39.454 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:39.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "btime": "2026-02-18T05:41:33:371625+0000", 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ], 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:39.456 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-18T05:41:39.457 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-18T05:41:39.457 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "modified": "2026-02-18T05:41:33.372316+0000", 2026-02-18T05:41:39.457 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-18T05:41:39.457 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout }, 2026-02-18T05:41:39.457 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-18T05:41:39.457 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:41:39.457 INFO:teuthology.orchestra.run.trial010.stdout:mgr is available 2026-02-18T05:41:39.694 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:39.694 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout [global] 2026-02-18T05:41:39.694 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout fsid = 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:39.694 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-18T05:41:39.694 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.10:3300,v1:10.20.193.10:6789] 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout [osd] 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-18T05:41:39.695 INFO:teuthology.orchestra.run.trial010.stdout:Enabling cephadm module... 2026-02-18T05:41:39.715 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:39 trial010 ceph-mon[20971]: mgrmap e3: a(active, since 1.00461s) 2026-02-18T05:41:39.715 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:39 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4287135140' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:41:40.810 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:40 trial010 ceph-mon[20971]: mgrmap e4: a(active, since 2s) 2026-02-18T05:41:40.810 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:40 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4046792486' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-18T05:41:40.811 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:40 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4046792486' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-18T05:41:40.811 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:40 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1362243213' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-18T05:41:40.811 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:40 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: ignoring --setuser ceph since I am not root 2026-02-18T05:41:40.811 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:40 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: ignoring --setgroup ceph since I am not root 2026-02-18T05:41:40.966 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:41:40.967 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-18T05:41:40.967 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:41:40.967 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-18T05:41:40.967 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T05:41:40.967 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:41:40.967 INFO:teuthology.orchestra.run.trial010.stdout:Waiting for the mgr to restart... 2026-02-18T05:41:40.967 INFO:teuthology.orchestra.run.trial010.stdout:Waiting for mgr epoch 5... 2026-02-18T05:41:41.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:41 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1362243213' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-18T05:41:41.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:41 trial010 ceph-mon[20971]: mgrmap e5: a(active, since 3s) 2026-02-18T05:41:41.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:41 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2174065520' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:41:41.993 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:41 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: /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-18T05:41:41.993 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:41 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: 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-18T05:41:41.993 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:41 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: from numpy import show_config as show_numpy_config 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: Active manager daemon a restarted 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: Activating manager daemon a 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: osdmap e2: 0 total, 0 up, 0 in 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: mgrmap e6: a(active, starting, since 0.00312653s) 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:41:43.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:43 trial010 ceph-mon[20971]: Manager daemon a is now available 2026-02-18T05:41:44.483 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:41:44.483 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-18T05:41:44.483 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T05:41:44.483 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:41:44.483 INFO:teuthology.orchestra.run.trial010.stdout:mgr epoch 5 is available 2026-02-18T05:41:44.483 INFO:teuthology.orchestra.run.trial010.stdout:Verifying orchestrator module is enabled... 2026-02-18T05:41:45.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: Found migration_current of "None". Setting to last migration. 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: mgrmap e7: a(active, since 1.00465s) 2026-02-18T05:41:45.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:41:45.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:44] ENGINE Bus STARTING 2026-02-18T05:41:45.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:44] ENGINE Serving on http://10.20.193.10:8765 2026-02-18T05:41:45.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:44] ENGINE Serving on https://10.20.193.10:7150 2026-02-18T05:41:45.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:44] ENGINE Bus STARTED 2026-02-18T05:41:45.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:44] ENGINE Client ('10.20.193.10', 57382) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:41:45.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:45.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:44 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1649372551' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-18T05:41:45.480 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-18T05:41:45.480 INFO:teuthology.orchestra.run.trial010.stdout:Setting orchestrator backend to cephadm... 2026-02-18T05:41:45.983 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-18T05:41:45.984 INFO:teuthology.orchestra.run.trial010.stdout:Generating ssh key... 2026-02-18T05:41:46.480 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1649372551' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-18T05:41:46.480 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-mon[20971]: mgrmap e8: a(active, since 2s) 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-mon[20971]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: Generating public/private ed25519 key pair. 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: Your identification has been saved in /tmp/tmpqtttzrwq/key 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: Your public key has been saved in /tmp/tmpqtttzrwq/key.pub 2026-02-18T05:41:46.481 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: The key fingerprint is: 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: SHA256:tvo2iO81PYcJgHveTXOMMkQ+Cu/pd+GNsSVWarIzNks ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: The key's randomart image is: 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: +--[ED25519 256]--+ 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | . | 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | . o | 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | o . + | 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | + + . o. | 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | . + S +oo | 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | + +.OB=. | 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | .+.E**O. | 2026-02-18T05:41:46.482 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | ...+X.=o. | 2026-02-18T05:41:46.483 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: | o==oB | 2026-02-18T05:41:46.483 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:46 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: +----[SHA256]-----+ 2026-02-18T05:41:46.491 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmvtDMaL5I601x3lItufBEZ7aG823S0Ca2Ut9nkQHok ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:46.492 INFO:teuthology.orchestra.run.trial010.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:41:46.492 INFO:teuthology.orchestra.run.trial010.stdout:Adding key to root@localhost authorized_keys... 2026-02-18T05:41:46.492 INFO:teuthology.orchestra.run.trial010.stdout:Adding host trial010... 2026-02-18T05:41:47.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:47 trial010 ceph-mon[20971]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:47.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:47 trial010 ceph-mon[20971]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:47.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:47 trial010 ceph-mon[20971]: Generating ssh key... 2026-02-18T05:41:47.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:47 trial010 ceph-mon[20971]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:47.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:47 trial010 ceph-mon[20971]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial010", "addr": "10.20.193.10", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:48.286 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout Added host 'trial010' with addr '10.20.193.10' 2026-02-18T05:41:48.286 INFO:teuthology.orchestra.run.trial010.stdout:Deploying unmanaged mon service... 2026-02-18T05:41:48.522 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:48 trial010 ceph-mon[20971]: Deploying cephadm binary to trial010 2026-02-18T05:41:48.522 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:48 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:48.522 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:48 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:48.543 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-18T05:41:48.543 INFO:teuthology.orchestra.run.trial010.stdout:Deploying unmanaged mgr service... 2026-02-18T05:41:48.796 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-18T05:41:49.310 INFO:teuthology.orchestra.run.trial010.stdout:Enabling the dashboard module... 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: Added host trial010 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: Saving service mon spec with placement count:5 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3065323207' entity='client.admin' 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3200984558' entity='client.admin' 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:49.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:49.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial010", "name": "osd_memory_target"} : dispatch 2026-02-18T05:41:49.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:41:49.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial010", "caps": []} : dispatch 2026-02-18T05:41:49.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:49 trial010 ceph-mon[20971]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial010", "caps": []}]': finished 2026-02-18T05:41:50.812 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:50 trial010 ceph-mon[20971]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:50.812 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:50 trial010 ceph-mon[20971]: Saving service mgr spec with placement count:2 2026-02-18T05:41:50.813 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:50 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2788940811' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-18T05:41:50.813 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:50 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: ignoring --setuser ceph since I am not root 2026-02-18T05:41:50.813 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:50 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: ignoring --setgroup ceph since I am not root 2026-02-18T05:41:50.835 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:41:50.836 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-18T05:41:50.836 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-18T05:41:50.836 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-18T05:41:50.836 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-18T05:41:50.836 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:41:50.836 INFO:teuthology.orchestra.run.trial010.stdout:Waiting for the mgr to restart... 2026-02-18T05:41:50.836 INFO:teuthology.orchestra.run.trial010.stdout:Waiting for mgr epoch 9... 2026-02-18T05:41:51.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:51 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2788940811' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-18T05:41:51.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:51 trial010 ceph-mon[20971]: mgrmap e9: a(active, since 7s) 2026-02-18T05:41:51.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:51 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2661514191' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:41:51.993 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:51 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: /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-18T05:41:51.993 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:51 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: 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-18T05:41:51.993 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:41:51 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: from numpy import show_config as show_numpy_config 2026-02-18T05:41:53.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: Active manager daemon a restarted 2026-02-18T05:41:53.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: Activating manager daemon a 2026-02-18T05:41:53.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: osdmap e3: 0 total, 0 up, 0 in 2026-02-18T05:41:53.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: mgrmap e10: a(active, starting, since 0.00315858s) 2026-02-18T05:41:53.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:41:53.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:41:53.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:41:53.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:41:53.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:41:53.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:53 trial010 ceph-mon[20971]: Manager daemon a is now available 2026-02-18T05:41:54.688 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:54.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:54.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:41:54.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:41:54.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:54.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial010", "name": "osd_memory_target"} : dispatch 2026-02-18T05:41:54.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:54.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial010", "caps": []} : dispatch 2026-02-18T05:41:54.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:54 trial010 ceph-mon[20971]: mgrmap e11: a(active, since 1.00497s) 2026-02-18T05:41:54.712 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout { 2026-02-18T05:41:54.713 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-18T05:41:54.713 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-18T05:41:54.713 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout } 2026-02-18T05:41:54.713 INFO:teuthology.orchestra.run.trial010.stdout:mgr epoch 9 is available 2026-02-18T05:41:54.713 INFO:teuthology.orchestra.run.trial010.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-18T05:41:55.514 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIE+jCCAuKgAwIBAgIUP8UZ4mQSo6Axh4d2YQAO1XOp69swDQYJKoZIhvcNAQEL\nBQAwFzEVMBMGA1UEAwwMY2VwaGFkbS1yb290MB4XDTI2MDIxODA1NDE1NVoXDTI5\nMDIxNzA1NDE1NVowFzEVMBMGA1UEAwwMMTAuMjAuMTkzLjEwMIICIjANBgkqhkiG\n9w0BAQEFAAOCAg8AMIICCgKCAgEAxKVgLxE6Kyvf87Y6g6FibUjsMAlIanD88br3\nWNUxgm9N8Yck2vabjLL6/FwTk5x3ocI8SYG/zag+jgOP4hNxBVP+SsQ3oG5tKzdA\nY4Q6zs4IP/KEszBUic8okcURM4Qh08CX/luNSQBy/8/weCpYrPS8kAzYqDU9kkOX\nwFHYMNVn8k6WbiN442kHUjbmQylbxlrPsjmQ3HnWsjS5R62hBVl900PdKFXTKpdK\n/Sd3vP6cKKHpG8Q5jGv68fJQCw8kY0LTFKkLVTiLpcBW9KB5w0RUP3EKcHkjTW6h\nqcPZrzXNQcFjsq0ydoMlpAybgL/6SnK1SWsnoAOUTjxth6L/WgPQU8V8vvgUwQk8\nlPbvzmGV+yB4U1/Um2BCCyO/c8mqsZj855cKTcjU48oEld0oAgFryZRHx3iDhPjt\njAHak+6LCrBCbBHXnZYEsWNLsyK2b8Hado4hAsp09hMKzW2XKj4ec2WWg0+1lqiV\nvUcj20BlyIkiJO8jiY6SaQnTOX5knvtcVEvmQz3+V9PgwJKbcV5Etfx3lzAQG+Nt\n3ARYhJPpXJvV/8A9dO9mvonT7aOCQw1Pns/MlbJF6ZzQlOpgnMSi9AAAsTbB0DKO\n90eNJuWFfn5FpVr1AlK56bj2hypjcnW4Hc0dxW4AEaY71OkkmZAXHt2/Ymf1M27o\ne76F4D8CAwEAAaM+MDwwLAYDVR0RBCUwI4IIdHJpYWwwMTCCEWRhc2hib2FyZF9z\nZXJ2ZXJzhwQKFMEKMAwGA1UdEwEB/wQCMAAwDQYJKoZIhvcNAQELBQADggIBAA4u\nlw004KBdvmEsD/cZKvHqKQCekozbCGPSeeu2OwnT73IBpurZu9Lf+TBECUUv8kbw\nEHluahET+eqkBii7Rh1jXQuXOc6COYZ5F4ISfr9K1VFhB+O+Q42iS8G0Tv9DOkAM\n5BZINUXET6/EDvEDNG00DAuPBHqfmIuMTcD9ovqGUHYYQ+qfT1bozKe6twukjSf4\nnnipi1XEAhHoULkmfF62tgBCoPkalzcLPJjjWYryV/0LLPn/k8NRcjGC7Tq2BrYt\nBbVTs6++4kFAkVFogHfpJ6AXmSawz/s5aPMg5W3QVfvKpdcREwu701rPAX+Xn3re\nRfnZBJfS/73QZfidiJ5xfC7aqFt1spMk/zMnweB+n2WYcXZi6o8OG1BslUbRjByM\nAkbxSmAOE+pGTRugVrEzG9ka2Yb4fZjsmEDjFC3WMmEX3G9GTFRRlprVV7oHXYjo\nu7WTEGITB5GpHd7oCGI8aw4yy+soUDQ1tJMdnHAR3MPLy/FJh2rpMqtqXm0txmr0\nAamRMjUA5qRz754wiqQB2S4baX9uycKq9mwKV6OQ/7Qm11f5g47PLU27WWROY6Bw\nKoUyAAmPtXA50xbUH+yMnZY0wGFd2QF414tjDPfhWq48kloAZWwnkTISSRwlP3lM\nE6YQ5lFA29JbY5tAP5yHuDPu3emtNGBfQn7JeBRR\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJKAIBAAKCAgEAxKVgLxE6Kyvf87Y6g6FibUjsMAlIanD88br3WNUxgm9N8Yck\n2vabjLL6/FwTk5x3ocI8SYG/zag+jgOP4hNxBVP+SsQ3oG5tKzdAY4Q6zs4IP/KE\nszBUic8okcURM4Qh08CX/luNSQBy/8/weCpYrPS8kAzYqDU9kkOXwFHYMNVn8k6W\nbiN442kHUjbmQylbxlrPsjmQ3HnWsjS5R62hBVl900PdKFXTKpdK/Sd3vP6cKKHp\nG8Q5jGv68fJQCw8kY0LTFKkLVTiLpcBW9KB5w0RUP3EKcHkjTW6hqcPZrzXNQcFj\nsq0ydoMlpAybgL/6SnK1SWsnoAOUTjxth6L/WgPQU8V8vvgUwQk8lPbvzmGV+yB4\nU1/Um2BCCyO/c8mqsZj855cKTcjU48oEld0oAgFryZRHx3iDhPjtjAHak+6LCrBC\nbBHXnZYEsWNLsyK2b8Hado4hAsp09hMKzW2XKj4ec2WWg0+1lqiVvUcj20BlyIki\nJO8jiY6SaQnTOX5knvtcVEvmQz3+V9PgwJKbcV5Etfx3lzAQG+Nt3ARYhJPpXJvV\n/8A9dO9mvonT7aOCQw1Pns/MlbJF6ZzQlOpgnMSi9AAAsTbB0DKO90eNJuWFfn5F\npVr1AlK56bj2hypjcnW4Hc0dxW4AEaY71OkkmZAXHt2/Ymf1M27oe76F4D8CAwEA\nAQKCAgALLIqGoif4BAo5wwUYLbd2Fkq1gBGJWtpEsicT+SlTDBgVvWQuvQyhthnk\n9SZ3oNB7dJoQYzsO6JyFXVZztj8Z2mf8v6GZkCzL49vYy867qaF2YMWBmSF0ozze\n65/KmZuCeNMqNPGWUFw4hQxZB676RP3iAZjeFghlo0mgOAZc4AOEFUse/w0DfxhX\nZ581+cepQcfDjNnabWHxxmUw2YDo2Oj5dEXA4P+az/YG5JM9PgqJlIm2djP+8rPT\nw70go7+hlE6CQgjO0uO8i21lgSjqG5vd7wJ02a1T3RF6oBJijmAXeHG92XGgolsl\nM0Iy0rXaPSJoBZq+0PVAbNacenqf/U+EXXv9G42ELbhp1Zod4TSuR7vHXzpD6AmC\nXTcVY334HKqxK4WaVWBIk0sgsYTS1yj1NnAvHcLxQl+jny47QokPuOmDuCGNXD/r\nqJjn+HuzXrQz7YQnzMDZAuJL/JM53LEgdRrovzkD7gijMHyVfg+kv64fRLCj31gs\nRsfOVLkv/pd5dD+Id11sxqIMP9Y1PN+LgKHSjUvPBpSoMnBZIQiDUBEG+GcV5QMh\n/iAbyyxU3G4JWP+exsj+ogsv6R+e9hkmtjClzeh5mAxzo/9MHaDa0bDjc5I5Fmou\nmxSPhvQKYMq8bN3rvOk8EjMTatkrT50/NA6DCDof9gNR7XqFgQKCAQEA4k46yJaa\nA8F5JDW9s+694XaxJx5vlP5rfKD7VyMZOMhqSIcwS8DXyu2DwddS08nA2eqaa/ny\nZicZ2Bmbf0zdsYeYLYwJraUsldashfg3FVbKTLmv2bqLbujoeZ950iedbAQRchlF\n6l+cv6EFkRNUCMsg8IiXJP8frsNdUlK/qQjKfx8rt/GcjrjRKLo9ZOSiiHKaDLdB\n9VJpRwPpvcgMfPip/dFUC74MZ83XWxoK6AK7RsxZJ4NO6pz1U3neoRgd54cmBcAR\nPc1auefBHsPcVlt7uRBMEHTUSplZ6CiDLkIk/z+lYztKKsoy7w2B6rF014lS/NJa\ngyCMIyaR7cH+8QKCAQEA3nLb4ACjeTtga3KpM+JNl1Gk9i9UmYEBQqwrqMPFWnu9\npYI9Dcb+/6YShMKSu/8Wz0CKNw57S/a+55Jb1KSkT/brFpAeoodOOu+bPUC/Uz1I\n5rinyh4OziqXYRjpi4qa2ZjKj/4TLauNFgM1BYwhS5lcky2Py8xiLRK3GNYw7d1L\nA4/sGlmEY4Yikwid/xMgA/ZhN7QD5eMSaZDNN2dAuZyIO0eOL0T0wl7zvqrnuzbv\nY1LBL8gN+FiQiY6sF0UwpzTFf6iQrFsO3s10RbtChXksHcUUyoXosdX5UYyq7U+u\neJgCM9QkLSVN1/YeV4Axlz5pEtplMksnbIdZH+0yLwKCAQARIl8tBMoQcrubVD5S\nu0bBJV1wWsuT+ldlDkM5a7zjIbl6WFH9ylIMWUNaj9UDmAjz9uFOP5Rsy5UXWYj+\ncHFwmZWaDTpGXXUsux5A3nQ9N18FxCFeWNNpyFShsMNmd/1hSkWP3/39KtQRZj2n\nqFD6gXay/4SCFpbtgnk0XHOKdtHuIgwLV03FOJUNglxXoT/1GMg1IkLqMh0qdU9j\nQRxA8grc3taANRl3Woxtp2EgA+TuDVbKuRRmiw/ADEAg7lSFTSRB1zL2/O9bmAJ1\nM9sg5rhNYMCBlnbkVwwJmdekzvlCIi2Bf+Gzr69/jgRCIsF3+DvCTKLxvqsdljQC\nTmfhAoIBADXiNradEPw10NZWMPxbbhYgdcgYkPKaGDcRQ4Ye3fhcDwU/dhCXSn+c\nt9Gm3Cpj0R+k75YEkQNGotmvT0VEGHUyR6HwiSsvgVivX7hHrdC5AKa6xhIkk8uG\n76JaiX/+tCHPbAnTLswaSROy9S4B0rLgVFdmavWf7Ywjg2ylvbZwq1ISk8uSMYp2\nHHvnU3ZNKK0tCkGW/na6OWSO6dbo0PnlG+7YF24F0xAeNgbSmU11MimqCxfK6u9k\nbKaVg8QjQ3TNSKXyrBDEAecgd3DIuoVgY7pWWgHwy/v/6+PAIktXyNh3YdkyIw04\ngxG0EYd6iwiq2oLxmh/DqqoUYxdjuosCggEBAJDu0/aVLJ2a5CRNJ8bmt9hvRjWP\nmB04eeRart8RA68d0rAp1gq7fS7Olf6QJDNcyjWKOB2aIXMJl/LDv+J6CpVVqcLB\nsbd+Q7zu0V95GyiBP8Kzn5GmQ5/sPSc+2z0i0rpr8o2KLji86Q4exJuGGCEnyhbl\nH1bdx4GPR7e+2lGG45x9AgxHs6fHPt0cFsTh3dvpWIp84ocnPfch1Oa3hUsho8Si\n3PjHXY0gtHdaNfWIE9NWZZ9LTe1C1QkCjVtFOAnOKRcbUskacXYl8d9PdSENZ2u8\nH4smNLysVSkC9xud744T/mEyZ/JEtqMqQDhCErrciYvJxbjNe+DlFfVgbUI=\n-----END RSA PRIVATE KEY-----\n"} 2026-02-18T05:41:55.741 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:55 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:54] ENGINE Bus STARTING 2026-02-18T05:41:55.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:55 trial010 ceph-mon[20971]: Deploying daemon agent.trial010 on trial010 2026-02-18T05:41:55.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:55 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:54] ENGINE Serving on http://10.20.193.10:8765 2026-02-18T05:41:55.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:55 trial010 ceph-mon[20971]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:41:55.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:55 trial010 ceph-mon[20971]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:41:55.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:55 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:54] ENGINE Serving on https://10.20.193.10:7150 2026-02-18T05:41:55.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:55 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:54] ENGINE Bus STARTED 2026-02-18T05:41:55.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:55 trial010 ceph-mon[20971]: [18/Feb/2026:05:41:54] ENGINE Client ('10.20.193.10', 47830) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:41:55.762 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-18T05:41:56.010 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-18T05:41:56.010 INFO:teuthology.orchestra.run.trial010.stdout:Creating initial admin user... 2026-02-18T05:41:56.455 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$Uw7GHSY7EzFTs7rSIAytjeQhyw0J/zFn2P7znhXYAu3ZX4bM3UJA2", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771393316, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-18T05:41:56.456 INFO:teuthology.orchestra.run.trial010.stdout:Fetching dashboard port number... 2026-02-18T05:41:56.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:56 trial010 ceph-mon[20971]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:56.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:56 trial010 ceph-mon[20971]: mgrmap e12: a(active, since 2s) 2026-02-18T05:41:56.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:56 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:56.689 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:56 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:56.690 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:56 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:56.692 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stdout 8443 2026-02-18T05:41:56.700 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-18T05:41:56.700 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout disabled 2026-02-18T05:41:56.706 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-18T05:41:56.707 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout inactive 2026-02-18T05:41:56.707 INFO:teuthology.orchestra.run.trial010.stdout:firewalld.service is not enabled 2026-02-18T05:41:56.707 INFO:teuthology.orchestra.run.trial010.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-18T05:41:56.707 INFO:teuthology.orchestra.run.trial010.stdout:Ceph Dashboard is now available at: 2026-02-18T05:41:56.708 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:56.708 INFO:teuthology.orchestra.run.trial010.stdout: URL: https://trial010:8443/ 2026-02-18T05:41:56.708 INFO:teuthology.orchestra.run.trial010.stdout: User: admin 2026-02-18T05:41:56.708 INFO:teuthology.orchestra.run.trial010.stdout: Password: d07yv8yjye 2026-02-18T05:41:56.708 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:56.708 INFO:teuthology.orchestra.run.trial010.stdout:Saving cluster configuration to /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config directory 2026-02-18T05:41:57.004 INFO:teuthology.orchestra.run.trial010.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-18T05:41:57.004 INFO:teuthology.orchestra.run.trial010.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-18T05:41:57.004 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:57.004 INFO:teuthology.orchestra.run.trial010.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:41:57.004 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:57.004 INFO:teuthology.orchestra.run.trial010.stdout:Or, if you are only running a single cluster on this host: 2026-02-18T05:41:57.004 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout: ceph telemetry on 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout:For more information see: 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:41:57.005 INFO:teuthology.orchestra.run.trial010.stdout:Bootstrap complete. 2026-02-18T05:41:57.011 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout static 2026-02-18T05:41:57.016 INFO:teuthology.orchestra.run.trial010.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-18T05:41:57.016 INFO:teuthology.orchestra.run.trial010.stdout:systemctl: stdout inactive 2026-02-18T05:41:57.016 INFO:teuthology.orchestra.run.trial010.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-18T05:41:57.165 INFO:tasks.cephadm:Fetching config... 2026-02-18T05:41:57.165 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:57.165 DEBUG:teuthology.orchestra.run.trial010:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-18T05:41:57.181 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-18T05:41:57.181 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:57.181 DEBUG:teuthology.orchestra.run.trial010:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-18T05:41:57.238 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-18T05:41:57.238 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:57.238 DEBUG:teuthology.orchestra.run.trial010:> sudo dd if=/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-18T05:41:57.309 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-18T05:41:57.309 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:41:57.309 DEBUG:teuthology.orchestra.run.trial010:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-18T05:41:57.366 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-18T05:41:57.367 DEBUG:teuthology.orchestra.run.trial010:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmvtDMaL5I601x3lItufBEZ7aG823S0Ca2Ut9nkQHok ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T05:41:57.457 INFO:teuthology.orchestra.run.trial010.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmvtDMaL5I601x3lItufBEZ7aG823S0Ca2Ut9nkQHok ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:57.468 DEBUG:teuthology.orchestra.run.trial125:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmvtDMaL5I601x3lItufBEZ7aG823S0Ca2Ut9nkQHok ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T05:41:57.503 INFO:teuthology.orchestra.run.trial125.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmvtDMaL5I601x3lItufBEZ7aG823S0Ca2Ut9nkQHok ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:57.513 DEBUG:teuthology.orchestra.run.trial138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmvtDMaL5I601x3lItufBEZ7aG823S0Ca2Ut9nkQHok ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-18T05:41:57.549 INFO:teuthology.orchestra.run.trial138.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHmvtDMaL5I601x3lItufBEZ7aG823S0Ca2Ut9nkQHok ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:41:57.552 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:57 trial010 ceph-mon[20971]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:57.552 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:57 trial010 ceph-mon[20971]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:57.552 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:57 trial010 ceph-mon[20971]: 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-18T05:41:57.552 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:57 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3505527177' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-18T05:41:57.552 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:57 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3143167279' entity='client.admin' 2026-02-18T05:41:57.559 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-18T05:41:57.736 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:41:58.025 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-18T05:41:58.025 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-18T05:41:58.145 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:41:58.411 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial125 2026-02-18T05:41:58.411 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:41:58.411 DEBUG:teuthology.orchestra.run.trial125:> dd of=/etc/ceph/ceph.conf 2026-02-18T05:41:58.429 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:41:58.429 DEBUG:teuthology.orchestra.run.trial125:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:41:58.486 INFO:tasks.cephadm:Adding host trial125 to orchestrator... 2026-02-18T05:41:58.487 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch host add trial125 2026-02-18T05:41:58.613 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:41:58.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2489558133' entity='client.admin' 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:58.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: Updating trial010:/etc/ceph/ceph.conf 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:41:58.995 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:00.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:59 trial010 ceph-mon[20971]: Updating trial010:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:00.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:59 trial010 ceph-mon[20971]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:42:00.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:00.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:00.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:59 trial010 ceph-mon[20971]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial125", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:00.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:00.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:41:59 trial010 ceph-mon[20971]: Deploying cephadm binary to trial125 2026-02-18T05:42:00.411 INFO:teuthology.orchestra.run.trial010.stdout:Added host 'trial125' with addr '10.20.193.125' 2026-02-18T05:42:00.450 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-18T05:42:00.568 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:00.798 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:00.798 INFO:teuthology.orchestra.run.trial010.stdout:[{"addr": "10.20.193.10", "hostname": "trial010", "labels": [], "status": ""}, {"addr": "10.20.193.125", "hostname": "trial125", "labels": [], "status": ""}] 2026-02-18T05:42:00.836 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial138 2026-02-18T05:42:00.837 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:42:00.837 DEBUG:teuthology.orchestra.run.trial138:> dd of=/etc/ceph/ceph.conf 2026-02-18T05:42:00.854 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:42:00.855 DEBUG:teuthology.orchestra.run.trial138:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:00.911 INFO:tasks.cephadm:Adding host trial138 to orchestrator... 2026-02-18T05:42:00.911 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch host add trial138 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: mgrmap e13: a(active, since 6s) 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: Added host trial125 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial125", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:00.934 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:00.935 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:01.027 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:02.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: Updating trial125:/etc/ceph/ceph.conf 2026-02-18T05:42:02.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:02.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:02.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: Updating trial125:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:02.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:42:02.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:02.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:02.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial125", "caps": []} : dispatch 2026-02-18T05:42:02.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial125", "caps": []}]': finished 2026-02-18T05:42:02.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial138", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:02.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:02.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:02.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:02.920 INFO:teuthology.orchestra.run.trial010.stdout:Added host 'trial138' with addr '10.20.193.138' 2026-02-18T05:42:02.972 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-18T05:42:03.129 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:03.360 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:03.360 INFO:teuthology.orchestra.run.trial010.stdout:[{"addr": "10.20.193.10", "hostname": "trial010", "labels": [], "status": ""}, {"addr": "10.20.193.125", "hostname": "trial125", "labels": [], "status": ""}, {"addr": "10.20.193.138", "hostname": "trial138", "labels": [], "status": ""}] 2026-02-18T05:42:03.397 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-18T05:42:03.397 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd crush tunables default 2026-02-18T05:42:03.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: Deploying daemon agent.trial125 on trial125 2026-02-18T05:42:03.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: Deploying cephadm binary to trial138 2026-02-18T05:42:03.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:03.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:03.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:03.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial138", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:03.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:03.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:03 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:03.513 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:04.707 INFO:teuthology.orchestra.run.trial010.stderr:adjusted tunables profile to default 2026-02-18T05:42:04.749 INFO:tasks.cephadm:Adding mon.a on trial010 2026-02-18T05:42:04.749 INFO:tasks.cephadm:Adding mon.b on trial125 2026-02-18T05:42:04.749 INFO:tasks.cephadm:Adding mon.c on trial138 2026-02-18T05:42:04.749 DEBUG:teuthology.orchestra.run.trial138:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch apply mon '3;trial010:10.20.193.10=a;trial125:10.20.193.125=b;trial138:10.20.193.138=c' 2026-02-18T05:42:04.871 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:04.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: Added host trial138 2026-02-18T05:42:04.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: Updating trial138:/etc/ceph/ceph.conf 2026-02-18T05:42:04.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:04.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:04.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: Updating trial138:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:04.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:04.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial138", "caps": []} : dispatch 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial138", "caps": []}]': finished 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/214554846' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:04.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:04 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:05.115 INFO:teuthology.orchestra.run.trial138.stdout:Scheduled mon update... 2026-02-18T05:42:05.156 DEBUG:teuthology.orchestra.run.trial125:mon.b> sudo journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.b.service 2026-02-18T05:42:05.158 DEBUG:teuthology.orchestra.run.trial138:mon.c> sudo journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.c.service 2026-02-18T05:42:05.159 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-18T05:42:05.160 DEBUG:teuthology.orchestra.run.trial138:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T05:42:05.337 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:05.621 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:42:05.621 INFO:teuthology.orchestra.run.trial138.stdout:{"epoch":1,"fsid":"7443b76d-0c8c-11f1-a732-d404e6e7d460","modified":"2026-02-18T05:41:32.409312Z","created":"2026-02-18T05:41:32.409312Z","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.10:3300","nonce":0},{"type":"v1","addr":"10.20.193.10:6789","nonce":0}]},"addr":"10.20.193.10:6789/0","public_addr":"10.20.193.10:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2026-02-18T05:42:05.621 INFO:teuthology.orchestra.run.trial138.stderr:dumped monmap epoch 1 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: Deploying daemon agent.trial138 on trial138 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/214554846' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:05.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:05 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:06.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:06 trial138 ceph-mon[22240]: mon.c@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-18T05:42:06.745 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-18T05:42:06.745 DEBUG:teuthology.orchestra.run.trial138:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T05:42:06.866 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.c/config 2026-02-18T05:42:07.506 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 podman[22054]: 2026-02-18 05:42:07.468103573 +0000 UTC m=+0.010640708 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:42:07.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 systemd[1]: Started Ceph mon.b for 7443b76d-0c8c-11f1-a732-d404e6e7d460. 2026-02-18T05:42:07.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: set uid:gid to 167:167 (ceph:ceph) 2026-02-18T05:42:07.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: ceph version 20.2.0-670-gadc19233 (adc1923395f2bcd6ae89b5d331d278364d1848ed) tentacle (stable - Debug), process ceph-mon, pid 2 2026-02-18T05:42:07.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: pidfile_write: ignore empty --pid-file 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: load: jerasure load: lrc 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: RocksDB version: 7.9.2 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Git sha 0 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Compile date 2026-02-17 18:17:02 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: DB SUMMARY 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: DB Session ID: JPFFPK64EFQXJ181EL3K 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: CURRENT file: CURRENT 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: IDENTITY file: IDENTITY 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2026-02-18T05:42:07.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 511 ; 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.error_if_exists: 0 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.create_if_missing: 0 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.paranoid_checks: 1 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.env: 0x55e2f815d100 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.fs: PosixFileSystem 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.info_log: 0x55e2fe460e80 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_file_opening_threads: 16 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.statistics: (nil) 2026-02-18T05:42:07.912 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.use_fsync: 0 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_log_file_size: 0 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.keep_log_file_num: 1000 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.recycle_log_file_num: 0 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.allow_fallocate: 1 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.allow_mmap_reads: 0 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.allow_mmap_writes: 0 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.use_direct_reads: 0 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-18T05:42:07.913 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.create_missing_column_families: 0 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.db_log_dir: 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.wal_dir: 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.advise_random_on_open: 1 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.db_write_buffer_size: 0 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.write_buffer_manager: 0x55e2fe464500 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-18T05:42:07.914 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.rate_limiter: (nil) 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.wal_recovery_mode: 2 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.enable_thread_tracking: 0 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.enable_pipelined_write: 0 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.unordered_write: 0 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-18T05:42:07.915 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.row_cache: None 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.wal_filter: None 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.allow_ingest_behind: 0 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.two_write_queues: 0 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.manual_wal_flush: 0 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.wal_compression: 0 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.atomic_flush: 0 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-18T05:42:07.916 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-18T05:42:07.917 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.log_readahead_size: 0 2026-02-18T05:42:07.917 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-18T05:42:07.917 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.best_efforts_recovery: 0 2026-02-18T05:42:07.917 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-18T05:42:07.917 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-18T05:42:07.917 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.allow_data_in_errors: 0 2026-02-18T05:42:07.917 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.db_host_id: __hostname__ 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_background_jobs: 2 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_background_compactions: -1 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_subcompactions: 1 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_total_wal_size: 0 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-18T05:42:07.920 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_open_files: -1 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bytes_per_sync: 0 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_readahead_size: 0 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_background_flushes: -1 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Compression algorithms supported: 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: kZSTD supported: 0 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: kXpressCompression supported: 0 2026-02-18T05:42:07.921 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: kBZip2Compression supported: 0 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: kLZ4Compression supported: 1 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: kZlibCompression supported: 1 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: kLZ4HCCompression supported: 1 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: kSnappyCompression supported: 1 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.merge_operator: 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_filter: None 2026-02-18T05:42:07.922 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_filter_factory: None 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.sst_partitioner_factory: None 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e2fe4603c0) 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: cache_index_and_filter_blocks: 1 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: pin_top_level_index_and_filter: 1 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: index_type: 0 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: data_block_index_type: 0 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: index_shortening: 1 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-18T05:42:07.923 INFO:journalctl@ceph.mon.b.trial125.stdout: checksum: 4 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: no_block_cache: 0 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: block_cache: 0x55e2fe481b90 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: block_cache_name: BinnedLRUCache 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: block_cache_options: 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: capacity : 536870912 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: num_shard_bits : 4 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: strict_capacity_limit : 0 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: high_pri_pool_ratio: 0.000 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: block_cache_compressed: (nil) 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: persistent_cache: (nil) 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: block_size: 4096 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: block_size_deviation: 10 2026-02-18T05:42:07.924 INFO:journalctl@ceph.mon.b.trial125.stdout: block_restart_interval: 16 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: index_block_restart_interval: 1 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: metadata_block_size: 4096 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: partition_filters: 0 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: use_delta_encoding: 1 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: filter_policy: bloomfilter 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: whole_key_filtering: 1 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: verify_compression: 0 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: read_amp_bytes_per_bit: 0 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: format_version: 5 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: enable_index_compression: 1 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: block_align: 0 2026-02-18T05:42:07.925 INFO:journalctl@ceph.mon.b.trial125.stdout: max_auto_readahead_size: 262144 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout: prepopulate_block_cache: 0 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout: initial_auto_readahead_size: 8192 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout: num_file_reads_for_auto_readahead: 2 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.write_buffer_size: 33554432 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_write_buffer_number: 2 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression: NoCompression 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression: Disabled 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.prefix_extractor: nullptr 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.num_levels: 7 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-18T05:42:07.926 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.level: 32767 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.strategy: 0 2026-02-18T05:42:07.927 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.enabled: false 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.target_file_size_base: 67108864 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-18T05:42:07.928 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.arena_block_size: 1048576 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.disable_auto_compactions: 0 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-18T05:42:07.929 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.inplace_update_support: 0 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.bloom_locality: 0 2026-02-18T05:42:07.930 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.max_successive_merges: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.paranoid_file_checks: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.force_consistency_checks: 1 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.report_bg_io_stats: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.ttl: 2592000 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.enable_blob_files: false 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.min_blob_size: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.blob_file_size: 268435456 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-18T05:42:07.931 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.blob_file_starting_level: 0 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 105a8dbc-868d-4dea-820d-821cacf7046a 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771393327531501, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771393327531954, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1647, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 523, "index_size": 31, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 401, "raw_average_value_size": 80, "num_data_blocks": 1, "num_entries": 5, "num_filter_entries": 5, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771393327, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "105a8dbc-868d-4dea-820d-821cacf7046a", "db_session_id": "JPFFPK64EFQXJ181EL3K", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771393327532033, "job": 1, "event": "recovery_finished"} 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-b/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x55e2fe484700 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: DB pointer 0x55e2fe496000 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-18T05:42:07.932 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: ** DB Stats ** 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.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-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.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-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: ** Compaction Stats [default] ** 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.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-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: L0 1/0 1.61 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: Sum 1/0 1.61 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.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 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:42:07.933 INFO:journalctl@ceph.mon.b.trial125.stdout: 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: ** Compaction Stats [default] ** 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.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-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.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 3.5 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: Cumulative compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.stdout: Interval compaction: 0.00 GB write, 0.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-18T05:42:07.934 INFO:journalctl@ceph.mon.b.trial125.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-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: Block cache BinnedLRUCache@0x55e2fe481b90#2 capacity: 512.00 MB usage: 0.23 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.12 KB,2.23517e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b does not exist in monmap, will attempt to join an existing cluster 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: using public_addr v2:10.20.193.125:0/0 -> [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: starting mon.b rank -1 at public addrs [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] at bind addrs [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(???) e0 preinit fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).mds e1 new map 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).mds e1 print_map 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: e1 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: btime 2026-02-18T05:41:33:371625+0000 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.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-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: legacy client fscid: -1 2026-02-18T05:42:07.935 INFO:journalctl@ceph.mon.b.trial125.stdout: 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout: No filesystems configured 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mkfs 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: monmap epoch 1 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:07.936 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: last_changed 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: min_mon_release 20 (tentacle) 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: election_strategy: 1 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: fsmap 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: osdmap e1: 0 total, 0 up, 0 in 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e1: no daemons active 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1994687367' entity='client.admin' 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4293561111' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2059541428' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Activating manager daemon a 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e2: a(active, starting, since 0.00294908s) 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Manager daemon a is now available 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:42:07.937 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14100 10.20.193.10:0/2232920448' entity='mgr.a' 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e3: a(active, since 1.00461s) 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4287135140' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e4: a(active, since 2s) 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4046792486' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4046792486' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1362243213' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1362243213' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e5: a(active, since 3s) 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2174065520' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Active manager daemon a restarted 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Activating manager daemon a 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: osdmap e2: 0 total, 0 up, 0 in 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e6: a(active, starting, since 0.00312653s) 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:42:07.938 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Manager daemon a is now available 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Found migration_current of "None". Setting to last migration. 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e7: a(active, since 1.00465s) 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:44] ENGINE Bus STARTING 2026-02-18T05:42:07.939 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:44] ENGINE Serving on http://10.20.193.10:8765 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:44] ENGINE Serving on https://10.20.193.10:7150 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:44] ENGINE Bus STARTED 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:44] ENGINE Client ('10.20.193.10', 57382) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1649372551' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1649372551' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e8: a(active, since 2s) 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Generating ssh key... 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial010", "addr": "10.20.193.10", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Deploying cephadm binary to trial010 2026-02-18T05:42:07.940 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Added host trial010 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Saving service mon spec with placement count:5 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3065323207' entity='client.admin' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3200984558' entity='client.admin' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial010", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial010", "caps": []} : dispatch 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14118 10.20.193.10:0/261954286' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial010", "caps": []}]': finished 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Saving service mgr spec with placement count:2 2026-02-18T05:42:07.941 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2788940811' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2788940811' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e9: a(active, since 7s) 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2661514191' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Active manager daemon a restarted 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Activating manager daemon a 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: osdmap e3: 0 total, 0 up, 0 in 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e10: a(active, starting, since 0.00315858s) 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Manager daemon a is now available 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial010", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:07.942 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial010", "caps": []} : dispatch 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e11: a(active, since 1.00497s) 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:54] ENGINE Bus STARTING 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Deploying daemon agent.trial010 on trial010 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:54] ENGINE Serving on http://10.20.193.10:8765 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:54] ENGINE Serving on https://10.20.193.10:7150 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:54] ENGINE Bus STARTED 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: [18/Feb/2026:05:41:54] ENGINE Client ('10.20.193.10', 47830) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e12: a(active, since 2s) 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: 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-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3505527177' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3143167279' entity='client.admin' 2026-02-18T05:42:07.943 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2489558133' entity='client.admin' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial010:/etc/ceph/ceph.conf 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:07.944 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial010:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial125", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Deploying cephadm binary to trial125 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mgrmap e13: a(active, since 6s) 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Added host trial125 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial125", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.945 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial125:/etc/ceph/ceph.conf 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial125:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial125", "caps": []} : dispatch 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial125", "caps": []}]': finished 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial138", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Deploying daemon agent.trial125 on trial125 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Deploying cephadm binary to trial138 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.946 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial138", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Added host trial138 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial138:/etc/ceph/ceph.conf 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial138:/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:07.947 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "client.agent.trial138", "caps": []} : dispatch 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "client.agent.trial138", "caps": []}]': finished 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/214554846' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: Deploying daemon agent.trial138 on trial138 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/214554846' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:07.948 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:07.949 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:07 trial125 ceph-mon[22088]: mon.b@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2026-02-18T05:42:11.537 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:42:11.537 INFO:teuthology.orchestra.run.trial138.stdout:{"epoch":2,"fsid":"7443b76d-0c8c-11f1-a732-d404e6e7d460","modified":"2026-02-18T05:42:06.330513Z","created":"2026-02-18T05:41:32.409312Z","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.10:3300","nonce":0},{"type":"v1","addr":"10.20.193.10:6789","nonce":0}]},"addr":"10.20.193.10:6789/0","public_addr":"10.20.193.10:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:3300","nonce":0},{"type":"v1","addr":"10.20.193.138:6789","nonce":0}]},"addr":"10.20.193.138:6789/0","public_addr":"10.20.193.138:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-02-18T05:42:11.537 INFO:teuthology.orchestra.run.trial138.stderr:dumped monmap epoch 2 2026-02-18T05:42:11.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: Deploying daemon mon.b on trial125 2026-02-18T05:42:11.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:11.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: mon.a calling monitor election 2026-02-18T05:42:11.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:11.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: mon.c calling monitor election 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: monmap epoch 2 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: last_changed 2026-02-18T05:42:06.330513+0000 2026-02-18T05:42:11.652 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: min_mon_release 20 (tentacle) 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: election_strategy: 1 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: fsmap 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: mgrmap e13: a(active, since 17s) 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: overall HEALTH_OK 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.653 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.654 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.654 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:11 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: Deploying daemon mon.b on trial125 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: mon.a calling monitor election 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: mon.c calling monitor election 2026-02-18T05:42:11.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: monmap epoch 2 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: last_changed 2026-02-18T05:42:06.330513+0000 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: min_mon_release 20 (tentacle) 2026-02-18T05:42:11.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: election_strategy: 1 2026-02-18T05:42:11.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:11.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:11.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: fsmap 2026-02-18T05:42:11.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:11.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: mgrmap e13: a(active, since 17s) 2026-02-18T05:42:11.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: overall HEALTH_OK 2026-02-18T05:42:11.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:11.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:11 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:12.589 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-18T05:42:12.589 DEBUG:teuthology.orchestra.run.trial138:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph mon dump -f json 2026-02-18T05:42:12.711 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.c/config 2026-02-18T05:42:12.742 INFO:journalctl@ceph.mgr.a.trial010.stdout:Feb 18 05:42:12 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-a[21226]: 2026-02-18T05:42:12.330+0000 7fafb1bc8640 -1 mgr.server handle_report got status from non-daemon mon.c 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: Updating trial010:/etc/ceph/ceph.conf 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: Updating trial125:/etc/ceph/ceph.conf 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: Updating trial138:/etc/ceph/ceph.conf 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: mon.a calling monitor election 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: mon.c calling monitor election 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: monmap epoch 3 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: last_changed 2026-02-18T05:42:11.552410+0000 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: min_mon_release 20 (tentacle) 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: election_strategy: 1 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: fsmap 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: mgrmap e13: a(active, since 23s) 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: overall HEALTH_OK 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:16 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: Updating trial010:/etc/ceph/ceph.conf 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: Updating trial125:/etc/ceph/ceph.conf 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: Updating trial138:/etc/ceph/ceph.conf 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: mon.a calling monitor election 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: mon.c calling monitor election 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: monmap epoch 3 2026-02-18T05:42:16.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: last_changed 2026-02-18T05:42:11.552410+0000 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: min_mon_release 20 (tentacle) 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: election_strategy: 1 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: fsmap 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: mgrmap e13: a(active, since 23s) 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: overall HEALTH_OK 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:16.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:16 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.390 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:42:17.390 INFO:teuthology.orchestra.run.trial138.stdout:{"epoch":3,"fsid":"7443b76d-0c8c-11f1-a732-d404e6e7d460","modified":"2026-02-18T05:42:11.552410Z","created":"2026-02-18T05:41:32.409312Z","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.10:3300","nonce":0},{"type":"v1","addr":"10.20.193.10:6789","nonce":0}]},"addr":"10.20.193.10:6789/0","public_addr":"10.20.193.10:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:3300","nonce":0},{"type":"v1","addr":"10.20.193.138:6789","nonce":0}]},"addr":"10.20.193.138:6789/0","public_addr":"10.20.193.138:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:3300","nonce":0},{"type":"v1","addr":"10.20.193.125:6789","nonce":0}]},"addr":"10.20.193.125:6789/0","public_addr":"10.20.193.125:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2026-02-18T05:42:17.390 INFO:teuthology.orchestra.run.trial138.stderr:dumped monmap epoch 3 2026-02-18T05:42:17.428 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-18T05:42:17.429 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-18T05:42:17.545 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:17.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T05:42:17.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:17.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:17.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Reconfiguring daemon mon.a on trial010 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:17.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Reconfiguring daemon mon.b on trial125 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Reconfiguring mon.c (monmap changed)... 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Reconfiguring daemon mon.c on trial138 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Updating trial010:/etc/ceph/ceph.conf 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Updating trial125:/etc/ceph/ceph.conf 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Updating trial138:/etc/ceph/ceph.conf 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='client.? 10.20.193.138:0/3177484365' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:17.746 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:17 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:17.779 INFO:teuthology.orchestra.run.trial010.stdout:# minimal ceph.conf for 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:17.779 INFO:teuthology.orchestra.run.trial010.stdout:[global] 2026-02-18T05:42:17.780 INFO:teuthology.orchestra.run.trial010.stdout: fsid = 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:17.780 INFO:teuthology.orchestra.run.trial010.stdout: mon_host = [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] 2026-02-18T05:42:17.817 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-18T05:42:17.818 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:42:17.818 DEBUG:teuthology.orchestra.run.trial010:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T05:42:17.844 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:42:17.844 DEBUG:teuthology.orchestra.run.trial010:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:17.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T05:42:17.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:17.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:17.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:17.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Reconfiguring daemon mon.a on trial010 2026-02-18T05:42:17.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Reconfiguring daemon mon.b on trial125 2026-02-18T05:42:17.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Reconfiguring mon.c (monmap changed)... 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Reconfiguring daemon mon.c on trial138 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:17.903 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:17.904 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Updating trial010:/etc/ceph/ceph.conf 2026-02-18T05:42:17.904 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Updating trial125:/etc/ceph/ceph.conf 2026-02-18T05:42:17.904 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Updating trial138:/etc/ceph/ceph.conf 2026-02-18T05:42:17.904 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='client.? 10.20.193.138:0/3177484365' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:42:17.904 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:17.904 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:17.904 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:17.904 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:17 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:17.910 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:42:17.910 DEBUG:teuthology.orchestra.run.trial125:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T05:42:17.937 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:42:17.938 DEBUG:teuthology.orchestra.run.trial125:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:18.002 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:42:18.002 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/etc/ceph/ceph.conf 2026-02-18T05:42:18.029 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:42:18.030 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-18T05:42:18.096 INFO:tasks.cephadm:Adding mgr.a on trial010 2026-02-18T05:42:18.096 INFO:tasks.cephadm:Adding mgr.b on trial125 2026-02-18T05:42:18.097 DEBUG:teuthology.orchestra.run.trial138:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch apply mgr '2;trial010=a;trial125=b' 2026-02-18T05:42:18.251 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.c/config 2026-02-18T05:42:18.496 INFO:teuthology.orchestra.run.trial138.stdout:Scheduled mgr update... 2026-02-18T05:42:18.533 DEBUG:teuthology.orchestra.run.trial125:mgr.b> sudo journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.b.service 2026-02-18T05:42:18.535 DEBUG:tasks.cephadm:set 0 configs 2026-02-18T05:42:18.535 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph config dump 2026-02-18T05:42:18.655 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Deploying daemon mon.b on trial125 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: mon.a calling monitor election 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: mon.c calling monitor election 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:42:18.811 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: monmap epoch 2 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: last_changed 2026-02-18T05:42:06.330513+0000 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: min_mon_release 20 (tentacle) 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: election_strategy: 1 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: fsmap 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: mgrmap e13: a(active, since 17s) 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: overall HEALTH_OK 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial010:/etc/ceph/ceph.conf 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial125:/etc/ceph/ceph.conf 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial138:/etc/ceph/ceph.conf 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: mon.a calling monitor election 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: mon.c calling monitor election 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.812 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: monmap epoch 3 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: last_changed 2026-02-18T05:42:11.552410+0000 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: min_mon_release 20 (tentacle) 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: election_strategy: 1 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: fsmap 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: mgrmap e13: a(active, since 23s) 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: overall HEALTH_OK 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Reconfiguring mon.a (unknown last config time)... 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:18.813 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Reconfiguring daemon mon.a on trial010 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Reconfiguring daemon mon.b on trial125 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Reconfiguring mon.c (monmap changed)... 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Reconfiguring daemon mon.c on trial138 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial010:/etc/ceph/ceph.conf 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial125:/etc/ceph/ceph.conf 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial138:/etc/ceph/ceph.conf 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='client.? 10.20.193.138:0/3177484365' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: Updating trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/config/ceph.conf 2026-02-18T05:42:18.814 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:18 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:18.891 INFO:teuthology.orchestra.run.trial010.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-18T05:42:18.892 INFO:teuthology.orchestra.run.trial010.stdout:global dev auth_debug true 2026-02-18T05:42:18.893 INFO:teuthology.orchestra.run.trial010.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c * 2026-02-18T05:42:18.894 INFO:teuthology.orchestra.run.trial010.stdout:global dev debug_asserts_on_shutdown true 2026-02-18T05:42:18.894 INFO:teuthology.orchestra.run.trial010.stdout:global basic log_to_file true 2026-02-18T05:42:18.895 INFO:teuthology.orchestra.run.trial010.stdout:global basic log_to_journald false 2026-02-18T05:42:18.895 INFO:teuthology.orchestra.run.trial010.stdout:global basic log_to_stderr false 2026-02-18T05:42:18.896 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_allow_pool_delete true 2026-02-18T05:42:18.896 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-18T05:42:18.896 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_cluster_log_to_file true 2026-02-18T05:42:18.896 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_election_default_strategy 1 2026-02-18T05:42:18.896 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-18T05:42:18.897 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-18T05:42:18.897 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-18T05:42:18.897 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-18T05:42:18.897 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-18T05:42:18.898 INFO:teuthology.orchestra.run.trial010.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-18T05:42:18.898 INFO:teuthology.orchestra.run.trial010.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-18T05:42:18.898 INFO:teuthology.orchestra.run.trial010.stdout:global dev ms_die_on_bug true 2026-02-18T05:42:18.899 INFO:teuthology.orchestra.run.trial010.stdout:global dev ms_die_on_old_message true 2026-02-18T05:42:18.902 INFO:teuthology.orchestra.run.trial010.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-18T05:42:18.902 INFO:teuthology.orchestra.run.trial010.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-18T05:42:18.903 INFO:teuthology.orchestra.run.trial010.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-18T05:42:18.905 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-18T05:42:18.905 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-18T05:42:18.905 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-18T05:42:18.905 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced debug_mon 20/20 2026-02-18T05:42:18.905 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced debug_ms 1/1 2026-02-18T05:42:18.905 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced debug_paxos 20/20 2026-02-18T05:42:18.906 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced mon_data_avail_warn 5 2026-02-18T05:42:18.906 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-18T05:42:18.906 INFO:teuthology.orchestra.run.trial010.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-18T05:42:18.906 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced debug_mgr 20/20 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced debug_ms 1/1 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced mgr/cephadm/migration_current 7 * 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced mgr/cephadm/use_agent true * 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-18T05:42:18.907 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:osd dev bdev_debug_aio true 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced debug_ms 1/1 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced debug_osd 20/20 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:osd dev osd_debug_misdirected_ops true 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:osd dev osd_debug_op_order true 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:osd dev osd_debug_shutdown true 2026-02-18T05:42:18.908 INFO:teuthology.orchestra.run.trial010.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_memory_target_autotune true 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_op_queue debug_random * 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_recover_clone_overlap true 2026-02-18T05:42:18.909 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-18T05:42:18.910 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-18T05:42:18.910 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-18T05:42:18.910 INFO:teuthology.orchestra.run.trial010.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-18T05:42:18.910 INFO:teuthology.orchestra.run.trial010.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-18T05:42:18.910 INFO:teuthology.orchestra.run.trial010.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-18T05:42:18.910 INFO:teuthology.orchestra.run.trial010.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-18T05:42:18.950 INFO:tasks.cephadm:Deploying OSDs... 2026-02-18T05:42:18.950 DEBUG:teuthology.orchestra.run.trial010:> set -ex 2026-02-18T05:42:18.950 DEBUG:teuthology.orchestra.run.trial010:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T05:42:18.966 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-18T05:42:18.967 DEBUG:teuthology.orchestra.run.trial010:> stat /dev/vg_nvme/lv_1 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout:Device: 6h/6d Inode: 1302 Links: 1 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout:Access: 2026-02-18 05:42:18.860405965 +0000 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout:Modify: 2026-02-18 05:40:15.339488743 +0000 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout:Change: 2026-02-18 05:40:15.339488743 +0000 2026-02-18T05:42:19.023 INFO:teuthology.orchestra.run.trial010.stdout: Birth: 2026-02-18 05:40:15.339488743 +0000 2026-02-18T05:42:19.023 DEBUG:teuthology.orchestra.run.trial010:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T05:42:19.087 INFO:teuthology.orchestra.run.trial010.stderr:1+0 records in 2026-02-18T05:42:19.087 INFO:teuthology.orchestra.run.trial010.stderr:1+0 records out 2026-02-18T05:42:19.087 INFO:teuthology.orchestra.run.trial010.stderr:512 bytes copied, 0.000170346 s, 3.0 MB/s 2026-02-18T05:42:19.088 DEBUG:teuthology.orchestra.run.trial010:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T05:42:19.091 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:19 trial125 systemd[1]: Starting Ceph mgr.b for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:42:19.145 DEBUG:teuthology.orchestra.run.trial010:> stat /dev/vg_nvme/lv_2 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout:Device: 6h/6d Inode: 1316 Links: 1 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout:Access: 2026-02-18 05:42:18.860405965 +0000 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout:Modify: 2026-02-18 05:40:15.340488718 +0000 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout:Change: 2026-02-18 05:40:15.340488718 +0000 2026-02-18T05:42:19.201 INFO:teuthology.orchestra.run.trial010.stdout: Birth: 2026-02-18 05:40:15.340488718 +0000 2026-02-18T05:42:19.201 DEBUG:teuthology.orchestra.run.trial010:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T05:42:19.264 INFO:teuthology.orchestra.run.trial010.stderr:1+0 records in 2026-02-18T05:42:19.264 INFO:teuthology.orchestra.run.trial010.stderr:1+0 records out 2026-02-18T05:42:19.264 INFO:teuthology.orchestra.run.trial010.stderr:512 bytes copied, 0.000153755 s, 3.3 MB/s 2026-02-18T05:42:19.266 DEBUG:teuthology.orchestra.run.trial010:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T05:42:19.323 DEBUG:teuthology.orchestra.run.trial010:> stat /dev/vg_nvme/lv_3 2026-02-18T05:42:19.378 INFO:teuthology.orchestra.run.trial010.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T05:42:19.378 INFO:teuthology.orchestra.run.trial010.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:19.378 INFO:teuthology.orchestra.run.trial010.stdout:Device: 6h/6d Inode: 1304 Links: 1 2026-02-18T05:42:19.378 INFO:teuthology.orchestra.run.trial010.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:19.378 INFO:teuthology.orchestra.run.trial010.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:19.378 INFO:teuthology.orchestra.run.trial010.stdout:Access: 2026-02-18 05:42:18.860405965 +0000 2026-02-18T05:42:19.379 INFO:teuthology.orchestra.run.trial010.stdout:Modify: 2026-02-18 05:40:15.340488718 +0000 2026-02-18T05:42:19.379 INFO:teuthology.orchestra.run.trial010.stdout:Change: 2026-02-18 05:40:15.340488718 +0000 2026-02-18T05:42:19.379 INFO:teuthology.orchestra.run.trial010.stdout: Birth: 2026-02-18 05:40:15.340488718 +0000 2026-02-18T05:42:19.379 DEBUG:teuthology.orchestra.run.trial010:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T05:42:19.410 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:19 trial125 podman[23662]: 2026-02-18 05:42:19.090369462 +0000 UTC m=+0.016384531 container create 5b9563ed0fff9dcce38c948d667ef7f16b136b8dc92fd9b884a350e1de41e9fe (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-b, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:42:19.410 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:19 trial125 podman[23662]: 2026-02-18 05:42:19.115295094 +0000 UTC m=+0.041310193 container init 5b9563ed0fff9dcce38c948d667ef7f16b136b8dc92fd9b884a350e1de41e9fe (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-b, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, 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, io.buildah.version=1.33.7, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T05:42:19.410 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:19 trial125 podman[23662]: 2026-02-18 05:42:19.117409728 +0000 UTC m=+0.043424807 container start 5b9563ed0fff9dcce38c948d667ef7f16b136b8dc92fd9b884a350e1de41e9fe (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-b, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS) 2026-02-18T05:42:19.410 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:19 trial125 bash[23662]: 5b9563ed0fff9dcce38c948d667ef7f16b136b8dc92fd9b884a350e1de41e9fe 2026-02-18T05:42:19.410 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:19 trial125 podman[23662]: 2026-02-18 05:42:19.083706939 +0000 UTC m=+0.009722018 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:42:19.410 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:19 trial125 systemd[1]: Started Ceph mgr.b for 7443b76d-0c8c-11f1-a732-d404e6e7d460. 2026-02-18T05:42:19.410 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mgr[23688]: -- 10.20.193.125:0/990003632 <== mon.0 v2:10.20.193.10:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x56502cd22000 con 0x56502cd01400 2026-02-18T05:42:19.440 INFO:teuthology.orchestra.run.trial010.stderr:1+0 records in 2026-02-18T05:42:19.441 INFO:teuthology.orchestra.run.trial010.stderr:1+0 records out 2026-02-18T05:42:19.441 INFO:teuthology.orchestra.run.trial010.stderr:512 bytes copied, 0.000205601 s, 2.5 MB/s 2026-02-18T05:42:19.442 DEBUG:teuthology.orchestra.run.trial010:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T05:42:19.501 DEBUG:teuthology.orchestra.run.trial010:> stat /dev/vg_nvme/lv_4 2026-02-18T05:42:19.540 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: mon.b calling monitor election 2026-02-18T05:42:19.540 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial010=a;trial125=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:19.540 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: Saving service mgr spec with placement trial010=a;trial125=b;count:2 2026-02-18T05:42:19.540 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: Deploying daemon mgr.b on trial125 2026-02-18T05:42:19.540 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: mon.b calling monitor election 2026-02-18T05:42:19.540 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: mon.a calling monitor election 2026-02-18T05:42:19.540 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: mon.c calling monitor election 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: monmap epoch 3 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: last_changed 2026-02-18T05:42:11.552410+0000 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: min_mon_release 20 (tentacle) 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: election_strategy: 1 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:19.541 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: fsmap 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: mgrmap e13: a(active, since 25s) 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: overall HEALTH_OK 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3358632438' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:19.542 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:19.543 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.543 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:42:19.543 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:42:19.543 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:19.558 INFO:teuthology.orchestra.run.trial010.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T05:42:19.559 INFO:teuthology.orchestra.run.trial010.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:19.559 INFO:teuthology.orchestra.run.trial010.stdout:Device: 6h/6d Inode: 1293 Links: 1 2026-02-18T05:42:19.559 INFO:teuthology.orchestra.run.trial010.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:19.559 INFO:teuthology.orchestra.run.trial010.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:19.559 INFO:teuthology.orchestra.run.trial010.stdout:Access: 2026-02-18 05:42:18.860405965 +0000 2026-02-18T05:42:19.559 INFO:teuthology.orchestra.run.trial010.stdout:Modify: 2026-02-18 05:40:15.339488743 +0000 2026-02-18T05:42:19.559 INFO:teuthology.orchestra.run.trial010.stdout:Change: 2026-02-18 05:40:15.339488743 +0000 2026-02-18T05:42:19.559 INFO:teuthology.orchestra.run.trial010.stdout: Birth: 2026-02-18 05:40:15.339488743 +0000 2026-02-18T05:42:19.560 DEBUG:teuthology.orchestra.run.trial010:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T05:42:19.623 INFO:teuthology.orchestra.run.trial010.stderr:1+0 records in 2026-02-18T05:42:19.623 INFO:teuthology.orchestra.run.trial010.stderr:1+0 records out 2026-02-18T05:42:19.623 INFO:teuthology.orchestra.run.trial010.stderr:512 bytes copied, 0.000159415 s, 3.2 MB/s 2026-02-18T05:42:19.624 DEBUG:teuthology.orchestra.run.trial010:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T05:42:19.682 DEBUG:teuthology.orchestra.run.trial125:> set -ex 2026-02-18T05:42:19.682 DEBUG:teuthology.orchestra.run.trial125:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T05:42:19.698 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-18T05:42:19.698 DEBUG:teuthology.orchestra.run.trial125:> stat /dev/vg_nvme/lv_1 2026-02-18T05:42:19.755 INFO:teuthology.orchestra.run.trial125.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T05:42:19.755 INFO:teuthology.orchestra.run.trial125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:19.756 INFO:teuthology.orchestra.run.trial125.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-18T05:42:19.756 INFO:teuthology.orchestra.run.trial125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:19.756 INFO:teuthology.orchestra.run.trial125.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:19.756 INFO:teuthology.orchestra.run.trial125.stdout:Access: 2026-02-18 05:42:18.960370902 +0000 2026-02-18T05:42:19.756 INFO:teuthology.orchestra.run.trial125.stdout:Modify: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:19.756 INFO:teuthology.orchestra.run.trial125.stdout:Change: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:19.756 INFO:teuthology.orchestra.run.trial125.stdout: Birth: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:19.757 DEBUG:teuthology.orchestra.run.trial125:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T05:42:19.817 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: mon.b calling monitor election 2026-02-18T05:42:19.817 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial010=a;trial125=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:19.817 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: Saving service mgr spec with placement trial010=a;trial125=b;count:2 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: Deploying daemon mgr.b on trial125 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: mon.b calling monitor election 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: mon.a calling monitor election 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: mon.c calling monitor election 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: monmap epoch 3 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: last_changed 2026-02-18T05:42:11.552410+0000 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: min_mon_release 20 (tentacle) 2026-02-18T05:42:19.818 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: election_strategy: 1 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: fsmap 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: mgrmap e13: a(active, since 25s) 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: overall HEALTH_OK 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3358632438' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.819 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:19.820 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:19.820 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:19.820 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.820 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:42:19.820 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:42:19.820 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:19.820 INFO:teuthology.orchestra.run.trial125.stderr:1+0 records in 2026-02-18T05:42:19.821 INFO:teuthology.orchestra.run.trial125.stderr:1+0 records out 2026-02-18T05:42:19.821 INFO:teuthology.orchestra.run.trial125.stderr:512 bytes copied, 0.000158624 s, 3.2 MB/s 2026-02-18T05:42:19.822 DEBUG:teuthology.orchestra.run.trial125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T05:42:19.878 DEBUG:teuthology.orchestra.run.trial125:> stat /dev/vg_nvme/lv_2 2026-02-18T05:42:19.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: mon.b calling monitor election 2026-02-18T05:42:19.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial010=a;trial125=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:19.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: Saving service mgr spec with placement trial010=a;trial125=b;count:2 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: Deploying daemon mgr.b on trial125 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: mon.b calling monitor election 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: mon.a calling monitor election 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: mon.c calling monitor election 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: monmap epoch 3 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: last_changed 2026-02-18T05:42:11.552410+0000 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: min_mon_release 20 (tentacle) 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: election_strategy: 1 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: fsmap 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: osdmap e4: 0 total, 0 up, 0 in 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: mgrmap e13: a(active, since 25s) 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: overall HEALTH_OK 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/3358632438' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:19.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:19.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:19.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:19.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:42:19.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:42:19.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:19.935 INFO:teuthology.orchestra.run.trial125.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T05:42:19.935 INFO:teuthology.orchestra.run.trial125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:19.935 INFO:teuthology.orchestra.run.trial125.stdout:Device: 6h/6d Inode: 1311 Links: 1 2026-02-18T05:42:19.935 INFO:teuthology.orchestra.run.trial125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:19.935 INFO:teuthology.orchestra.run.trial125.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:19.935 INFO:teuthology.orchestra.run.trial125.stdout:Access: 2026-02-18 05:42:18.960370902 +0000 2026-02-18T05:42:19.935 INFO:teuthology.orchestra.run.trial125.stdout:Modify: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:19.936 INFO:teuthology.orchestra.run.trial125.stdout:Change: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:19.936 INFO:teuthology.orchestra.run.trial125.stdout: Birth: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:19.936 DEBUG:teuthology.orchestra.run.trial125:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T05:42:19.997 INFO:teuthology.orchestra.run.trial125.stderr:1+0 records in 2026-02-18T05:42:19.997 INFO:teuthology.orchestra.run.trial125.stderr:1+0 records out 2026-02-18T05:42:19.998 INFO:teuthology.orchestra.run.trial125.stderr:512 bytes copied, 0.000206662 s, 2.5 MB/s 2026-02-18T05:42:19.999 DEBUG:teuthology.orchestra.run.trial125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T05:42:20.058 DEBUG:teuthology.orchestra.run.trial125:> stat /dev/vg_nvme/lv_3 2026-02-18T05:42:20.115 INFO:teuthology.orchestra.run.trial125.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T05:42:20.115 INFO:teuthology.orchestra.run.trial125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:20.115 INFO:teuthology.orchestra.run.trial125.stdout:Device: 6h/6d Inode: 1297 Links: 1 2026-02-18T05:42:20.115 INFO:teuthology.orchestra.run.trial125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:20.116 INFO:teuthology.orchestra.run.trial125.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:20.116 INFO:teuthology.orchestra.run.trial125.stdout:Access: 2026-02-18 05:42:18.960370902 +0000 2026-02-18T05:42:20.116 INFO:teuthology.orchestra.run.trial125.stdout:Modify: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:20.116 INFO:teuthology.orchestra.run.trial125.stdout:Change: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:20.116 INFO:teuthology.orchestra.run.trial125.stdout: Birth: 2026-02-18 05:40:15.146189322 +0000 2026-02-18T05:42:20.116 DEBUG:teuthology.orchestra.run.trial125:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T05:42:20.180 INFO:teuthology.orchestra.run.trial125.stderr:1+0 records in 2026-02-18T05:42:20.180 INFO:teuthology.orchestra.run.trial125.stderr:1+0 records out 2026-02-18T05:42:20.181 INFO:teuthology.orchestra.run.trial125.stderr:512 bytes copied, 0.000164745 s, 3.1 MB/s 2026-02-18T05:42:20.182 DEBUG:teuthology.orchestra.run.trial125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T05:42:20.240 DEBUG:teuthology.orchestra.run.trial125:> stat /dev/vg_nvme/lv_4 2026-02-18T05:42:20.299 INFO:teuthology.orchestra.run.trial125.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T05:42:20.299 INFO:teuthology.orchestra.run.trial125.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:20.299 INFO:teuthology.orchestra.run.trial125.stdout:Device: 6h/6d Inode: 1316 Links: 1 2026-02-18T05:42:20.299 INFO:teuthology.orchestra.run.trial125.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:20.300 INFO:teuthology.orchestra.run.trial125.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:20.300 INFO:teuthology.orchestra.run.trial125.stdout:Access: 2026-02-18 05:42:20.282338444 +0000 2026-02-18T05:42:20.300 INFO:teuthology.orchestra.run.trial125.stdout:Modify: 2026-02-18 05:40:15.147189297 +0000 2026-02-18T05:42:20.300 INFO:teuthology.orchestra.run.trial125.stdout:Change: 2026-02-18 05:40:15.147189297 +0000 2026-02-18T05:42:20.300 INFO:teuthology.orchestra.run.trial125.stdout: Birth: 2026-02-18 05:40:15.147189297 +0000 2026-02-18T05:42:20.300 DEBUG:teuthology.orchestra.run.trial125:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T05:42:20.354 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-b[23684]: /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-18T05:42:20.354 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-b[23684]: 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-18T05:42:20.355 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mgr-b[23684]: from numpy import show_config as show_numpy_config 2026-02-18T05:42:20.365 INFO:teuthology.orchestra.run.trial125.stderr:1+0 records in 2026-02-18T05:42:20.365 INFO:teuthology.orchestra.run.trial125.stderr:1+0 records out 2026-02-18T05:42:20.365 INFO:teuthology.orchestra.run.trial125.stderr:512 bytes copied, 0.000164545 s, 3.1 MB/s 2026-02-18T05:42:20.366 DEBUG:teuthology.orchestra.run.trial125:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T05:42:20.424 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-18T05:42:20.424 DEBUG:teuthology.orchestra.run.trial138:> dd if=/scratch_devs of=/dev/stdout 2026-02-18T05:42:20.442 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-18T05:42:20.442 DEBUG:teuthology.orchestra.run.trial138:> stat /dev/vg_nvme/lv_1 2026-02-18T05:42:20.499 INFO:teuthology.orchestra.run.trial138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-18T05:42:20.499 INFO:teuthology.orchestra.run.trial138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:20.499 INFO:teuthology.orchestra.run.trial138.stdout:Device: 6h/6d Inode: 1314 Links: 1 2026-02-18T05:42:20.499 INFO:teuthology.orchestra.run.trial138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:20.499 INFO:teuthology.orchestra.run.trial138.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:20.499 INFO:teuthology.orchestra.run.trial138.stdout:Access: 2026-02-18 05:42:12.314504867 +0000 2026-02-18T05:42:20.499 INFO:teuthology.orchestra.run.trial138.stdout:Modify: 2026-02-18 05:40:15.301199515 +0000 2026-02-18T05:42:20.500 INFO:teuthology.orchestra.run.trial138.stdout:Change: 2026-02-18 05:40:15.301199515 +0000 2026-02-18T05:42:20.500 INFO:teuthology.orchestra.run.trial138.stdout: Birth: 2026-02-18 05:40:15.301199515 +0000 2026-02-18T05:42:20.500 DEBUG:teuthology.orchestra.run.trial138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-18T05:42:20.563 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records in 2026-02-18T05:42:20.563 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records out 2026-02-18T05:42:20.563 INFO:teuthology.orchestra.run.trial138.stderr:512 bytes copied, 0.000155076 s, 3.3 MB/s 2026-02-18T05:42:20.565 DEBUG:teuthology.orchestra.run.trial138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-18T05:42:20.623 DEBUG:teuthology.orchestra.run.trial138:> stat /dev/vg_nvme/lv_2 2026-02-18T05:42:20.628 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T05:42:20.628 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: Reconfiguring daemon mgr.a on trial010 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.629 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:20 trial125 ceph-mon[22088]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T05:42:20.679 INFO:teuthology.orchestra.run.trial138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-18T05:42:20.680 INFO:teuthology.orchestra.run.trial138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:20.680 INFO:teuthology.orchestra.run.trial138.stdout:Device: 6h/6d Inode: 1319 Links: 1 2026-02-18T05:42:20.680 INFO:teuthology.orchestra.run.trial138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:20.680 INFO:teuthology.orchestra.run.trial138.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:20.680 INFO:teuthology.orchestra.run.trial138.stdout:Access: 2026-02-18 05:42:12.314504867 +0000 2026-02-18T05:42:20.680 INFO:teuthology.orchestra.run.trial138.stdout:Modify: 2026-02-18 05:40:15.301199515 +0000 2026-02-18T05:42:20.680 INFO:teuthology.orchestra.run.trial138.stdout:Change: 2026-02-18 05:40:15.301199515 +0000 2026-02-18T05:42:20.680 INFO:teuthology.orchestra.run.trial138.stdout: Birth: 2026-02-18 05:40:15.301199515 +0000 2026-02-18T05:42:20.681 DEBUG:teuthology.orchestra.run.trial138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-18T05:42:20.743 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records in 2026-02-18T05:42:20.743 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records out 2026-02-18T05:42:20.743 INFO:teuthology.orchestra.run.trial138.stderr:512 bytes copied, 0.000157071 s, 3.3 MB/s 2026-02-18T05:42:20.744 DEBUG:teuthology.orchestra.run.trial138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-18T05:42:20.803 DEBUG:teuthology.orchestra.run.trial138:> stat /dev/vg_nvme/lv_3 2026-02-18T05:42:20.859 INFO:teuthology.orchestra.run.trial138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-18T05:42:20.859 INFO:teuthology.orchestra.run.trial138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:20.859 INFO:teuthology.orchestra.run.trial138.stdout:Device: 6h/6d Inode: 1301 Links: 1 2026-02-18T05:42:20.860 INFO:teuthology.orchestra.run.trial138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:20.860 INFO:teuthology.orchestra.run.trial138.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:20.860 INFO:teuthology.orchestra.run.trial138.stdout:Access: 2026-02-18 05:42:12.314504867 +0000 2026-02-18T05:42:20.860 INFO:teuthology.orchestra.run.trial138.stdout:Modify: 2026-02-18 05:40:15.300199540 +0000 2026-02-18T05:42:20.860 INFO:teuthology.orchestra.run.trial138.stdout:Change: 2026-02-18 05:40:15.300199540 +0000 2026-02-18T05:42:20.860 INFO:teuthology.orchestra.run.trial138.stdout: Birth: 2026-02-18 05:40:15.300199540 +0000 2026-02-18T05:42:20.860 DEBUG:teuthology.orchestra.run.trial138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: Reconfiguring daemon mgr.a on trial010 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:20 trial138 ceph-mon[22240]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T05:42:20.922 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records in 2026-02-18T05:42:20.922 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records out 2026-02-18T05:42:20.922 INFO:teuthology.orchestra.run.trial138.stderr:512 bytes copied, 0.00015162 s, 3.4 MB/s 2026-02-18T05:42:20.923 DEBUG:teuthology.orchestra.run.trial138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-18T05:42:20.981 DEBUG:teuthology.orchestra.run.trial138:> stat /dev/vg_nvme/lv_4 2026-02-18T05:42:20.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: Reconfiguring mgr.a (unknown last config time)... 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: Reconfiguring daemon mgr.a on trial010 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:20.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:20.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:20.994 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:20 trial010 ceph-mon[20971]: Metadata not up to date on all hosts. Skipping non agent specs 2026-02-18T05:42:21.036 INFO:teuthology.orchestra.run.trial138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-18T05:42:21.037 INFO:teuthology.orchestra.run.trial138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-18T05:42:21.037 INFO:teuthology.orchestra.run.trial138.stdout:Device: 6h/6d Inode: 1306 Links: 1 2026-02-18T05:42:21.037 INFO:teuthology.orchestra.run.trial138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-18T05:42:21.037 INFO:teuthology.orchestra.run.trial138.stdout:Context: system_u:object_r:device_t:s0 2026-02-18T05:42:21.037 INFO:teuthology.orchestra.run.trial138.stdout:Access: 2026-02-18 05:42:12.314504867 +0000 2026-02-18T05:42:21.037 INFO:teuthology.orchestra.run.trial138.stdout:Modify: 2026-02-18 05:40:15.300199540 +0000 2026-02-18T05:42:21.037 INFO:teuthology.orchestra.run.trial138.stdout:Change: 2026-02-18 05:40:15.300199540 +0000 2026-02-18T05:42:21.037 INFO:teuthology.orchestra.run.trial138.stdout: Birth: 2026-02-18 05:40:15.300199540 +0000 2026-02-18T05:42:21.038 DEBUG:teuthology.orchestra.run.trial138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-18T05:42:21.099 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records in 2026-02-18T05:42:21.099 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records out 2026-02-18T05:42:21.099 INFO:teuthology.orchestra.run.trial138.stderr:512 bytes copied, 0.000147022 s, 3.5 MB/s 2026-02-18T05:42:21.100 DEBUG:teuthology.orchestra.run.trial138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-18T05:42:21.158 INFO:tasks.cephadm:Deploying osd.0 on trial010 with /dev/vg_nvme/lv_4... 2026-02-18T05:42:21.158 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T05:42:21.276 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:21.741 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.752 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:21 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.757 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch daemon add osd trial010:vg_nvme/lv_4 --skip-validation 2026-02-18T05:42:21.875 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:21.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:21.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:21.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:21.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:21 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:21.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:21.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:21.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:21.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:21 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.898 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:22.898 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.898 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: Standby manager daemon b started 2026-02-18T05:42:22.898 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T05:42:22.898 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:22.899 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: Standby manager daemon b started 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:22.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:22.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: Standby manager daemon b started 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.? 10.20.193.125:0/1665502182' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:23.839 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial010:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:23.839 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: osd.default does not exist. Creating it now. 2026-02-18T05:42:23.839 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: Creating OSDs with service ID: default on trial010:['vg_nvme/lv_4'] 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: Marking host: trial010 for OSDSpec preview refresh. 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: Saving service osd.default spec with placement trial010 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: mgrmap e14: a(active, since 29s), standbys: b 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3227804639' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8d0bae8f-a72f-4153-be0a-9e6b0ba0437a"} : dispatch 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3227804639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8d0bae8f-a72f-4153-be0a-9e6b0ba0437a"}]': finished 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:23.840 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:23 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/444823569' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:23.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial010:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:23.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: osd.default does not exist. Creating it now. 2026-02-18T05:42:23.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: Creating OSDs with service ID: default on trial010:['vg_nvme/lv_4'] 2026-02-18T05:42:23.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: Marking host: trial010 for OSDSpec preview refresh. 2026-02-18T05:42:23.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: Saving service osd.default spec with placement trial010 2026-02-18T05:42:23.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: mgrmap e14: a(active, since 29s), standbys: b 2026-02-18T05:42:23.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T05:42:23.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/3227804639' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8d0bae8f-a72f-4153-be0a-9e6b0ba0437a"} : dispatch 2026-02-18T05:42:23.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/3227804639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8d0bae8f-a72f-4153-be0a-9e6b0ba0437a"}]': finished 2026-02-18T05:42:23.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T05:42:23.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:23.902 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:23 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/444823569' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:23.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial010:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:23.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: osd.default does not exist. Creating it now. 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: Creating OSDs with service ID: default on trial010:['vg_nvme/lv_4'] 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: Marking host: trial010 for OSDSpec preview refresh. 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: Saving service osd.default spec with placement trial010 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: mgrmap e14: a(active, since 29s), standbys: b 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3227804639' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "8d0bae8f-a72f-4153-be0a-9e6b0ba0437a"} : dispatch 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3227804639' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8d0bae8f-a72f-4153-be0a-9e6b0ba0437a"}]': finished 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: osdmap e5: 1 total, 0 up, 1 in 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:23.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:23 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/444823569' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:24.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:24 trial125 ceph-mon[22088]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:24.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:24 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:42:24.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:24 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:24.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:24 trial010 ceph-mon[20971]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:24.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:24 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:42:24.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:24 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:24.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:24 trial138 ceph-mon[22240]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:24.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:24 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:42:24.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:24 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:25.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:25 trial138 ceph-mon[22240]: Deploying daemon osd.0 on trial010 2026-02-18T05:42:25.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:25 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:42:25.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:25 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:25.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:25 trial125 ceph-mon[22088]: Deploying daemon osd.0 on trial010 2026-02-18T05:42:25.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:25 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:42:25.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:25 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:25.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:25 trial010 ceph-mon[20971]: Deploying daemon osd.0 on trial010 2026-02-18T05:42:25.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:25 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:42:25.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:25 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:26.878 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:26 trial010 ceph-mon[20971]: Deploying daemon osd.0 on trial010 2026-02-18T05:42:26.878 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:26 trial010 ceph-mon[20971]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:26.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:26 trial138 ceph-mon[22240]: Deploying daemon osd.0 on trial010 2026-02-18T05:42:26.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:26 trial138 ceph-mon[22240]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:26.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:26 trial125 ceph-mon[22088]: Deploying daemon osd.0 on trial010 2026-02-18T05:42:26.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:26 trial125 ceph-mon[22088]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:28.214 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:27 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:28.215 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:27 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:28.215 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:27 trial010 ceph-mon[20971]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:28.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:27 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:28.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:27 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:28.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:27 trial138 ceph-mon[22240]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:28.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:27 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:28.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:27 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:28.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:27 trial125 ceph-mon[22088]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:30.244 INFO:teuthology.orchestra.run.trial010.stdout:Created osd(s) 0 on host 'trial010' 2026-02-18T05:42:30.287 DEBUG:teuthology.orchestra.run.trial010:osd.0> sudo journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.0.service 2026-02-18T05:42:30.289 INFO:tasks.cephadm:Deploying osd.1 on trial125 with /dev/vg_nvme/lv_4... 2026-02-18T05:42:30.290 DEBUG:teuthology.orchestra.run.trial125:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T05:42:30.410 INFO:teuthology.orchestra.run.trial125.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.b/config 2026-02-18T05:42:30.626 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:30 trial125 ceph-mon[22088]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:30.626 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:30 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.626 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:30 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.626 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:30 trial125 ceph-mon[22088]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:42:30.626 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:30 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.626 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:30 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:30 trial010 ceph-mon[20971]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:30.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:30 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:30 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:30 trial010 ceph-mon[20971]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:42:30.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:30 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:30 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.880 INFO:teuthology.orchestra.run.trial125.stdout: 2026-02-18T05:42:30.899 DEBUG:teuthology.orchestra.run.trial125:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch daemon add osd trial125:vg_nvme/lv_4 --skip-validation 2026-02-18T05:42:30.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:30 trial138 ceph-mon[22240]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:30.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:30 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:30 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:30 trial138 ceph-mon[22240]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-18T05:42:30.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:30 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:30.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:30 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.016 INFO:teuthology.orchestra.run.trial125.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.b/config 2026-02-18T05:42:31.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:42:31.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T05:42:31.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:31.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial010", "root=default"]} : dispatch 2026-02-18T05:42:31.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:31.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:31.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:31 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:31.745 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:31 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0[32533]: 2026-02-18T05:42:31.488+0000 7f40e5569640 -1 osd.0 0 waiting for initial osdmap 2026-02-18T05:42:31.745 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:31 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0[32533]: 2026-02-18T05:42:31.490+0000 7f40dcb49640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:42:31.757 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:42:31.757 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T05:42:31.757 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial010", "root=default"]} : dispatch 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:31.758 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:31.759 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.759 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.759 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:31.759 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:31.759 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:31 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:31.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-18T05:42:31.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: osdmap e6: 1 total, 0 up, 1 in 2026-02-18T05:42:31.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial010", "root=default"]} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:31.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:31 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:32.599 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: Adjusting osd_memory_target on trial010 to 83023M 2026-02-18T05:42:32.599 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial125:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:32.599 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: osd.default does not exist. Creating it now. 2026-02-18T05:42:32.599 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: Creating OSDs with service ID: default on trial125:['vg_nvme/lv_4'] 2026-02-18T05:42:32.599 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: Marking host: trial125 for OSDSpec preview refresh. 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: Saving service osd.default spec with placement trial125 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial010", "root=default"]}]': finished 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='client.? 10.20.193.125:0/2119213669' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"} : dispatch 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"} : dispatch 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"}]': finished 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618] boot 2026-02-18T05:42:32.600 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: osdmap e8: 2 total, 1 up, 2 in 2026-02-18T05:42:32.601 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.601 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:32.601 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='client.? 10.20.193.125:0/4142272666' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:32.601 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:32.601 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:32.601 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:32 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: Adjusting osd_memory_target on trial010 to 83023M 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial125:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: osd.default does not exist. Creating it now. 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: Creating OSDs with service ID: default on trial125:['vg_nvme/lv_4'] 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: Marking host: trial125 for OSDSpec preview refresh. 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: Saving service osd.default spec with placement trial125 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial010", "root=default"]}]': finished 2026-02-18T05:42:32.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='client.? 10.20.193.125:0/2119213669' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"} : dispatch 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"} : dispatch 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"}]': finished 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618] boot 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: osdmap e8: 2 total, 1 up, 2 in 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='client.? 10.20.193.125:0/4142272666' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:32.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:32.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:32 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:32.842 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: Adjusting osd_memory_target on trial010 to 83023M 2026-02-18T05:42:32.842 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='client.24131 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial125:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:32.842 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: osd.default does not exist. Creating it now. 2026-02-18T05:42:32.842 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: Creating OSDs with service ID: default on trial125:['vg_nvme/lv_4'] 2026-02-18T05:42:32.842 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: Marking host: trial125 for OSDSpec preview refresh. 2026-02-18T05:42:32.842 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: Saving service osd.default spec with placement trial125 2026-02-18T05:42:32.842 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-18T05:42:32.842 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial010", "root=default"]}]': finished 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: osdmap e7: 1 total, 0 up, 1 in 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='client.? 10.20.193.125:0/2119213669' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"} : dispatch 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"} : dispatch 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "063e50b3-dec1-4fa1-978c-98ed8a2a366f"}]': finished 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: osd.0 [v2:10.20.193.10:6802/1006011618,v1:10.20.193.10:6803/1006011618] boot 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: osdmap e8: 2 total, 1 up, 2 in 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:32.843 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='client.? 10.20.193.125:0/4142272666' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:32.844 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:32.844 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:32.844 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:32 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:33.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: purged_snaps scrub starts 2026-02-18T05:42:33.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: purged_snaps scrub ok 2026-02-18T05:42:33.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:33.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:33.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:33.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:33.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:33.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:33.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:33.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:33.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:33.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:33.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:33.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:33.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:42:33.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:33 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: purged_snaps scrub starts 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: purged_snaps scrub ok 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:42:34.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:33 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:34.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: purged_snaps scrub starts 2026-02-18T05:42:34.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: purged_snaps scrub ok 2026-02-18T05:42:34.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:34.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:42:34.244 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:33 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:35.160 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:34 trial125 ceph-mon[22088]: Deploying daemon osd.1 on trial125 2026-02-18T05:42:35.160 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:42:35.160 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:35.160 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:34 trial125 ceph-mon[22088]: Deploying daemon osd.1 on trial125 2026-02-18T05:42:35.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:34 trial010 ceph-mon[20971]: Deploying daemon osd.1 on trial125 2026-02-18T05:42:35.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:42:35.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:35.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:34 trial010 ceph-mon[20971]: Deploying daemon osd.1 on trial125 2026-02-18T05:42:35.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:34 trial138 ceph-mon[22240]: Deploying daemon osd.1 on trial125 2026-02-18T05:42:35.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:42:35.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:35.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:34 trial138 ceph-mon[22240]: Deploying daemon osd.1 on trial125 2026-02-18T05:42:36.073 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:35 trial125 ceph-mon[22088]: pgmap v19: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:36.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:35 trial010 ceph-mon[20971]: pgmap v19: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:36.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:35 trial138 ceph-mon[22240]: pgmap v19: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:37.220 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:37 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:37.220 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:37 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:37.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:37 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:37.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:37 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:37.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:37 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:37.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:37 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:38.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:38 trial125 ceph-mon[22088]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:38.451 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:38 trial010 ceph-mon[20971]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:38.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:38 trial138 ceph-mon[22240]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:39.467 INFO:teuthology.orchestra.run.trial125.stdout:Created osd(s) 1 on host 'trial125' 2026-02-18T05:42:39.509 DEBUG:teuthology.orchestra.run.trial125:osd.1> sudo journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.1.service 2026-02-18T05:42:39.512 INFO:tasks.cephadm:Deploying osd.2 on trial138 with /dev/vg_nvme/lv_4... 2026-02-18T05:42:39.512 DEBUG:teuthology.orchestra.run.trial138:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-18T05:42:39.632 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.632 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.632 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.633 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:39 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.634 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.c/config 2026-02-18T05:42:39.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:39 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.756 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.756 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:39.757 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:39 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.090 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-18T05:42:40.109 DEBUG:teuthology.orchestra.run.trial138:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch daemon add osd trial138:vg_nvme/lv_4 --skip-validation 2026-02-18T05:42:40.227 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.c/config 2026-02-18T05:42:40.614 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:40.614 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:42:40.614 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: osdmap e9: 2 total, 1 up, 2 in 2026-02-18T05:42:40.614 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:40.614 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]} : dispatch 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]} : dispatch 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:40.615 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:40.616 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.616 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.616 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.616 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:40.616 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:40.616 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:40.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:42:40.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: osdmap e9: 2 total, 1 up, 2 in 2026-02-18T05:42:40.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:40.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]} : dispatch 2026-02-18T05:42:40.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]} : dispatch 2026-02-18T05:42:40.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:40.661 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.662 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.662 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.662 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:40.662 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:40.662 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: pgmap v21: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: osdmap e9: 2 total, 1 up, 2 in 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:40.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:40.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:40.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:40.924 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:40 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1[28439]: 2026-02-18T05:42:40.757+0000 7fa13dbb1640 -1 osd.1 0 waiting for initial osdmap 2026-02-18T05:42:40.924 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:40 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1[28439]: 2026-02-18T05:42:40.759+0000 7fa139199640 -1 osd.1 10 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: Adjusting osd_memory_target on trial125 to 83023M 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial138:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: osd.default does not exist. Creating it now. 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: Creating OSDs with service ID: default on trial138:['vg_nvme/lv_4'] 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: Marking host: trial138 for OSDSpec preview refresh. 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: Saving service osd.default spec with placement trial138 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.502 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]}]': finished 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"} : dispatch 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='client.? 10.20.193.138:0/2103355467' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"} : dispatch 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"}]': finished 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462] boot 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: osdmap e11: 3 total, 2 up, 3 in 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:41.503 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:41 trial138 ceph-mon[22240]: from='client.? 10.20.193.138:0/551611720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:41.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: Adjusting osd_memory_target on trial125 to 83023M 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial138:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: osd.default does not exist. Creating it now. 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: Creating OSDs with service ID: default on trial138:['vg_nvme/lv_4'] 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: Marking host: trial138 for OSDSpec preview refresh. 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: Saving service osd.default spec with placement trial138 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]}]': finished 2026-02-18T05:42:41.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"} : dispatch 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='client.? 10.20.193.138:0/2103355467' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"} : dispatch 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"}]': finished 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462] boot 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: osdmap e11: 3 total, 2 up, 3 in 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.744 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:41.745 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:41 trial010 ceph-mon[20971]: from='client.? 10.20.193.138:0/551611720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:41.774 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: Adjusting osd_memory_target on trial125 to 83023M 2026-02-18T05:42:41.774 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='client.24157 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial138:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:42:41.774 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: osd.default does not exist. Creating it now. 2026-02-18T05:42:41.774 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: Creating OSDs with service ID: default on trial138:['vg_nvme/lv_4'] 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: Marking host: trial138 for OSDSpec preview refresh. 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: Saving service osd.default spec with placement trial138 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial125", "root=default"]}]': finished 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: osdmap e10: 2 total, 1 up, 2 in 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.775 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:41.776 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"} : dispatch 2026-02-18T05:42:41.776 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='client.? 10.20.193.138:0/2103355467' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"} : dispatch 2026-02-18T05:42:41.776 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e2d2881-5236-4111-be2e-64826222ba86"}]': finished 2026-02-18T05:42:41.776 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: osd.1 [v2:10.20.193.125:6800/4141503462,v1:10.20.193.125:6801/4141503462] boot 2026-02-18T05:42:41.776 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: osdmap e11: 3 total, 2 up, 3 in 2026-02-18T05:42:41.776 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-18T05:42:41.776 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:41.776 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:41 trial125 ceph-mon[22088]: from='client.? 10.20.193.138:0/551611720' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: purged_snaps scrub starts 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: purged_snaps scrub ok 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.596 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:42.597 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:42.597 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:42.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: purged_snaps scrub starts 2026-02-18T05:42:42.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: purged_snaps scrub ok 2026-02-18T05:42:42.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:42.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:42.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:42.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:42.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:42.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:42.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: purged_snaps scrub starts 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: purged_snaps scrub ok 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: pgmap v25: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:42.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:43.710 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:43 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:42:43.711 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:43 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:43.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:43 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:42:43.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:43 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:43.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:43 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:42:43.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:43 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:44.733 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:44 trial138 ceph-mon[22240]: Deploying daemon osd.2 on trial138 2026-02-18T05:42:44.733 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:44 trial138 ceph-mon[22240]: pgmap v26: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:44.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:44 trial010 ceph-mon[20971]: Deploying daemon osd.2 on trial138 2026-02-18T05:42:44.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:44 trial010 ceph-mon[20971]: pgmap v26: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:44.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:44 trial125 ceph-mon[22088]: Deploying daemon osd.2 on trial138 2026-02-18T05:42:44.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:44 trial125 ceph-mon[22088]: pgmap v26: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:46.072 INFO:teuthology.orchestra.run.trial138.stdout:Created osd(s) 2 on host 'trial138' 2026-02-18T05:42:46.113 DEBUG:teuthology.orchestra.run.trial138:osd.2> sudo journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.2.service 2026-02-18T05:42:46.115 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-18T05:42:46.115 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T05:42:46.136 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:46 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:46.136 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:46 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:46.136 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:46 trial138 ceph-mon[22240]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:46.136 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:46 trial138 ceph-mon[22240]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:46.136 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:46 trial138 ceph-mon[22240]: from='osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:46.237 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:46.281 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:46 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:46.281 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:46 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:46.282 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:46 trial010 ceph-mon[20971]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:46.282 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:46 trial010 ceph-mon[20971]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:46.282 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:46 trial010 ceph-mon[20971]: from='osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:46.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:46 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:46.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:46 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:46.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:46 trial125 ceph-mon[22088]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:46.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:46 trial125 ceph-mon[22088]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:46.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:46 trial125 ceph-mon[22088]: from='osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:46.466 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:46.505 INFO:teuthology.orchestra.run.trial010.stdout:{"epoch":12,"num_osds":3,"num_up_osds":2,"osd_up_since":1771393361,"num_in_osds":3,"osd_in_since":1771393361,"num_remapped_pgs":0} 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: osdmap e12: 3 total, 2 up, 3 in 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/2553261002' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:47.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.301 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:47.301 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:47.301 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:47 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:47.301 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:47 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[27178]: 2026-02-18T05:42:47.033+0000 7fba5c520640 -1 osd.2 0 waiting for initial osdmap 2026-02-18T05:42:47.301 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:47 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[27178]: 2026-02-18T05:42:47.036+0000 7fba53b00640 -1 osd.2 13 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: osdmap e12: 3 total, 2 up, 3 in 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2553261002' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:47.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:47.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:47 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:47.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:42:47.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: osdmap e12: 3 total, 2 up, 3 in 2026-02-18T05:42:47.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2553261002' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:47.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:47.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:47.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:47.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:47.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:47 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:47.507 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T05:42:47.623 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:47.850 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:47.887 INFO:teuthology.orchestra.run.trial010.stdout:{"epoch":13,"num_osds":3,"num_up_osds":2,"osd_up_since":1771393361,"num_in_osds":3,"osd_in_since":1771393361,"num_remapped_pgs":0} 2026-02-18T05:42:48.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:48 trial010 ceph-mon[20971]: Adjusting osd_memory_target on trial138 to 87119M 2026-02-18T05:42:48.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:48 trial010 ceph-mon[20971]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]}]': finished 2026-02-18T05:42:48.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:48 trial010 ceph-mon[20971]: osdmap e13: 3 total, 2 up, 3 in 2026-02-18T05:42:48.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:48 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:48.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:48 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:48.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:48 trial010 ceph-mon[20971]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:48.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:48 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3705708409' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:48.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:48 trial138 ceph-mon[22240]: Adjusting osd_memory_target on trial138 to 87119M 2026-02-18T05:42:48.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:48 trial138 ceph-mon[22240]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]}]': finished 2026-02-18T05:42:48.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:48 trial138 ceph-mon[22240]: osdmap e13: 3 total, 2 up, 3 in 2026-02-18T05:42:48.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:48 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:48.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:48 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:48.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:48 trial138 ceph-mon[22240]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:48.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:48 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/3705708409' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:48.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:48 trial125 ceph-mon[22088]: Adjusting osd_memory_target on trial138 to 87119M 2026-02-18T05:42:48.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:48 trial125 ceph-mon[22088]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]}]': finished 2026-02-18T05:42:48.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:48 trial125 ceph-mon[22088]: osdmap e13: 3 total, 2 up, 3 in 2026-02-18T05:42:48.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:48 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:48.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:48 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:48.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:48 trial125 ceph-mon[22088]: pgmap v30: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-18T05:42:48.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:48 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3705708409' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:48.889 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd stat -f json 2026-02-18T05:42:49.009 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:49.235 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:49.235 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:49 trial010 ceph-mon[20971]: purged_snaps scrub starts 2026-02-18T05:42:49.235 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:49 trial010 ceph-mon[20971]: purged_snaps scrub ok 2026-02-18T05:42:49.235 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:49 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:49.235 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:49 trial010 ceph-mon[20971]: osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627] boot 2026-02-18T05:42:49.236 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:49 trial010 ceph-mon[20971]: osdmap e14: 3 total, 3 up, 3 in 2026-02-18T05:42:49.236 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:49 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:49.236 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:49 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:49.236 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:49 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:49.272 INFO:teuthology.orchestra.run.trial010.stdout:{"epoch":14,"num_osds":3,"num_up_osds":3,"osd_up_since":1771393368,"num_in_osds":3,"osd_in_since":1771393361,"num_remapped_pgs":0} 2026-02-18T05:42:49.273 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:42:49.392 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:49.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:49 trial138 ceph-mon[22240]: purged_snaps scrub starts 2026-02-18T05:42:49.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:49 trial138 ceph-mon[22240]: purged_snaps scrub ok 2026-02-18T05:42:49.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:49 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:49.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:49 trial138 ceph-mon[22240]: osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627] boot 2026-02-18T05:42:49.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:49 trial138 ceph-mon[22240]: osdmap e14: 3 total, 3 up, 3 in 2026-02-18T05:42:49.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:49 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:49.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:49 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:49.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:49 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:49.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:49 trial125 ceph-mon[22088]: purged_snaps scrub starts 2026-02-18T05:42:49.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:49 trial125 ceph-mon[22088]: purged_snaps scrub ok 2026-02-18T05:42:49.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:49 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:49.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:49 trial125 ceph-mon[22088]: osd.2 [v2:10.20.193.138:6800/581161627,v1:10.20.193.138:6801/581161627] boot 2026-02-18T05:42:49.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:49 trial125 ceph-mon[22088]: osdmap e14: 3 total, 3 up, 3 in 2026-02-18T05:42:49.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:49 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:49.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:49 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:49.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:49 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:49.614 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:49.614 INFO:teuthology.orchestra.run.trial010.stdout:{"epoch":14,"fsid":"7443b76d-0c8c-11f1-a732-d404e6e7d460","created":"2026-02-18T05:41:33.371797+0000","modified":"2026-02-18T05:42:48.031675+0000","last_up_change":"2026-02-18T05:42:48.031675+0000","last_in_change":"2026-02-18T05:42:41.165721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":0,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[],"osds":[{"osd":0,"uuid":"8d0bae8f-a72f-4153-be0a-9e6b0ba0437a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6802","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6803","nonce":1006011618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6804","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6805","nonce":1006011618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6808","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6809","nonce":1006011618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6806","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6807","nonce":1006011618}]},"public_addr":"10.20.193.10:6803/1006011618","cluster_addr":"10.20.193.10:6805/1006011618","heartbeat_back_addr":"10.20.193.10:6809/1006011618","heartbeat_front_addr":"10.20.193.10:6807/1006011618","state":["exists","up"]},{"osd":1,"uuid":"063e50b3-dec1-4fa1-978c-98ed8a2a366f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6800","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6801","nonce":4141503462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6802","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6803","nonce":4141503462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6806","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6807","nonce":4141503462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6804","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6805","nonce":4141503462}]},"public_addr":"10.20.193.125:6801/4141503462","cluster_addr":"10.20.193.125:6803/4141503462","heartbeat_back_addr":"10.20.193.125:6807/4141503462","heartbeat_front_addr":"10.20.193.125:6805/4141503462","state":["exists","up"]},{"osd":2,"uuid":"9e2d2881-5236-4111-be2e-64826222ba86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6800","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6801","nonce":581161627}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6802","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6803","nonce":581161627}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6806","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6807","nonce":581161627}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6804","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6805","nonce":581161627}]},"public_addr":"10.20.193.138:6801/581161627","cluster_addr":"10.20.193.138:6803/581161627","heartbeat_back_addr":"10.20.193.138:6807/581161627","heartbeat_front_addr":"10.20.193.138:6805/581161627","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":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","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.10:6801/569842658":"2026-02-19T05:41:53.350593+0000","10.20.193.10:6800/569842658":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/1445871213":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/4190646737":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/3964577120":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/2680219124":"2026-02-19T05:41:43.452649+0000","10.20.193.10:6801/2704279136":"2026-02-19T05:41:43.452649+0000","10.20.193.10:0/2163076155":"2026-02-19T05:41:43.452649+0000","10.20.193.10:6800/2704279136":"2026-02-19T05:41:43.452649+0000","10.20.193.10:0/3198539813":"2026-02-19T05:41:43.452649+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-18T05:42:49.650 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-18T05:42:49.651 INFO:tasks.cephadm:Setting up client nodes... 2026-02-18T05:42:49.651 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-18T05:42:49.767 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:49.988 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:50.025 INFO:teuthology.orchestra.run.trial010.stdout:[{"version":13,"timestamp":"2026-02-18T05:42:46.872030+0000","name":"","changes":[{"name":"osd/host:trial138/osd_memory_target","new_value":"91351148544"}]}] 2026-02-18T05:42:50.025 INFO:tasks.ceph_manager:config epoch is 13 2026-02-18T05:42:50.025 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-18T05:42:50.025 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-18T05:42:50.025 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-18T05:42:50.139 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:50.392 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:50.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:50 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3195188267' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:50.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:50 trial010 ceph-mon[20971]: pgmap v32: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:50.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:50 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' 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-18T05:42:50.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:50 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2506544046' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:50.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:50 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1876741086' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T05:42:50.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:50 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/3195188267' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:50.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:50 trial138 ceph-mon[22240]: pgmap v32: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:50.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:50 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' 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-18T05:42:50.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:50 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/2506544046' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:50.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:50 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/1876741086' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T05:42:50.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:50 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3195188267' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-18T05:42:50.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:50 trial125 ceph-mon[22088]: pgmap v32: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:50.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:50 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' 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-18T05:42:50.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:50 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2506544046' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:50.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:50 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1876741086' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-18T05:42:50.428 INFO:teuthology.orchestra.run.trial010.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6800","nonce":2910393471},{"type":"v1","addr":"10.20.193.10:6801","nonce":2910393471}]},"active_addr":"10.20.193.10:6801/2910393471","active_change":"2026-02-18T05:41:53.350704+0000","active_mgr_features":4544132024016699391,"available":true,"standbys":[{"gid":14226,"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.10: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.10:0","nonce":425861386}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.10:0","nonce":2958203713}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.10:0","nonce":1203554676}]}]} 2026-02-18T05:42:50.438 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-18T05:42:50.438 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-18T05:42:50.438 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:42:50.555 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:50.782 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:50.782 INFO:teuthology.orchestra.run.trial010.stdout:{"epoch":15,"fsid":"7443b76d-0c8c-11f1-a732-d404e6e7d460","created":"2026-02-18T05:41:33.371797+0000","modified":"2026-02-18T05:42:50.038241+0000","last_up_change":"2026-02-18T05:42:48.031675+0000","last_in_change":"2026-02-18T05:42:41.165721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T05:42:49.564439+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":"15","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"nonprimary_shards":"{}","options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{},"read_balance":{"score_type":"Fair distribution","score_acting":3,"score_stable":3,"optimal_score":1,"raw_score_acting":3,"raw_score_stable":3,"primary_affinity_weighted":1,"average_primary_affinity":1,"average_primary_affinity_weighted":1}}],"osds":[{"osd":0,"uuid":"8d0bae8f-a72f-4153-be0a-9e6b0ba0437a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6802","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6803","nonce":1006011618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6804","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6805","nonce":1006011618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6808","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6809","nonce":1006011618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6806","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6807","nonce":1006011618}]},"public_addr":"10.20.193.10:6803/1006011618","cluster_addr":"10.20.193.10:6805/1006011618","heartbeat_back_addr":"10.20.193.10:6809/1006011618","heartbeat_front_addr":"10.20.193.10:6807/1006011618","state":["exists","up"]},{"osd":1,"uuid":"063e50b3-dec1-4fa1-978c-98ed8a2a366f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6800","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6801","nonce":4141503462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6802","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6803","nonce":4141503462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6806","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6807","nonce":4141503462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6804","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6805","nonce":4141503462}]},"public_addr":"10.20.193.125:6801/4141503462","cluster_addr":"10.20.193.125:6803/4141503462","heartbeat_back_addr":"10.20.193.125:6807/4141503462","heartbeat_front_addr":"10.20.193.125:6805/4141503462","state":["exists","up"]},{"osd":2,"uuid":"9e2d2881-5236-4111-be2e-64826222ba86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6800","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6801","nonce":581161627}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6802","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6803","nonce":581161627}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6806","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6807","nonce":581161627}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6804","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6805","nonce":581161627}]},"public_addr":"10.20.193.138:6801/581161627","cluster_addr":"10.20.193.138:6803/581161627","heartbeat_back_addr":"10.20.193.138:6807/581161627","heartbeat_front_addr":"10.20.193.138:6805/581161627","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":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","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.10:6801/569842658":"2026-02-19T05:41:53.350593+0000","10.20.193.10:6800/569842658":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/1445871213":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/4190646737":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/3964577120":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/2680219124":"2026-02-19T05:41:43.452649+0000","10.20.193.10:6801/2704279136":"2026-02-19T05:41:43.452649+0000","10.20.193.10:0/2163076155":"2026-02-19T05:41:43.452649+0000","10.20.193.10:6800/2704279136":"2026-02-19T05:41:43.452649+0000","10.20.193.10:0/3198539813":"2026-02-19T05:41:43.452649+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-18T05:42:50.836 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-18T05:42:50.836 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd dump --format=json 2026-02-18T05:42:50.954 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:51.178 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:51.178 INFO:teuthology.orchestra.run.trial010.stdout:{"epoch":16,"fsid":"7443b76d-0c8c-11f1-a732-d404e6e7d460","created":"2026-02-18T05:41:33.371797+0000","modified":"2026-02-18T05:42:51.042126+0000","last_up_change":"2026-02-18T05:42:48.031675+0000","last_in_change":"2026-02-18T05:42:41.165721+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":8,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":3,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"tentacle","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2026-02-18T05:42:49.564439+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":"16","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":"8d0bae8f-a72f-4153-be0a-9e6b0ba0437a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":8,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6802","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6803","nonce":1006011618}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6804","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6805","nonce":1006011618}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6808","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6809","nonce":1006011618}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.10:6806","nonce":1006011618},{"type":"v1","addr":"10.20.193.10:6807","nonce":1006011618}]},"public_addr":"10.20.193.10:6803/1006011618","cluster_addr":"10.20.193.10:6805/1006011618","heartbeat_back_addr":"10.20.193.10:6809/1006011618","heartbeat_front_addr":"10.20.193.10:6807/1006011618","state":["exists","up"]},{"osd":1,"uuid":"063e50b3-dec1-4fa1-978c-98ed8a2a366f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":11,"up_thru":15,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6800","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6801","nonce":4141503462}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6802","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6803","nonce":4141503462}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6806","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6807","nonce":4141503462}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.125:6804","nonce":4141503462},{"type":"v1","addr":"10.20.193.125:6805","nonce":4141503462}]},"public_addr":"10.20.193.125:6801/4141503462","cluster_addr":"10.20.193.125:6803/4141503462","heartbeat_back_addr":"10.20.193.125:6807/4141503462","heartbeat_front_addr":"10.20.193.125:6805/4141503462","state":["exists","up"]},{"osd":2,"uuid":"9e2d2881-5236-4111-be2e-64826222ba86","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":14,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6800","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6801","nonce":581161627}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6802","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6803","nonce":581161627}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6806","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6807","nonce":581161627}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6804","nonce":581161627},{"type":"v1","addr":"10.20.193.138:6805","nonce":581161627}]},"public_addr":"10.20.193.138:6801/581161627","cluster_addr":"10.20.193.138:6803/581161627","heartbeat_back_addr":"10.20.193.138:6807/581161627","heartbeat_front_addr":"10.20.193.138:6805/581161627","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":"0.000000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","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.10:6801/569842658":"2026-02-19T05:41:53.350593+0000","10.20.193.10:6800/569842658":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/1445871213":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/4190646737":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/3964577120":"2026-02-19T05:41:53.350593+0000","10.20.193.10:0/2680219124":"2026-02-19T05:41:43.452649+0000","10.20.193.10:6801/2704279136":"2026-02-19T05:41:43.452649+0000","10.20.193.10:0/2163076155":"2026-02-19T05:41:43.452649+0000","10.20.193.10:6800/2704279136":"2026-02-19T05:41:43.452649+0000","10.20.193.10:0/3198539813":"2026-02-19T05:41:43.452649+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-18T05:42:51.217 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-18T05:42:51.218 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-18T05:42:51.219 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-18T05:42:51.234 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' 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-18T05:42:51.234 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 ceph-mon[20971]: osdmap e15: 3 total, 3 up, 3 in 2026-02-18T05:42:51.234 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:42:51.234 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4052695927' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T05:42:51.235 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4129938196' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:51.235 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35611]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-18T05:42:51.235 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35565]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T05:42:51.235 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35565]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.235 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35565]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.235 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35565]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.235 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35569]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T05:42:51.235 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35569]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.236 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35569]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.236 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35569]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.303 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29024]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T05:42:51.303 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29024]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.303 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29024]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.303 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29024]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.303 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29028]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T05:42:51.304 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29028]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.304 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29028]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.304 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29028]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.304 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' 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-18T05:42:51.304 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 ceph-mon[22240]: osdmap e15: 3 total, 3 up, 3 in 2026-02-18T05:42:51.304 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:42:51.304 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/4052695927' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T05:42:51.304 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/4129938196' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:51.304 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29032]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-18T05:42:51.305 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29032]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.305 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29032]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.305 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29032]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.305 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29036]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-18T05:42:51.329 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' 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-18T05:42:51.329 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 ceph-mon[22088]: osdmap e15: 3 total, 3 up, 3 in 2026-02-18T05:42:51.329 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-18T05:42:51.329 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4052695927' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-18T05:42:51.329 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4129938196' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:51.329 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30577]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-18T05:42:51.329 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30577]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.330 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30577]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.330 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30577]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.330 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30581]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-18T05:42:51.330 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30581]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.330 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30581]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.330 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30581]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.337 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:51.337 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:51.340 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:51.491 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35611]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.491 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35611]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.491 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35611]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.491 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35668]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-18T05:42:51.491 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35668]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.491 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35668]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:51 trial010 sudo[35668]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.515 INFO:teuthology.orchestra.run.trial010.stdout:60129542147 2026-02-18T05:42:51.516 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-18T05:42:51.520 INFO:teuthology.orchestra.run.trial010.stdout:34359738374 2026-02-18T05:42:51.521 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T05:42:51.525 INFO:teuthology.orchestra.run.trial010.stdout:47244640260 2026-02-18T05:42:51.525 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T05:42:51.643 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:51.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29036]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29036]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:51 trial138 sudo[29036]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30585]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-18T05:42:51.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30585]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30585]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30585]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30589]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-18T05:42:51.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30589]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-18T05:42:51.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30589]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-18T05:42:51.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:51 trial125 sudo[30589]: pam_unix(sudo:session): session closed for user root 2026-02-18T05:42:51.682 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:51.682 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:51.879 INFO:teuthology.orchestra.run.trial010.stdout:60129542146 2026-02-18T05:42:51.919 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542147 got 60129542146 for osd.2 2026-02-18T05:42:51.919 INFO:teuthology.orchestra.run.trial010.stdout:34359738373 2026-02-18T05:42:51.925 INFO:teuthology.orchestra.run.trial010.stdout:47244640259 2026-02-18T05:42:51.965 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738373 for osd.0 2026-02-18T05:42:51.968 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640260 got 47244640259 for osd.1 2026-02-18T05:42:52.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T05:42:52.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: osdmap e16: 3 total, 3 up, 3 in 2026-02-18T05:42:52.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/3673655981' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.229 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: pgmap v35: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:52.230 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/2413731528' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/4136302309' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:52.231 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:52 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/3433269557' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:52.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T05:42:52.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: osdmap e16: 3 total, 3 up, 3 in 2026-02-18T05:42:52.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3673655981' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:52.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: pgmap v35: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:52.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.413 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:52.413 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:52.413 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:52.413 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2413731528' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:52.413 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4136302309' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:52.413 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:52 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3433269557' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:52.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: osdmap e16: 3 total, 3 up, 3 in 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3673655981' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:42:52.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: pgmap v35: 1 pgs: 1 unknown; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:52.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:52.496 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2413731528' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:52.496 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4136302309' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:52.496 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:52 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3433269557' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:52.920 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-18T05:42:52.967 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T05:42:52.969 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T05:42:53.040 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:53.085 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:53.085 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:53.200 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:53 trial010 ceph-mon[20971]: osdmap e17: 3 total, 3 up, 3 in 2026-02-18T05:42:53.200 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:53 trial010 ceph-mon[20971]: mgrmap e15: a(active, since 59s), standbys: b 2026-02-18T05:42:53.200 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:42:53.200 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:53.200 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:53 trial010 ceph-mon[20971]: Deploying daemon osd.2 on trial138 2026-02-18T05:42:53.200 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:53.200 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:53.200 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:53 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:53.291 INFO:teuthology.orchestra.run.trial010.stdout:60129542146 2026-02-18T05:42:53.300 INFO:teuthology.orchestra.run.trial010.stdout:34359738373 2026-02-18T05:42:53.305 INFO:teuthology.orchestra.run.trial010.stdout:47244640259 2026-02-18T05:42:53.331 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542147 got 60129542146 for osd.2 2026-02-18T05:42:53.342 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738373 for osd.0 2026-02-18T05:42:53.345 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640260 got 47244640259 for osd.1 2026-02-18T05:42:53.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:53 trial138 ceph-mon[22240]: osdmap e17: 3 total, 3 up, 3 in 2026-02-18T05:42:53.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:53 trial138 ceph-mon[22240]: mgrmap e15: a(active, since 59s), standbys: b 2026-02-18T05:42:53.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:53 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:42:53.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:53 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:53.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:53 trial138 ceph-mon[22240]: Deploying daemon osd.2 on trial138 2026-02-18T05:42:53.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:53 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:53.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:53 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:53.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:53 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:53.401 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:53 trial138 systemd[1]: Stopping Ceph osd.2 for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:42:53.402 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:53 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[27178]: 2026-02-18T05:42:53.182+0000 7fba5d535640 -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-18T05:42:53.402 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:53 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[27178]: 2026-02-18T05:42:53.182+0000 7fba5d535640 -1 osd.2 17 *** Got signal Terminated *** 2026-02-18T05:42:53.402 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:53 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[27178]: 2026-02-18T05:42:53.182+0000 7fba5d535640 -1 osd.2 17 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:42:53.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:53 trial125 ceph-mon[22088]: osdmap e17: 3 total, 3 up, 3 in 2026-02-18T05:42:53.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:53 trial125 ceph-mon[22088]: mgrmap e15: a(active, since 59s), standbys: b 2026-02-18T05:42:53.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:53 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:42:53.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:53 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:53.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:53 trial125 ceph-mon[22088]: Deploying daemon osd.2 on trial138 2026-02-18T05:42:53.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:53 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:53.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:53 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:53.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:53 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:54.332 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-18T05:42:54.342 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-18T05:42:54.346 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-18T05:42:54.356 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:54 trial010 ceph-mon[20971]: osd.2 marked itself down and dead 2026-02-18T05:42:54.357 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:54 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/952559396' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:54.357 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:54 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4289317551' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:54.357 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:54 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/4294289124' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:54.357 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:54 trial010 ceph-mon[20971]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:54.363 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:54 trial138 ceph-mon[22240]: osd.2 marked itself down and dead 2026-02-18T05:42:54.363 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:54 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/952559396' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:54.363 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:54 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/4289317551' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:54.364 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:54 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/4294289124' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:54.364 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:54 trial138 ceph-mon[22240]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:54.364 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[29948]: 2026-02-18 05:42:54.134261739 +0000 UTC m=+0.963722957 container died bc3a080e42cca66b9b684f4625caf4a702bed008845e762d9803cf78f03bd64e (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2) 2026-02-18T05:42:54.364 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[29948]: 2026-02-18 05:42:54.144401645 +0000 UTC m=+0.973862863 container remove bc3a080e42cca66b9b684f4625caf4a702bed008845e762d9803cf78f03bd64e (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:42:54.364 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 bash[29948]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2 2026-02-18T05:42:54.364 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30077]: 2026-02-18 05:42:54.270478125 +0000 UTC m=+0.014805720 container create a2d4007b0308c9cda5efa6eb60dad80fefbf56fa28af374d7eb0a4a56e8c1e6d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.label-schema.license=GPLv2) 2026-02-18T05:42:54.365 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30077]: 2026-02-18 05:42:54.29735971 +0000 UTC m=+0.041687304 container init a2d4007b0308c9cda5efa6eb60dad80fefbf56fa28af374d7eb0a4a56e8c1e6d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.vendor=CentOS, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug) 2026-02-18T05:42:54.365 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30077]: 2026-02-18 05:42:54.30001811 +0000 UTC m=+0.044345704 container start a2d4007b0308c9cda5efa6eb60dad80fefbf56fa28af374d7eb0a4a56e8c1e6d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, 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, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T05:42:54.365 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30077]: 2026-02-18 05:42:54.300624936 +0000 UTC m=+0.044952520 container attach a2d4007b0308c9cda5efa6eb60dad80fefbf56fa28af374d7eb0a4a56e8c1e6d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7) 2026-02-18T05:42:54.365 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30077]: 2026-02-18 05:42:54.264782172 +0000 UTC m=+0.009109776 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:42:54.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:54 trial125 ceph-mon[22088]: osd.2 marked itself down and dead 2026-02-18T05:42:54.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:54 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/952559396' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:54.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:54 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4289317551' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:54.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:54 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/4294289124' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:54.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:54 trial125 ceph-mon[22088]: pgmap v37: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:54.452 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:54.472 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:54.472 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:54.651 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30077]: 2026-02-18 05:42:54.421881467 +0000 UTC m=+0.166209071 container died a2d4007b0308c9cda5efa6eb60dad80fefbf56fa28af374d7eb0a4a56e8c1e6d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, 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/, io.buildah.version=1.33.7) 2026-02-18T05:42:54.651 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30077]: 2026-02-18 05:42:54.43249465 +0000 UTC m=+0.176822244 container remove a2d4007b0308c9cda5efa6eb60dad80fefbf56fa28af374d7eb0a4a56e8c1e6d (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:42:54.651 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 systemd[1]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.2.service: Deactivated successfully. 2026-02-18T05:42:54.651 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 systemd[1]: Stopped Ceph osd.2 for 7443b76d-0c8c-11f1-a732-d404e6e7d460. 2026-02-18T05:42:54.651 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 systemd[1]: Starting Ceph osd.2 for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:42:54.686 INFO:teuthology.orchestra.run.trial010.stdout:60129542147 2026-02-18T05:42:54.691 INFO:teuthology.orchestra.run.trial010.stdout:34359738375 2026-02-18T05:42:54.694 INFO:teuthology.orchestra.run.trial010.stdout:47244640261 2026-02-18T05:42:54.735 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542147 got 60129542147 for osd.2 2026-02-18T05:42:54.737 DEBUG:teuthology.parallel:result is None 2026-02-18T05:42:54.743 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738375 for osd.0 2026-02-18T05:42:54.744 DEBUG:teuthology.parallel:result is None 2026-02-18T05:42:54.744 INFO:tasks.cephadm.ceph_manager.ceph:need seq 47244640260 got 47244640261 for osd.1 2026-02-18T05:42:54.744 DEBUG:teuthology.parallel:result is None 2026-02-18T05:42:54.745 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-18T05:42:54.745 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T05:42:54.899 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:55.057 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30220]: 2026-02-18 05:42:54.665728525 +0000 UTC m=+0.015506369 container create 5af6e6f3f5de22b373170aadd7ad75a92d56b73c71a58a81ad6ff6c481b0c0a2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate, ceph=True, 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, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:42:55.057 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30220]: 2026-02-18 05:42:54.702973359 +0000 UTC m=+0.052751213 container init 5af6e6f3f5de22b373170aadd7ad75a92d56b73c71a58a81ad6ff6c481b0c0a2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:42:55.057 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30220]: 2026-02-18 05:42:54.705604579 +0000 UTC m=+0.055382423 container start 5af6e6f3f5de22b373170aadd7ad75a92d56b73c71a58a81ad6ff6c481b0c0a2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, 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) 2026-02-18T05:42:55.057 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30220]: 2026-02-18 05:42:54.706145612 +0000 UTC m=+0.055923466 container attach 5af6e6f3f5de22b373170aadd7ad75a92d56b73c71a58a81ad6ff6c481b0c0a2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, OSD_FLAVOR=debug, org.label-schema.license=GPLv2, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:42:55.058 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 podman[30220]: 2026-02-18 05:42:54.65969742 +0000 UTC m=+0.009475264 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:42:55.058 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-18T05:42:55.058 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 bash[30220]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-18T05:42:55.058 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-18T05:42:55.058 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:54 trial138 bash[30220]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-18T05:42:55.124 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:55.125 INFO:teuthology.orchestra.run.trial010.stderr:dumped all 2026-02-18T05:42:55.163 INFO:teuthology.orchestra.run.trial010.stdout:{"pg_ready":true,"pg_map":{"version":39,"stamp":"2026-02-18T05:42:55.059497+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":84748,"kb_used_data":2164,"kb_used_omap":21,"kb_used_meta":80810,"kb_avail":2201924852,"statfs":{"total":2254857830400,"available":2254771048448,"internally_reserved":0,"allocated":2215936,"data_stored":1904084,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":21771,"internal_metadata":82750197},"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":"3.014340"},"pg_stats":[{"pgid":"1.0","version":"16'152","reported_seq":193,"reported_epoch":16,"state":"active+clean","last_fresh":"2026-02-18T05:42:51.373588+0000","last_change":"2026-02-18T05:42:51.045901+0000","last_active":"2026-02-18T05:42:51.373588+0000","last_peered":"2026-02-18T05:42:51.373588+0000","last_clean":"2026-02-18T05:42:51.373588+0000","last_became_active":"2026-02-18T05:42:51.045664+0000","last_became_peered":"2026-02-18T05:42:51.045664+0000","last_unstale":"2026-02-18T05:42:51.373588+0000","last_undegraded":"2026-02-18T05:42:51.373588+0000","last_fullsized":"2026-02-18T05:42:51.373588+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T05:42:50.038241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T05:42:50.038241+0000","last_clean_scrub_stamp":"2026-02-18T05:42:50.038241+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-19T13:58:34.221761+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":14,"seq":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28252,"kb_used_data":724,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733974948,"statfs":{"total":751619276800,"available":751590346752,"internally_reserved":0,"allocated":741376,"data_stored":635962,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4221,"internal_metadata":27586435},"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":11,"seq":47244640261,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28244,"kb_used_data":716,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733974956,"statfs":{"total":751619276800,"available":751590354944,"internally_reserved":0,"allocated":733184,"data_stored":632160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7475,"internal_metadata":27583181},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28252,"kb_used_data":724,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733974948,"statfs":{"total":751619276800,"available":751590346752,"internally_reserved":0,"allocated":741376,"data_stored":635962,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10075,"internal_metadata":27580581},"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-18T05:42:55.164 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph pg dump --format=json 2026-02-18T05:42:55.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:55 trial010 ceph-mon[20971]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-18T05:42:55.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:55 trial010 ceph-mon[20971]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-02-18T05:42:55.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:55 trial010 ceph-mon[20971]: osdmap e18: 3 total, 2 up, 3 in 2026-02-18T05:42:55.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:55 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1127950862' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:55.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:55 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2054217355' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:55.243 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:55 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2770114130' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:55.281 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:55.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:55 trial138 ceph-mon[22240]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-18T05:42:55.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:55 trial138 ceph-mon[22240]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-02-18T05:42:55.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:55 trial138 ceph-mon[22240]: osdmap e18: 3 total, 2 up, 3 in 2026-02-18T05:42:55.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:55 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/1127950862' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:55.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:55 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/2054217355' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:55.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:55 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/2770114130' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:55.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:55 trial125 ceph-mon[22088]: Health check failed: 1 osds down (OSD_DOWN) 2026-02-18T05:42:55.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:55 trial125 ceph-mon[22088]: Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2026-02-18T05:42:55.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:55 trial125 ceph-mon[22088]: osdmap e18: 3 total, 2 up, 3 in 2026-02-18T05:42:55.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:55 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1127950862' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-18T05:42:55.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:55 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2054217355' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-18T05:42:55.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:55 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2770114130' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-18T05:42:55.502 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:55.502 INFO:teuthology.orchestra.run.trial010.stderr:dumped all 2026-02-18T05:42:55.539 INFO:teuthology.orchestra.run.trial010.stdout:{"pg_ready":true,"pg_map":{"version":40,"stamp":"2026-02-18T05:42:55.363658+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":84748,"kb_used_data":2164,"kb_used_omap":21,"kb_used_meta":80810,"kb_avail":2201924852,"statfs":{"total":2254857830400,"available":2254771048448,"internally_reserved":0,"allocated":2215936,"data_stored":1904084,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":21771,"internal_metadata":82750197},"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":"3.318501"},"pg_stats":[{"pgid":"1.0","version":"16'152","reported_seq":193,"reported_epoch":16,"state":"active+clean","last_fresh":"2026-02-18T05:42:51.373588+0000","last_change":"2026-02-18T05:42:51.045901+0000","last_active":"2026-02-18T05:42:51.373588+0000","last_peered":"2026-02-18T05:42:51.373588+0000","last_clean":"2026-02-18T05:42:51.373588+0000","last_became_active":"2026-02-18T05:42:51.045664+0000","last_became_peered":"2026-02-18T05:42:51.045664+0000","last_unstale":"2026-02-18T05:42:51.373588+0000","last_undegraded":"2026-02-18T05:42:51.373588+0000","last_fullsized":"2026-02-18T05:42:51.373588+0000","mapping_epoch":15,"log_start":"0'0","ondisk_log_start":"0'0","created":15,"last_epoch_clean":16,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-18T05:42:50.038241+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-18T05:42:50.038241+0000","last_clean_scrub_stamp":"2026-02-18T05:42:50.038241+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-19T13:58:34.221761+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":14,"seq":60129542148,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28252,"kb_used_data":724,"kb_used_omap":4,"kb_used_meta":26939,"kb_avail":733974948,"statfs":{"total":751619276800,"available":751590346752,"internally_reserved":0,"allocated":741376,"data_stored":635962,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":4221,"internal_metadata":27586435},"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":11,"seq":47244640261,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28244,"kb_used_data":716,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733974956,"statfs":{"total":751619276800,"available":751590354944,"internally_reserved":0,"allocated":733184,"data_stored":632160,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7475,"internal_metadata":27583181},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28252,"kb_used_data":724,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733974948,"statfs":{"total":751619276800,"available":751590346752,"internally_reserved":0,"allocated":741376,"data_stored":635962,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":10075,"internal_metadata":27580581},"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-18T05:42:55.540 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-18T05:42:55.540 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-18T05:42:55.540 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-18T05:42:55.541 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph health --format=json 2026-02-18T05:42:55.658 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:55.908 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:55.909 INFO:teuthology.orchestra.run.trial010.stdout:{"status":"HEALTH_WARN","checks":{"OSD_DOWN":{"severity":"HEALTH_WARN","summary":{"message":"1 osds down","count":1},"muted":false},"OSD_HOST_DOWN":{"severity":"HEALTH_WARN","summary":{"message":"1 host (1 osds) down","count":1},"muted":false}},"mutes":[]} 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: --> Failed to activate via raw: did not find any matching OSD to activate 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: Running command: /usr/bin/ceph-authtool --gen-print-key 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-2/block 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-2/block 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate[30242]: --> ceph-volume lvm activate successful for osd ID: 2 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30220]: --> ceph-volume lvm activate successful for osd ID: 2 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 podman[30220]: 2026-02-18 05:42:55.858100453 +0000 UTC m=+1.207878317 container died 5af6e6f3f5de22b373170aadd7ad75a92d56b73c71a58a81ad6ff6c481b0c0a2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7) 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 podman[30220]: 2026-02-18 05:42:55.870045506 +0000 UTC m=+1.219823350 container remove 5af6e6f3f5de22b373170aadd7ad75a92d56b73c71a58a81ad6ff6c481b0c0a2 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-activate, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, 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.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, OSD_FLAVOR=debug, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2) 2026-02-18T05:42:55.945 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 podman[30583]: 2026-02-18 05:42:55.945232227 +0000 UTC m=+0.014763291 container create f3f7c7d97795e738e86ef846d13df78a477d1a06f7d9459a0698c592ca01e614 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, 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.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, ceph=True, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:42:56.199 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:56 trial138 ceph-mon[22240]: osdmap e19: 3 total, 2 up, 3 in 2026-02-18T05:42:56.199 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:56 trial138 ceph-mon[22240]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:56.199 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:56 trial138 ceph-mon[22240]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:56.199 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:56 trial138 ceph-mon[22240]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:56.199 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:56 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/3955980013' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:42:56.199 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:56 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:56.199 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:56 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:56.200 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 podman[30583]: 2026-02-18 05:42:55.975297035 +0000 UTC m=+0.044828089 container init f3f7c7d97795e738e86ef846d13df78a477d1a06f7d9459a0698c592ca01e614 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:42:56.200 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 podman[30583]: 2026-02-18 05:42:55.97779087 +0000 UTC m=+0.047321924 container start f3f7c7d97795e738e86ef846d13df78a477d1a06f7d9459a0698c592ca01e614 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, io.buildah.version=1.33.7, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, 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.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0) 2026-02-18T05:42:56.200 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 bash[30583]: f3f7c7d97795e738e86ef846d13df78a477d1a06f7d9459a0698c592ca01e614 2026-02-18T05:42:56.200 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 podman[30583]: 2026-02-18 05:42:55.939290908 +0000 UTC m=+0.008821952 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:42:56.200 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:55 trial138 systemd[1]: Started Ceph osd.2 for 7443b76d-0c8c-11f1-a732-d404e6e7d460. 2026-02-18T05:42:56.200 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:56 trial138 ceph-osd[30614]: -- 10.20.193.138:0/20416793 <== mon.1 v2:10.20.193.138:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0x564c8ab13860 con 0x564c8aa08000 2026-02-18T05:42:56.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:56 trial125 ceph-mon[22088]: osdmap e19: 3 total, 2 up, 3 in 2026-02-18T05:42:56.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:56 trial125 ceph-mon[22088]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:56.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:56 trial125 ceph-mon[22088]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:56.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:56 trial125 ceph-mon[22088]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:56.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:56 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/3955980013' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:42:56.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:56 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:56.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:56 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:56.489 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:56 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[30610]: 2026-02-18T05:42:56.221+0000 7fc9177d88c0 -1 Falling back to public interface 2026-02-18T05:42:56.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:56 trial010 ceph-mon[20971]: osdmap e19: 3 total, 2 up, 3 in 2026-02-18T05:42:56.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:56 trial010 ceph-mon[20971]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:56.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:56 trial010 ceph-mon[20971]: pgmap v40: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:42:56.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:56 trial010 ceph-mon[20971]: from='client.14445 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:42:56.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:56 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/3955980013' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:42:56.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:56 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:56.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:56 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:56.868 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:56 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[30610]: 2026-02-18T05:42:56.717+0000 7fc9177d88c0 -1 osd.2 17 log_to_monitors true 2026-02-18T05:42:57.121 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:57 trial138 ceph-mon[22240]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:57.122 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:57 trial138 ceph-mon[22240]: from='osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:57.122 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:42:57 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[30610]: 2026-02-18T05:42:57.080+0000 7fc90ad38640 -1 osd.2 17 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-18T05:42:57.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:57 trial125 ceph-mon[22088]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:57.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:57 trial125 ceph-mon[22088]: from='osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:57.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:57 trial010 ceph-mon[20971]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:57.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:57 trial010 ceph-mon[20971]: from='osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-18T05:42:58.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:42:58.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: osdmap e20: 3 total, 2 up, 3 in 2026-02-18T05:42:58.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:58.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:58.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:58.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:58.152 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:58.152 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.152 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:58.152 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:58.152 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:58.152 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:58 trial138 ceph-mon[22240]: pgmap v42: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:42:58.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: osdmap e20: 3 total, 2 up, 3 in 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:58.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:58.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:58.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:58.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:58 trial125 ceph-mon[22088]: pgmap v42: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:42:58.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-18T05:42:58.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: osdmap e20: 3 total, 2 up, 3 in 2026-02-18T05:42:58.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:58.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-18T05:42:58.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:42:58.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:58.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:42:58.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:58.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:42:58.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:42:58.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:42:58.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:58 trial010 ceph-mon[20971]: pgmap v42: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:42:58.945 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph health --format=json 2026-02-18T05:42:59.069 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:42:59.323 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:42:59.324 INFO:teuthology.orchestra.run.trial010.stdout:{"status":"HEALTH_WARN","checks":{"PG_DEGRADED":{"severity":"HEALTH_WARN","summary":{"message":"Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded","count":1},"muted":false}},"mutes":[]} 2026-02-18T05:42:59.324 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-18T05:42:59.324 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-02-18T05:42:59.324 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: Cluster is now healthy 2026-02-18T05:42:59.324 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113] boot 2026-02-18T05:42:59.324 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: osdmap e21: 3 total, 3 up, 3 in 2026-02-18T05:42:59.324 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:59.324 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2026-02-18T05:42:59.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.325 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:42:59 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: Cluster is now healthy 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113] boot 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: osdmap e21: 3 total, 3 up, 3 in 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:42:59 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: Health check cleared: OSD_DOWN (was: 1 osds down) 2026-02-18T05:42:59.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2026-02-18T05:42:59.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: Cluster is now healthy 2026-02-18T05:42:59.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: osd.2 [v2:10.20.193.138:6800/2022379113,v1:10.20.193.138:6801/2022379113] boot 2026-02-18T05:42:59.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: osdmap e21: 3 total, 3 up, 3 in 2026-02-18T05:42:59.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-18T05:42:59.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: Health check failed: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2026-02-18T05:42:59.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:42:59.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:42:59 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:00.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:00 trial138 ceph-mon[22240]: Detected new or changed devices on trial010 2026-02-18T05:43:00.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:00 trial138 ceph-mon[22240]: osdmap e22: 3 total, 3 up, 3 in 2026-02-18T05:43:00.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:00 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/2340527860' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:00.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:00 trial138 ceph-mon[22240]: pgmap v45: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:43:00.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:00 trial125 ceph-mon[22088]: Detected new or changed devices on trial010 2026-02-18T05:43:00.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:00 trial125 ceph-mon[22088]: osdmap e22: 3 total, 3 up, 3 in 2026-02-18T05:43:00.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:00 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2340527860' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:00.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:00 trial125 ceph-mon[22088]: pgmap v45: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:43:00.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:00 trial010 ceph-mon[20971]: Detected new or changed devices on trial010 2026-02-18T05:43:00.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:00 trial010 ceph-mon[20971]: osdmap e22: 3 total, 3 up, 3 in 2026-02-18T05:43:00.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:00 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2340527860' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:00.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:00 trial010 ceph-mon[20971]: pgmap v45: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:43:02.364 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph health --format=json 2026-02-18T05:43:02.392 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.392 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:02 trial010 ceph-mon[20971]: Detected new or changed devices on trial125 2026-02-18T05:43:02.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:02 trial010 ceph-mon[20971]: pgmap v46: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:43:02.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:02 trial138 ceph-mon[22240]: Detected new or changed devices on trial125 2026-02-18T05:43:02.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:02 trial138 ceph-mon[22240]: pgmap v46: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:43:02.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:02 trial125 ceph-mon[22088]: Detected new or changed devices on trial125 2026-02-18T05:43:02.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:02.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:02 trial125 ceph-mon[22088]: pgmap v46: 1 pgs: 1 active+undersized+degraded; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail; 2/6 objects degraded (33.333%) 2026-02-18T05:43:02.489 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:43:02.749 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:43:02.749 INFO:teuthology.orchestra.run.trial010.stdout:{"status":"HEALTH_WARN","checks":{"PG_DEGRADED":{"severity":"HEALTH_WARN","summary":{"message":"Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded","count":1},"muted":false}},"mutes":[]} 2026-02-18T05:43:03.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:03 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/59414181' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:03.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:03 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/59414181' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:03.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:03 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/59414181' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:04.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:04 trial138 ceph-mon[22240]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:04.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:04 trial125 ceph-mon[22088]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:04.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:04 trial010 ceph-mon[20971]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:05.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:05 trial138 ceph-mon[22240]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2026-02-18T05:43:05.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:05 trial138 ceph-mon[22240]: Cluster is now healthy 2026-02-18T05:43:05.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:05 trial125 ceph-mon[22088]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2026-02-18T05:43:05.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:05 trial125 ceph-mon[22088]: Cluster is now healthy 2026-02-18T05:43:05.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:05 trial010 ceph-mon[20971]: Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/6 objects degraded (33.333%), 1 pg degraded) 2026-02-18T05:43:05.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:05 trial010 ceph-mon[20971]: Cluster is now healthy 2026-02-18T05:43:05.787 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:adc1923395f2bcd6ae89b5d331d278364d1848ed shell --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph health --format=json 2026-02-18T05:43:05.909 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:43:06.160 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:43:06.160 INFO:teuthology.orchestra.run.trial010.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-18T05:43:06.161 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:06 trial010 ceph-mon[20971]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:06.200 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-18T05:43:06.200 INFO:tasks.cephadm:Setup complete, yielding 2026-02-18T05:43:06.201 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-18T05:43:06.218 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-18T05:43:06.219 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph orch apply -i - 2026-02-18T05:43:06.336 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:43:06.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:06 trial138 ceph-mon[22240]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:06.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:06 trial125 ceph-mon[22088]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:06.570 INFO:teuthology.orchestra.run.trial010.stdout:Scheduled mon update... 2026-02-18T05:43:06.608 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-18T05:43:06.624 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial010.front.sepia.ceph.com 2026-02-18T05:43:06.624 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- bash -c 'set -ex 2026-02-18T05:43:06.624 DEBUG:teuthology.orchestra.run.trial010:> # since we don'"'"'t know the real hostnames before the test, the next 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> # the actual names cephadm knows the host by within the mon spec 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> ceph orch ls --service-name mon --export > mon.yaml 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> MONSPEC=`cat mon.yaml` 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> echo "$MONSPEC" 2026-02-18T05:43:06.625 DEBUG:teuthology.orchestra.run.trial010:> while read realname <&3 && read fakename <&4; do 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> done 3 echo "$MONSPEC" > mon.yaml 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> cat mon.yaml 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> ceph orch apply -i mon.yaml 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> sleep 90 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> ceph orch ps --refresh 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> sleep 90 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> ceph mon dump 2026-02-18T05:43:06.626 DEBUG:teuthology.orchestra.run.trial010:> ceph mon dump --format json 2026-02-18T05:43:06.627 DEBUG:teuthology.orchestra.run.trial010:> # verify all the crush locations got set from "ceph mon dump" output 2026-02-18T05:43:06.627 DEBUG:teuthology.orchestra.run.trial010:> while read monid <&3 && read crushloc <&4; do 2026-02-18T05:43:06.627 DEBUG:teuthology.orchestra.run.trial010:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2026-02-18T05:43:06.627 DEBUG:teuthology.orchestra.run.trial010:> done 3 ' 2026-02-18T05:43:06.744 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:43:06.799 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph orch host ls --format json 2026-02-18T05:43:06.799 INFO:teuthology.orchestra.run.trial010.stderr:+ jq -r '.[] | .hostname' 2026-02-18T05:43:06.975 INFO:teuthology.orchestra.run.trial010.stderr:+ echo 'host.a 2026-02-18T05:43:06.975 INFO:teuthology.orchestra.run.trial010.stderr:host.b 2026-02-18T05:43:06.975 INFO:teuthology.orchestra.run.trial010.stderr:host.c' 2026-02-18T05:43:06.975 INFO:teuthology.orchestra.run.trial010.stderr:+ echo 'a 2026-02-18T05:43:06.976 INFO:teuthology.orchestra.run.trial010.stderr:b 2026-02-18T05:43:06.976 INFO:teuthology.orchestra.run.trial010.stderr:c' 2026-02-18T05:43:06.976 INFO:teuthology.orchestra.run.trial010.stderr:+ echo '{datacenter=a} 2026-02-18T05:43:06.976 INFO:teuthology.orchestra.run.trial010.stderr:{datacenter=b,rack=2} 2026-02-18T05:43:06.976 INFO:teuthology.orchestra.run.trial010.stderr:{datacenter=a,rack=3}' 2026-02-18T05:43:06.976 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph orch ls --service-name mon --export 2026-02-18T05:43:07.156 INFO:teuthology.orchestra.run.trial010.stderr:++ cat mon.yaml 2026-02-18T05:43:07.157 INFO:teuthology.orchestra.run.trial010.stderr:+ MONSPEC='service_type: mon 2026-02-18T05:43:07.157 INFO:teuthology.orchestra.run.trial010.stderr:service_name: mon 2026-02-18T05:43:07.157 INFO:teuthology.orchestra.run.trial010.stderr:placement: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: count: 3 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr:spec: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: crush_locations: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: host.a: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: host.b: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=b 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: - rack=2 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: host.c: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: - rack=3' 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout:service_type: mon 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout:service_name: mon 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout:placement: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: count: 3 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout:spec: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: crush_locations: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: host.a: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: - datacenter=a 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: host.b: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: - datacenter=b 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: - rack=2 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: host.c: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: - datacenter=a 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stdout: - rack=3 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr:+ echo 'service_type: mon 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr:service_name: mon 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr:placement: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: count: 3 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr:spec: 2026-02-18T05:43:07.158 INFO:teuthology.orchestra.run.trial010.stderr: crush_locations: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: host.a: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: host.b: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=b 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - rack=2 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: host.c: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - rack=3' 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ read realname 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ read fakename 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ MONSPEC='service_type: mon 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:service_name: mon 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:placement: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: count: 3 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:spec: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: crush_locations: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: trial010: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: host.b: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=b 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - rack=2 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: host.c: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - rack=3' 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ read realname 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ read fakename 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ MONSPEC='service_type: mon 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:service_name: mon 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:placement: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: count: 3 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:spec: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: crush_locations: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: trial010: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: trial125: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=b 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - rack=2 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: host.c: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: - rack=3' 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ read realname 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ read fakename 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:+ MONSPEC='service_type: mon 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:service_name: mon 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:placement: 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr: count: 3 2026-02-18T05:43:07.159 INFO:teuthology.orchestra.run.trial010.stderr:spec: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: crush_locations: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: trial010: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: trial125: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=b 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - rack=2 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: trial138: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - rack=3' 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr:+ read realname 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr:+ echo 'service_type: mon 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr:service_name: mon 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr:placement: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: count: 3 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr:spec: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: crush_locations: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: trial010: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: trial125: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=b 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - rack=2 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: trial138: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - datacenter=a 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr: - rack=3' 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr:+ cat mon.yaml 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout:service_type: mon 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout:service_name: mon 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout:placement: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: count: 3 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout:spec: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: crush_locations: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: trial010: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: - datacenter=a 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: trial125: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: - datacenter=b 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: - rack=2 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: trial138: 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: - datacenter=a 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stdout: - rack=3 2026-02-18T05:43:07.160 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph orch apply -i mon.yaml 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/2112014052' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: Saving service mon spec with placement count:3 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:43:07.276 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:43:07.277 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:07 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:07.335 INFO:teuthology.orchestra.run.trial010.stdout:Scheduled mon update... 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/2112014052' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: Saving service mon spec with placement count:3 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:43:07.335 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:07 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:07.343 INFO:teuthology.orchestra.run.trial010.stderr:+ sleep 90 2026-02-18T05:43:07.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/2112014052' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-18T05:43:07.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='client.14481 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:07.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: Saving service mon spec with placement count:3 2026-02-18T05:43:07.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:07.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:43:07.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:07.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:43:07.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:07.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:43:07.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:43:07.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:07 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:08.632 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:08 trial138 ceph-mon[22240]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:43:08.632 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:08 trial138 ceph-mon[22240]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:08.632 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:08 trial138 ceph-mon[22240]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:08.632 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:08 trial138 ceph-mon[22240]: Saving service mon spec with placement count:3 2026-02-18T05:43:08.632 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:08 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:08.632 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:08 trial138 ceph-mon[22240]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:08.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:08 trial125 ceph-mon[22088]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:43:08.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:08 trial125 ceph-mon[22088]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:08.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:08 trial125 ceph-mon[22088]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:08.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:08 trial125 ceph-mon[22088]: Saving service mon spec with placement count:3 2026-02-18T05:43:08.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:08 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:08.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:08 trial125 ceph-mon[22088]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:08.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:08 trial010 ceph-mon[20971]: from='client.14487 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-18T05:43:08.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:08 trial010 ceph-mon[20971]: from='client.14493 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:08.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:08 trial010 ceph-mon[20971]: from='client.14499 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:43:08.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:08 trial010 ceph-mon[20971]: Saving service mon spec with placement count:3 2026-02-18T05:43:08.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:08 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:08.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:08 trial010 ceph-mon[20971]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:09.559 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.559 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.559 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2026-02-18T05:43:09.559 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.559 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:43:09.560 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:09.560 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:43:09.560 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.560 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:43:09.560 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:43:09.560 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:09 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:09.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:43:09.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:09 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:09.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "quorum_status"} : dispatch 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:43:09.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:09 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:43:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:10 trial010 ceph-mon[20971]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:10 trial010 ceph-mon[20971]: osdmap e23: 3 total, 3 up, 3 in 2026-02-18T05:43:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:10.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:10 trial138 ceph-mon[22240]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:10.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:10 trial138 ceph-mon[22240]: osdmap e23: 3 total, 3 up, 3 in 2026-02-18T05:43:10.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:10.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:10.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:10 trial125 ceph-mon[22088]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:10.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:10 trial125 ceph-mon[22088]: osdmap e23: 3 total, 3 up, 3 in 2026-02-18T05:43:10.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:10.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:12.741 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:12 trial138 ceph-mon[22240]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:12.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:12 trial010 ceph-mon[20971]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:12.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:12 trial125 ceph-mon[22088]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:14.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:13 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:13 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:13 trial138 ceph-mon[22240]: Detected new or changed devices on trial138 2026-02-18T05:43:14.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:13 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:13 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:13 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:13 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.151 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:13 trial138 ceph-mon[22240]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:14.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:13 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:13 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:13 trial125 ceph-mon[22088]: Detected new or changed devices on trial138 2026-02-18T05:43:14.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:13 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:13 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:13 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:13 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:13 trial125 ceph-mon[22088]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:14.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:13 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:13 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:13 trial010 ceph-mon[20971]: Detected new or changed devices on trial138 2026-02-18T05:43:14.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:13 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:13 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:13 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:13 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:14.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:13 trial010 ceph-mon[20971]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:16.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:16 trial010 ceph-mon[20971]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:16 trial138 ceph-mon[22240]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:16.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:16 trial125 ceph-mon[22088]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:17.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:17 trial010 ceph-mon[20971]: osdmap e24: 3 total, 3 up, 3 in 2026-02-18T05:43:17.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:17 trial138 ceph-mon[22240]: osdmap e24: 3 total, 3 up, 3 in 2026-02-18T05:43:17.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:17 trial125 ceph-mon[22088]: osdmap e24: 3 total, 3 up, 3 in 2026-02-18T05:43:18.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:18 trial010 ceph-mon[20971]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:18.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:18 trial138 ceph-mon[22240]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:18.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:18 trial125 ceph-mon[22088]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:20.168 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.168 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.168 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:19 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.169 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:19 trial010 ceph-mon[20971]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:20.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:19 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:19 trial138 ceph-mon[22240]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:20.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:19 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:20.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:19 trial125 ceph-mon[22088]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:22.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:22 trial138 ceph-mon[22240]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:22.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:22 trial125 ceph-mon[22088]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:22.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:22.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:22 trial010 ceph-mon[20971]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:23.393 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:23 trial010 ceph-mon[20971]: osdmap e25: 3 total, 3 up, 3 in 2026-02-18T05:43:23.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:23 trial138 ceph-mon[22240]: osdmap e25: 3 total, 3 up, 3 in 2026-02-18T05:43:23.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:23 trial125 ceph-mon[22088]: osdmap e25: 3 total, 3 up, 3 in 2026-02-18T05:43:24.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:24 trial138 ceph-mon[22240]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:24.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:24 trial125 ceph-mon[22088]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:24.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:24 trial010 ceph-mon[20971]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:26.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:26 trial010 ceph-mon[20971]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:26.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:26 trial138 ceph-mon[22240]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:26.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:26 trial125 ceph-mon[22088]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:28.702 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:28 trial138 ceph-mon[22240]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:28.711 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:28 trial125 ceph-mon[22088]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:28.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:28 trial010 ceph-mon[20971]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:30.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:30 trial010 ceph-mon[20971]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:30.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:30 trial138 ceph-mon[22240]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:30.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:30 trial125 ceph-mon[22088]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:32.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:32 trial010 ceph-mon[20971]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:32.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:32 trial138 ceph-mon[22240]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:32.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:32 trial125 ceph-mon[22088]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:34.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:34 trial125 ceph-mon[22088]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:34.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:34 trial010 ceph-mon[20971]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:34.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:34.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:34 trial138 ceph-mon[22240]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:36.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:36 trial010 ceph-mon[20971]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:36.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:36 trial138 ceph-mon[22240]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:36.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:36 trial125 ceph-mon[22088]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:38.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:38 trial010 ceph-mon[20971]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:38.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:38 trial138 ceph-mon[22240]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:38.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:38 trial125 ceph-mon[22088]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:40.310 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.310 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.310 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.310 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:40 trial010 ceph-mon[20971]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:40.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:40 trial138 ceph-mon[22240]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:40.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:40.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:40 trial125 ceph-mon[22088]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:42.374 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.374 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.374 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.375 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:42 trial125 ceph-mon[22088]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:42.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:42 trial010 ceph-mon[20971]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:42.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:42.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:42 trial138 ceph-mon[22240]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:44.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:44 trial125 ceph-mon[22088]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:44.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:44 trial010 ceph-mon[20971]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:44.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:44 trial138 ceph-mon[22240]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:46.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:46 trial010 ceph-mon[20971]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:46.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:46 trial138 ceph-mon[22240]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:46.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:46 trial125 ceph-mon[22088]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:48.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:48 trial010 ceph-mon[20971]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:48.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:48 trial138 ceph-mon[22240]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:48.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:48 trial125 ceph-mon[22088]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:50.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:50 trial010 ceph-mon[20971]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:50.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:50 trial138 ceph-mon[22240]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:50.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:50 trial125 ceph-mon[22088]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:52.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:52 trial010 ceph-mon[20971]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:52.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:52 trial138 ceph-mon[22240]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:52.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:52 trial125 ceph-mon[22088]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:54.544 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.544 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.544 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.544 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:54 trial010 ceph-mon[20971]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:54.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:54 trial138 ceph-mon[22240]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:54.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:43:54.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:54 trial125 ceph-mon[22088]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:56.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:56 trial010 ceph-mon[20971]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:56.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:56 trial138 ceph-mon[22240]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:56.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:56 trial125 ceph-mon[22088]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:58.702 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:43:58 trial138 ceph-mon[22240]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:58.711 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:43:58 trial125 ceph-mon[22088]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:43:58.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:43:58 trial010 ceph-mon[20971]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:00.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:00 trial138 ceph-mon[22240]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:00.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.409 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:00 trial125 ceph-mon[22088]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:00.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:00.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:00 trial010 ceph-mon[20971]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:02.616 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.617 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.617 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.617 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:02 trial125 ceph-mon[22088]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:02.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:02 trial138 ceph-mon[22240]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:02.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:02.743 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:02 trial010 ceph-mon[20971]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:04.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:04 trial010 ceph-mon[20971]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:04.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:04 trial138 ceph-mon[22240]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:04.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:04 trial125 ceph-mon[22088]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:06.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:06 trial010 ceph-mon[20971]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:06.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:06 trial138 ceph-mon[22240]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:06.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:06 trial125 ceph-mon[22088]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:08.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:08 trial010 ceph-mon[20971]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:08.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:08 trial138 ceph-mon[22240]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:08.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:08 trial125 ceph-mon[22088]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:10.738 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:10 trial138 ceph-mon[22240]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:10.739 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:44:10.739 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:10.739 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:44:10.739 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:10.739 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:44:10.739 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:44:10.739 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:10 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:10 trial010 ceph-mon[20971]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:44:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:44:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:44:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:44:10.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:10 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:10.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:10 trial125 ceph-mon[22088]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:10.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:44:10.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:10.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:44:10.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:10.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:44:10.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-18T05:44:10.911 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:10 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:12.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:12 trial010 ceph-mon[20971]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:12.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:12 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:12.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:12 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:12.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:12 trial138 ceph-mon[22240]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:12.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:12 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:12.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:12 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:12.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:12 trial125 ceph-mon[22088]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:12.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:12 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:12.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:12 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:14 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:14 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:14 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:14 trial138 ceph-mon[22240]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:14.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:14 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:14 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:14 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:14 trial125 ceph-mon[22088]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:14.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:14 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:14 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:14 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:14.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:14 trial010 ceph-mon[20971]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:16.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:16 trial010 ceph-mon[20971]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:16.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:16 trial138 ceph-mon[22240]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:16.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:16 trial125 ceph-mon[22088]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:18.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:18 trial010 ceph-mon[20971]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:18.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:18 trial138 ceph-mon[22240]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:18.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:18 trial125 ceph-mon[22088]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:20.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:20 trial010 ceph-mon[20971]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:20.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.650 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.651 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:20 trial138 ceph-mon[22240]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:20.659 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:20.660 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:20 trial125 ceph-mon[22088]: pgmap v88: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:22.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:22 trial010 ceph-mon[20971]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:22.822 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:22.823 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:22.823 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:22.854 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:22 trial125 ceph-mon[22088]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:22.855 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:22.855 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:22.855 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:22 trial138 ceph-mon[22240]: pgmap v89: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:22.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:22.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:24.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:24 trial010 ceph-mon[20971]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:24.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:24 trial138 ceph-mon[22240]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:24.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:24 trial125 ceph-mon[22088]: pgmap v90: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:26.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:26 trial010 ceph-mon[20971]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:26.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:26 trial138 ceph-mon[22240]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:26.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:26 trial125 ceph-mon[22088]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:28.702 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:28 trial138 ceph-mon[22240]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:28.711 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:28 trial125 ceph-mon[22088]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:28.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:28 trial010 ceph-mon[20971]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:30.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:30 trial010 ceph-mon[20971]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:30.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:30 trial138 ceph-mon[22240]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:30.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:30 trial125 ceph-mon[22088]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:32.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:32 trial010 ceph-mon[20971]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:32.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:32 trial138 ceph-mon[22240]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:32.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:32 trial125 ceph-mon[22088]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:34.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:34 trial010 ceph-mon[20971]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:34.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:34.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:34.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:34.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:34 trial138 ceph-mon[22240]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:34.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:34.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:34.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:34.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:34 trial125 ceph-mon[22088]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:34.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:34.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:34.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:36.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:36 trial010 ceph-mon[20971]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:36.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:36 trial138 ceph-mon[22240]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:36.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:36 trial125 ceph-mon[22088]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:37.347 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph orch ps --refresh 2026-02-18T05:44:37.523 INFO:teuthology.orchestra.run.trial010.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-18T05:44:37.523 INFO:teuthology.orchestra.run.trial010.stdout:agent.trial010 trial010 *:4721 running 18s ago 2m - - 2026-02-18T05:44:37.523 INFO:teuthology.orchestra.run.trial010.stdout:agent.trial125 trial125 *:4721 running 16s ago 2m - - 2026-02-18T05:44:37.523 INFO:teuthology.orchestra.run.trial010.stdout:agent.trial138 trial138 *:4721 running 4s ago 2m - - 2026-02-18T05:44:37.523 INFO:teuthology.orchestra.run.trial010.stdout:mgr.a trial010 *:9283,8765 running (3m) 18s ago 3m 620M - 20.2.0-670-gadc19233 c2bc6184fe25 7b506f4aa4e7 2026-02-18T05:44:37.523 INFO:teuthology.orchestra.run.trial010.stdout:mgr.b trial125 *:8443,8765 running (2m) 16s ago 2m 558M - 20.2.0-670-gadc19233 c2bc6184fe25 5b9563ed0fff 2026-02-18T05:44:37.523 INFO:teuthology.orchestra.run.trial010.stdout:mon.a trial010 running (3m) 18s ago 3m 122M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 f943c93441f5 2026-02-18T05:44:37.524 INFO:teuthology.orchestra.run.trial010.stdout:mon.b trial125 running (2m) 16s ago 2m 115M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 1adedd8ca5d0 2026-02-18T05:44:37.524 INFO:teuthology.orchestra.run.trial010.stdout:mon.c trial138 running (2m) 4s ago 2m 112M 2048M 20.2.0-670-gadc19233 c2bc6184fe25 07d53683d11b 2026-02-18T05:44:37.524 INFO:teuthology.orchestra.run.trial010.stdout:osd.0 trial010 running (2m) 18s ago 2m 108M 81.0G 20.2.0-670-gadc19233 c2bc6184fe25 4ce143067077 2026-02-18T05:44:37.524 INFO:teuthology.orchestra.run.trial010.stdout:osd.1 trial125 running (118s) 16s ago 2m 108M 81.0G 20.2.0-670-gadc19233 c2bc6184fe25 39177ffb5acf 2026-02-18T05:44:37.524 INFO:teuthology.orchestra.run.trial010.stdout:osd.2 trial138 running (101s) 4s ago 112s 105M 85.0G 20.2.0-670-gadc19233 c2bc6184fe25 f3f7c7d97795 2026-02-18T05:44:37.532 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph orch ls --service-name mon --export 2026-02-18T05:44:37.711 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph orch apply -i mon.yaml 2026-02-18T05:44:37.888 INFO:teuthology.orchestra.run.trial010.stdout:Scheduled mon update... 2026-02-18T05:44:37.897 INFO:teuthology.orchestra.run.trial010.stderr:+ sleep 90 2026-02-18T05:44:39.177 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:44:39.177 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:44:39.177 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Saving service mon spec with placement count:3 2026-02-18T05:44:39.177 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Setting crush location for mon a to {datacenter=a} 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: mon.b calling monitor election 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: mon.a calling monitor election 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: mon.c calling monitor election 2026-02-18T05:44:39.178 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: monmap epoch 6 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: last_changed 2026-02-18T05:44:37.912292+0000 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: min_mon_release 20 (tentacle) 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: election_strategy: 1 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a; crush_location {datacenter=a} 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-18T05:44:39.179 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: fsmap 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: osdmap e25: 3 total, 3 up, 3 in 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: overall HEALTH_OK 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Reconfiguring mon.a (monmap changed)... 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Reconfiguring daemon mon.a on trial010 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.180 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Reconfiguring mgr.a (monmap changed)... 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Reconfiguring daemon mgr.a on trial010 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Reconfiguring osd.0 (monmap changed)... 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: Reconfiguring daemon osd.0 on trial010 2026-02-18T05:44:39.181 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.182 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.182 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:39.182 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:39.182 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:38 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.187 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:44:39.187 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Saving service mon spec with placement count:3 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Setting crush location for mon a to {datacenter=a} 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: mon.b calling monitor election 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: mon.a calling monitor election 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:44:39.188 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: mon.c calling monitor election 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: monmap epoch 6 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: last_changed 2026-02-18T05:44:37.912292+0000 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: min_mon_release 20 (tentacle) 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: election_strategy: 1 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a; crush_location {datacenter=a} 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: fsmap 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: osdmap e25: 3 total, 3 up, 3 in 2026-02-18T05:44:39.189 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: overall HEALTH_OK 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Reconfiguring mon.a (monmap changed)... 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Reconfiguring daemon mon.a on trial010 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Reconfiguring mgr.a (monmap changed)... 2026-02-18T05:44:39.190 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Reconfiguring daemon mgr.a on trial010 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Reconfiguring osd.0 (monmap changed)... 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: Reconfiguring daemon osd.0 on trial010 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.191 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.192 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:39.192 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:39.192 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:38 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='client.14511 -' entity='client.admin' cmd=[{"prefix": "orch ls", "service_name": "mon", "export": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:44:39.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='client.14517 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-18T05:44:39.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Saving service mon spec with placement count:3 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Setting crush location for mon a to {datacenter=a} 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: mon.b calling monitor election 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: mon.a calling monitor election 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-18T05:44:39.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: mon.c calling monitor election 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: monmap epoch 6 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: last_changed 2026-02-18T05:44:37.912292+0000 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: min_mon_release 20 (tentacle) 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: election_strategy: 1 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: 0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a; crush_location {datacenter=a} 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: 2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-18T05:44:39.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: fsmap 2026-02-18T05:44:39.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: osdmap e25: 3 total, 3 up, 3 in 2026-02-18T05:44:39.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-18T05:44:39.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: overall HEALTH_OK 2026-02-18T05:44:39.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Reconfiguring mon.a (monmap changed)... 2026-02-18T05:44:39.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:39.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:39.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Reconfiguring daemon mon.a on trial010 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Reconfiguring mgr.a (monmap changed)... 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Reconfiguring daemon mgr.a on trial010 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.405 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Reconfiguring osd.0 (monmap changed)... 2026-02-18T05:44:39.406 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-18T05:44:39.406 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:39.406 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: Reconfiguring daemon osd.0 on trial010 2026-02-18T05:44:39.406 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.406 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:39.406 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:39.406 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:39.406 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:38 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:44:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: Reconfiguring daemon mon.b on trial125 2026-02-18T05:44:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: Reconfiguring mgr.b (monmap changed)... 2026-02-18T05:44:40.401 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: Reconfiguring daemon mgr.b on trial125 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: Reconfiguring osd.1 (monmap changed)... 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: Reconfiguring daemon osd.1 on trial125 2026-02-18T05:44:40.402 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: Reconfiguring mon.c (monmap changed)... 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.403 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: Reconfiguring daemon mon.c on trial138 2026-02-18T05:44:40.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:44:40.404 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:44:40.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: Reconfiguring daemon mon.b on trial125 2026-02-18T05:44:40.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: Reconfiguring mgr.b (monmap changed)... 2026-02-18T05:44:40.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:44:40.410 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: Reconfiguring daemon mgr.b on trial125 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: Reconfiguring osd.1 (monmap changed)... 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: Reconfiguring daemon osd.1 on trial125 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.411 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: Reconfiguring mon.c (monmap changed)... 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: Reconfiguring daemon mon.c on trial138 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.412 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.413 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:44:40.413 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: Reconfiguring mon.b (monmap changed)... 2026-02-18T05:44:40.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: Reconfiguring daemon mon.b on trial125 2026-02-18T05:44:40.492 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: Reconfiguring mgr.b (monmap changed)... 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: Reconfiguring daemon mgr.b on trial125 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: Reconfiguring osd.1 (monmap changed)... 2026-02-18T05:44:40.493 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: Reconfiguring daemon osd.1 on trial125 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.494 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: Reconfiguring mon.c (monmap changed)... 2026-02-18T05:44:40.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-18T05:44:40.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-18T05:44:40.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:40.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: Reconfiguring daemon mon.c on trial138 2026-02-18T05:44:40.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:40.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-18T05:44:40.495 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:44:41.346 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:41 trial125 ceph-mon[22088]: Reconfiguring osd.2 (monmap changed)... 2026-02-18T05:44:41.346 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:41 trial125 ceph-mon[22088]: Reconfiguring daemon osd.2 on trial138 2026-02-18T05:44:41.346 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:41.346 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:41 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:41.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:41 trial138 ceph-mon[22240]: Reconfiguring osd.2 (monmap changed)... 2026-02-18T05:44:41.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:41 trial138 ceph-mon[22240]: Reconfiguring daemon osd.2 on trial138 2026-02-18T05:44:41.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:41.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:41 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:41.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:41 trial010 ceph-mon[20971]: Reconfiguring osd.2 (monmap changed)... 2026-02-18T05:44:41.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:41 trial010 ceph-mon[20971]: Reconfiguring daemon osd.2 on trial138 2026-02-18T05:44:41.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:41.481 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:41 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:42 trial138 ceph-mon[22240]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:42.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:42 trial125 ceph-mon[22088]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:42.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:42 trial010 ceph-mon[20971]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:42.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:42.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:44.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:44 trial138 ceph-mon[22240]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:44.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:44 trial125 ceph-mon[22088]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:44.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:44 trial010 ceph-mon[20971]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:46.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:46 trial138 ceph-mon[22240]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:46.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:46 trial125 ceph-mon[22088]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:46.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:46 trial010 ceph-mon[20971]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:48.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:48 trial138 ceph-mon[22240]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:48.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:48 trial125 ceph-mon[22088]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:48.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:48 trial010 ceph-mon[20971]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:50.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:50 trial138 ceph-mon[22240]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:50.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:50 trial125 ceph-mon[22088]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:50.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:50 trial010 ceph-mon[20971]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:52.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:52 trial138 ceph-mon[22240]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:52.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:52 trial125 ceph-mon[22088]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:52.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:52 trial010 ceph-mon[20971]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:54.794 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:54 trial010 ceph-mon[20971]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:54.794 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:54.794 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:54.795 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:54.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:54 trial138 ceph-mon[22240]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:54.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:54.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:54.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:54.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:54 trial125 ceph-mon[22088]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:54.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:54.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:54.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:44:56.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:56 trial138 ceph-mon[22240]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:56.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:56 trial125 ceph-mon[22088]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:56.991 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:56 trial010 ceph-mon[20971]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:58.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:44:58 trial138 ceph-mon[22240]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:58.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:44:58 trial125 ceph-mon[22088]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:44:58.991 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:44:58 trial010 ceph-mon[20971]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:00.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:00 trial010 ceph-mon[20971]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:00.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:00.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:00.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:00.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:00 trial138 ceph-mon[22240]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:00.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:00.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:00.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:00.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:00 trial125 ceph-mon[22088]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:00.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:00.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:00.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:02 trial138 ceph-mon[22240]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:02.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:02 trial125 ceph-mon[22088]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:02.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.991 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:02 trial010 ceph-mon[20971]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:02.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:02.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:04.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:04 trial138 ceph-mon[22240]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:04.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:04 trial125 ceph-mon[22088]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:04.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:04 trial010 ceph-mon[20971]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:06.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:06 trial138 ceph-mon[22240]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:06.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:06 trial125 ceph-mon[22088]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:06.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:06 trial010 ceph-mon[20971]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:08.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:08 trial138 ceph-mon[22240]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:08.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:08 trial125 ceph-mon[22088]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:08.991 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:08 trial010 ceph-mon[20971]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:10.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:10 trial138 ceph-mon[22240]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:10.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:10 trial125 ceph-mon[22088]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:10.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:10 trial010 ceph-mon[20971]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:12.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:12 trial138 ceph-mon[22240]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:12.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:12 trial125 ceph-mon[22088]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:12.991 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:12 trial010 ceph-mon[20971]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:14.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:14 trial138 ceph-mon[22240]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:14.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:14 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:14.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:14 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:14.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:14 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:14.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:14 trial125 ceph-mon[22088]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:14.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:14 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:14.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:14 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:14.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:14 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:14.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:14 trial010 ceph-mon[20971]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:14.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:14 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:14.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:14 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:14.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:14 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:16.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:16 trial138 ceph-mon[22240]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:16.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:16 trial125 ceph-mon[22088]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:16.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:16 trial010 ceph-mon[20971]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:18.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:18 trial138 ceph-mon[22240]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:18.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:18 trial125 ceph-mon[22088]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:18.991 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:18 trial010 ceph-mon[20971]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:20 trial138 ceph-mon[22240]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:20.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:20 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:20.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:20 trial125 ceph-mon[22088]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:20.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:20.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:20.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:20 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:20.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:20 trial010 ceph-mon[20971]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:20.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:20.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:20.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:20 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.737 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:22 trial010 ceph-mon[20971]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:22.737 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.738 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.738 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:22 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:22 trial138 ceph-mon[22240]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:22 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:22 trial125 ceph-mon[22088]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:22.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:22 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:24.794 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:24 trial010 ceph-mon[20971]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:24.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:24 trial138 ceph-mon[22240]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:24.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:24 trial125 ceph-mon[22088]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:26.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:26 trial138 ceph-mon[22240]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:26.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:26 trial125 ceph-mon[22088]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:26.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:26 trial010 ceph-mon[20971]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:28.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:28 trial138 ceph-mon[22240]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:28.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:28 trial125 ceph-mon[22088]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:28.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:28 trial010 ceph-mon[20971]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:30.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:30 trial138 ceph-mon[22240]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:30.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:30 trial125 ceph-mon[22088]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:30.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:30 trial010 ceph-mon[20971]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:32.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:32 trial138 ceph-mon[22240]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:32.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:32 trial125 ceph-mon[22088]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:32.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:32 trial010 ceph-mon[20971]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:34.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:34 trial138 ceph-mon[22240]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:34.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:34.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:34.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:34 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:34.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:34 trial125 ceph-mon[22088]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:34.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:34.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:34.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:34 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:34.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:34 trial010 ceph-mon[20971]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:34.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:34.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:34.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:34 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:36.821 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:36 trial138 ceph-mon[22240]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:36.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:36 trial125 ceph-mon[22088]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:36.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:36 trial010 ceph-mon[20971]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:38.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:38 trial138 ceph-mon[22240]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:38.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:38 trial125 ceph-mon[22088]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:38.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:38 trial010 ceph-mon[20971]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:40.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:40.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:45:40.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:45:40.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:45:40.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:40 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:45:40.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:40.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:45:40.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:45:40.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:45:40.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:40 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:45:40.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:40.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-18T05:45:40.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-18T05:45:40.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-18T05:45:40.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:40.993 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:40 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-18T05:45:42.880 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:42 trial010 ceph-mon[20971]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:42.880 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:42.881 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:42.881 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:42 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:42.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:42 trial138 ceph-mon[22240]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:42.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:42.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:42.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:42 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:42.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:42 trial125 ceph-mon[22088]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:42.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:42.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:42.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:42 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:44.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:44 trial138 ceph-mon[22240]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:44.903 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:44 trial125 ceph-mon[22088]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:44.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:44 trial010 ceph-mon[20971]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:46.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:46 trial138 ceph-mon[22240]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:46.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:46 trial125 ceph-mon[22088]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:46.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:46 trial010 ceph-mon[20971]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:48.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:48 trial138 ceph-mon[22240]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:48.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:48 trial125 ceph-mon[22088]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:48.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:48 trial010 ceph-mon[20971]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:50.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:50 trial138 ceph-mon[22240]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:50.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:50 trial125 ceph-mon[22088]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:50.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:50 trial010 ceph-mon[20971]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:52.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:52 trial138 ceph-mon[22240]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:52.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:52 trial125 ceph-mon[22088]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:52.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:52 trial010 ceph-mon[20971]: pgmap v134: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:54.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:54 trial138 ceph-mon[22240]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:54.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:54.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:54.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:54 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:54.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:54 trial125 ceph-mon[22088]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:54.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:54.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:54.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:54 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:54.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:54 trial010 ceph-mon[20971]: pgmap v135: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:54.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:54.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:54.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:54 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:45:56.888 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:56 trial138 ceph-mon[22240]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:56.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:56 trial125 ceph-mon[22088]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:56.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:56 trial010 ceph-mon[20971]: pgmap v136: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:58.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:58 trial138 ceph-mon[22240]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:58.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:58 trial125 ceph-mon[22088]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:58.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:58 trial010 ceph-mon[20971]: pgmap v137: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:45:59.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:45:59 trial010 ceph-mon[20971]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:00.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:45:59 trial138 ceph-mon[22240]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:00.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:45:59 trial125 ceph-mon[22088]: pgmap v138: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:00.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:00.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:00.992 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:00 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:01.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:01.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:01.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:00 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:01.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:01.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:01.160 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:00 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:01.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:01 trial010 ceph-mon[20971]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:02.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:01 trial138 ceph-mon[22240]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:02.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:01 trial125 ceph-mon[22088]: pgmap v139: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:03.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:03.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:03.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:02 trial138 ceph-mon[22240]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:03.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:03.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:03.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:02 trial125 ceph-mon[22088]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:03.212 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:03.212 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:03.212 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:02 trial010 ceph-mon[20971]: from='mgr.14152 10.20.193.10:0/3561532715' entity='mgr.a' 2026-02-18T05:46:04.150 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:03 trial138 ceph-mon[22240]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:04.159 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:03 trial125 ceph-mon[22088]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:04.242 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:03 trial010 ceph-mon[20971]: pgmap v140: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:06.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:06 trial010 ceph-mon[20971]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:06.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:06 trial138 ceph-mon[22240]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:06.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:06 trial125 ceph-mon[22088]: pgmap v141: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:07.900 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph mon dump 2026-02-18T05:46:08.108 INFO:teuthology.orchestra.run.trial010.stdout:epoch 6 2026-02-18T05:46:08.108 INFO:teuthology.orchestra.run.trial010.stdout:fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:46:08.108 INFO:teuthology.orchestra.run.trial010.stdout:last_changed 2026-02-18T05:44:37.912292+0000 2026-02-18T05:46:08.108 INFO:teuthology.orchestra.run.trial010.stdout:created 2026-02-18T05:41:32.409312+0000 2026-02-18T05:46:08.108 INFO:teuthology.orchestra.run.trial010.stdout:min_mon_release 20 (tentacle) 2026-02-18T05:46:08.108 INFO:teuthology.orchestra.run.trial010.stdout:election_strategy: 1 2026-02-18T05:46:08.109 INFO:teuthology.orchestra.run.trial010.stdout:0: [v2:10.20.193.10:3300/0,v1:10.20.193.10:6789/0] mon.a; crush_location {datacenter=a} 2026-02-18T05:46:08.109 INFO:teuthology.orchestra.run.trial010.stdout:1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c; crush_location {datacenter=a,rack=3} 2026-02-18T05:46:08.109 INFO:teuthology.orchestra.run.trial010.stdout:2: [v2:10.20.193.125:3300/0,v1:10.20.193.125:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-18T05:46:08.109 INFO:teuthology.orchestra.run.trial010.stderr:dumped monmap epoch 6 2026-02-18T05:46:08.115 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph mon dump --format json 2026-02-18T05:46:08.325 INFO:teuthology.orchestra.run.trial010.stdout: 2026-02-18T05:46:08.326 INFO:teuthology.orchestra.run.trial010.stdout:{"epoch":6,"fsid":"7443b76d-0c8c-11f1-a732-d404e6e7d460","modified":"2026-02-18T05:44:37.912292Z","created":"2026-02-18T05:41:32.409312Z","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.10:3300","nonce":0},{"type":"v1","addr":"10.20.193.10:6789","nonce":0}]},"addr":"10.20.193.10:6789/0","public_addr":"10.20.193.10:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=a}"},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:3300","nonce":0},{"type":"v1","addr":"10.20.193.138:6789","nonce":0}]},"addr":"10.20.193.138:6789/0","public_addr":"10.20.193.138: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.125:3300","nonce":0},{"type":"v1","addr":"10.20.193.125:6789","nonce":0}]},"addr":"10.20.193.125:6789/0","public_addr":"10.20.193.125:6789/0","priority":0,"weight":0,"crush_location":"{datacenter=b,rack=2}"}],"quorum":[0,1,2]} 2026-02-18T05:46:08.326 INFO:teuthology.orchestra.run.trial010.stderr:dumped monmap epoch 6 2026-02-18T05:46:08.334 INFO:teuthology.orchestra.run.trial010.stderr:+ read monid 2026-02-18T05:46:08.334 INFO:teuthology.orchestra.run.trial010.stderr:+ read crushloc 2026-02-18T05:46:08.334 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph mon dump --format json 2026-02-18T05:46:08.334 INFO:teuthology.orchestra.run.trial010.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-18T05:46:08.541 INFO:teuthology.orchestra.run.trial010.stderr:dumped monmap epoch 6 2026-02-18T05:46:08.549 INFO:teuthology.orchestra.run.trial010.stdout:true 2026-02-18T05:46:08.550 INFO:teuthology.orchestra.run.trial010.stderr:+ read monid 2026-02-18T05:46:08.550 INFO:teuthology.orchestra.run.trial010.stderr:+ read crushloc 2026-02-18T05:46:08.550 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph mon dump --format json 2026-02-18T05:46:08.550 INFO:teuthology.orchestra.run.trial010.stderr:+ jq --arg monid b --arg crushloc '{datacenter=b,rack=2}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-18T05:46:08.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:08 trial010 ceph-mon[20971]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:08.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:08 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1774363881' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-18T05:46:08.742 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:08 trial010 ceph-mon[20971]: from='client.? 10.20.193.10:0/1804139370' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:46:08.756 INFO:teuthology.orchestra.run.trial010.stderr:dumped monmap epoch 6 2026-02-18T05:46:08.764 INFO:teuthology.orchestra.run.trial010.stdout:true 2026-02-18T05:46:08.765 INFO:teuthology.orchestra.run.trial010.stderr:+ read monid 2026-02-18T05:46:08.765 INFO:teuthology.orchestra.run.trial010.stderr:+ read crushloc 2026-02-18T05:46:08.765 INFO:teuthology.orchestra.run.trial010.stderr:+ ceph mon dump --format json 2026-02-18T05:46:08.765 INFO:teuthology.orchestra.run.trial010.stderr:+ jq --arg monid c --arg crushloc '{datacenter=a,rack=3}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-18T05:46:08.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:08 trial138 ceph-mon[22240]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:08.900 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:08 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/1774363881' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-18T05:46:08.901 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:08 trial138 ceph-mon[22240]: from='client.? 10.20.193.10:0/1804139370' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:46:08.909 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:08 trial125 ceph-mon[22088]: pgmap v142: 1 pgs: 1 active+clean; 577 KiB data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-18T05:46:08.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:08 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1774363881' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-18T05:46:08.910 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:08 trial125 ceph-mon[22088]: from='client.? 10.20.193.10:0/1804139370' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-18T05:46:08.972 INFO:teuthology.orchestra.run.trial010.stderr:dumped monmap epoch 6 2026-02-18T05:46:08.980 INFO:teuthology.orchestra.run.trial010.stdout:true 2026-02-18T05:46:08.980 INFO:teuthology.orchestra.run.trial010.stderr:+ read monid 2026-02-18T05:46:09.028 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2026-02-18T05:46:09.042 INFO:tasks.cephadm:Teardown begin 2026-02-18T05:46:09.043 DEBUG:teuthology.orchestra.run.trial010:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:46:09.070 DEBUG:teuthology.orchestra.run.trial125:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:46:09.102 DEBUG:teuthology.orchestra.run.trial138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:46:09.133 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-18T05:46:09.133 DEBUG:teuthology.orchestra.run.trial010:> 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 7443b76d-0c8c-11f1-a732-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-18T05:46:09.251 INFO:teuthology.orchestra.run.trial010.stderr:Inferring config /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/mon.a/config 2026-02-18T05:46:09.269 INFO:teuthology.orchestra.run.trial010.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-18T05:46:09.285 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-18T05:46:09.286 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-18T05:46:09.286 DEBUG:teuthology.orchestra.run.trial010:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:46:09.302 DEBUG:teuthology.orchestra.run.trial125:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:46:09.320 DEBUG:teuthology.orchestra.run.trial138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-18T05:46:09.338 INFO:tasks.cephadm:Stopping all daemons... 2026-02-18T05:46:09.339 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-18T05:46:09.339 DEBUG:teuthology.orchestra.run.trial010:> sudo systemctl stop ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.a 2026-02-18T05:46:09.590 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:09 trial010 systemd[1]: Stopping Ceph mon.a for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:46:09.590 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:09 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a[20967]: 2026-02-18T05:46:09.436+0000 7f77bf164640 -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-18T05:46:09.590 INFO:journalctl@ceph.mon.a.trial010.stdout:Feb 18 05:46:09 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-a[20967]: 2026-02-18T05:46:09.436+0000 7f77bf164640 -1 mon.a@0(leader) e6 *** Got Signal Terminated *** 2026-02-18T05:46:09.679 DEBUG:teuthology.orchestra.run.trial010:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.a.service' 2026-02-18T05:46:09.717 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:46:09.717 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-18T05:46:09.717 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-18T05:46:09.717 DEBUG:teuthology.orchestra.run.trial125:> sudo systemctl stop ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.b 2026-02-18T05:46:10.003 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:09 trial125 systemd[1]: Stopping Ceph mon.b for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:46:10.003 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:09 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-b[22084]: 2026-02-18T05:46:09.818+0000 7f00d105f640 -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-18T05:46:10.003 INFO:journalctl@ceph.mon.b.trial125.stdout:Feb 18 05:46:09 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-b[22084]: 2026-02-18T05:46:09.818+0000 7f00d105f640 -1 mon.b@2(peon) e6 *** Got Signal Terminated *** 2026-02-18T05:46:10.079 DEBUG:teuthology.orchestra.run.trial125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.b.service' 2026-02-18T05:46:10.116 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:46:10.117 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-18T05:46:10.117 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-18T05:46:10.117 DEBUG:teuthology.orchestra.run.trial138:> sudo systemctl stop ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.c 2026-02-18T05:46:10.376 DEBUG:teuthology.orchestra.run.trial138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.c.service' 2026-02-18T05:46:10.399 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 systemd[1]: Stopping Ceph mon.c for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:46:10.399 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-c[22236]: 2026-02-18T05:46:10.211+0000 7fcbfb4c7640 -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-18T05:46:10.399 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-c[22236]: 2026-02-18T05:46:10.211+0000 7fcbfb4c7640 -1 mon.c@1(peon) e6 *** Got Signal Terminated *** 2026-02-18T05:46:10.399 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 podman[36364]: 2026-02-18 05:46:10.293586254 +0000 UTC m=+0.093928201 container died 07d53683d11beb2275a8bf5364d9005fc3cfd86d6a5936e8d7cdc43b25a88194 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-c, 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 , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2) 2026-02-18T05:46:10.399 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 podman[36364]: 2026-02-18 05:46:10.302218753 +0000 UTC m=+0.102560700 container remove 07d53683d11beb2275a8bf5364d9005fc3cfd86d6a5936e8d7cdc43b25a88194 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-c, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2) 2026-02-18T05:46:10.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 bash[36364]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-mon-c 2026-02-18T05:46:10.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 systemd[1]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.c.service: Deactivated successfully. 2026-02-18T05:46:10.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 systemd[1]: Stopped Ceph mon.c for 7443b76d-0c8c-11f1-a732-d404e6e7d460. 2026-02-18T05:46:10.400 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 18 05:46:10 trial138 systemd[1]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mon.c.service: Consumed 1.847s CPU time. 2026-02-18T05:46:10.415 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:46:10.415 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-18T05:46:10.416 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-18T05:46:10.416 DEBUG:teuthology.orchestra.run.trial010:> sudo systemctl stop ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.a 2026-02-18T05:46:10.662 DEBUG:teuthology.orchestra.run.trial010:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.a.service' 2026-02-18T05:46:10.696 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:46:10.697 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-18T05:46:10.697 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-18T05:46:10.697 DEBUG:teuthology.orchestra.run.trial125:> sudo systemctl stop ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.b 2026-02-18T05:46:10.827 INFO:journalctl@ceph.mgr.b.trial125.stdout:Feb 18 05:46:10 trial125 systemd[1]: Stopping Ceph mgr.b for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:46:10.922 DEBUG:teuthology.orchestra.run.trial125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@mgr.b.service' 2026-02-18T05:46:10.957 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:46:10.957 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-18T05:46:10.957 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-18T05:46:10.957 DEBUG:teuthology.orchestra.run.trial010:> sudo systemctl stop ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.0 2026-02-18T05:46:11.242 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:11 trial010 systemd[1]: Stopping Ceph osd.0 for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:46:11.242 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:11 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0[32533]: 2026-02-18T05:46:11.056+0000 7f40e657e640 -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-18T05:46:11.242 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:11 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0[32533]: 2026-02-18T05:46:11.056+0000 7f40e657e640 -1 osd.0 25 *** Got signal Terminated *** 2026-02-18T05:46:11.242 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:11 trial010 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0[32533]: 2026-02-18T05:46:11.056+0000 7f40e657e640 -1 osd.0 25 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 podman[40862]: 2026-02-18 05:46:16.115552985 +0000 UTC m=+5.071219840 container died 4ce1430670772700778da859e99aa43cc690bdd229d6feda0f019033a4efa807 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, ceph=True, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=20.2.1_2.17.26-baseline_2, 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.build-date=20260216, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 podman[40862]: 2026-02-18 05:46:16.123771382 +0000 UTC m=+5.079438237 container remove 4ce1430670772700778da859e99aa43cc690bdd229d6feda0f019033a4efa807 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, 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.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 bash[40862]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 podman[40988]: 2026-02-18 05:46:16.253161509 +0000 UTC m=+0.016121088 container create a49c9dbdd6814bfae6e58e16fd11bef9bc2d2e041bae5cc11dcccee4e030f1b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, 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.vendor=CentOS, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 podman[40988]: 2026-02-18 05:46:16.282137671 +0000 UTC m=+0.045097270 container init a49c9dbdd6814bfae6e58e16fd11bef9bc2d2e041bae5cc11dcccee4e030f1b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, ceph=True, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 podman[40988]: 2026-02-18 05:46:16.284996606 +0000 UTC m=+0.047956195 container start a49c9dbdd6814bfae6e58e16fd11bef9bc2d2e041bae5cc11dcccee4e030f1b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0-deactivate, org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.vendor=CentOS, io.buildah.version=1.33.7) 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 podman[40988]: 2026-02-18 05:46:16.285550115 +0000 UTC m=+0.048509704 container attach a49c9dbdd6814bfae6e58e16fd11bef9bc2d2e041bae5cc11dcccee4e030f1b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0-deactivate, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, 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.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.vendor=CentOS) 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 podman[40988]: 2026-02-18 05:46:16.247306546 +0000 UTC m=+0.010266135 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:46:16.410 INFO:journalctl@ceph.osd.0.trial010.stdout:Feb 18 05:46:16 trial010 podman[40988]: 2026-02-18 05:46:16.40971053 +0000 UTC m=+0.172670119 container died a49c9dbdd6814bfae6e58e16fd11bef9bc2d2e041bae5cc11dcccee4e030f1b6 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-0-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:46:16.441 DEBUG:teuthology.orchestra.run.trial010:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.0.service' 2026-02-18T05:46:16.478 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:46:16.478 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-18T05:46:16.478 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-18T05:46:16.479 DEBUG:teuthology.orchestra.run.trial125:> sudo systemctl stop ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.1 2026-02-18T05:46:16.910 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:16 trial125 systemd[1]: Stopping Ceph osd.1 for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:46:16.910 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:16 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1[28439]: 2026-02-18T05:46:16.576+0000 7fa13ebc6640 -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-18T05:46:16.910 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:16 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1[28439]: 2026-02-18T05:46:16.576+0000 7fa13ebc6640 -1 osd.1 25 *** Got signal Terminated *** 2026-02-18T05:46:16.910 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:16 trial125 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1[28439]: 2026-02-18T05:46:16.576+0000 7fa13ebc6640 -1 osd.1 25 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:46:21.910 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:21 trial125 podman[33430]: 2026-02-18 05:46:21.635935676 +0000 UTC m=+5.072629178 container died 39177ffb5acf9d7421b9a5f44e6731a82ae1a281e9dd14b92656835f48ab06ef (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1, org.label-schema.vendor=CentOS, OSD_FLAVOR=debug, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7) 2026-02-18T05:46:21.910 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:21 trial125 podman[33430]: 2026-02-18 05:46:21.643918596 +0000 UTC m=+5.080612108 container remove 39177ffb5acf9d7421b9a5f44e6731a82ae1a281e9dd14b92656835f48ab06ef (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, ceph=True, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:46:21.910 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:21 trial125 bash[33430]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1 2026-02-18T05:46:21.911 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:21 trial125 podman[33562]: 2026-02-18 05:46:21.772623171 +0000 UTC m=+0.017942009 container create 12310694df666c73c243d44802bf362a0db9576cb5c38a9512f06a37904db1c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1-deactivate, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.vendor=CentOS, CEPH_REF=20.2.1_2.17.26-baseline_2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug) 2026-02-18T05:46:21.911 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:21 trial125 podman[33562]: 2026-02-18 05:46:21.801996713 +0000 UTC m=+0.047315551 container init 12310694df666c73c243d44802bf362a0db9576cb5c38a9512f06a37904db1c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1-deactivate, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.opencontainers.image.authors=Ceph Release Team , 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/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, ceph=True, org.label-schema.vendor=CentOS) 2026-02-18T05:46:21.911 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:21 trial125 podman[33562]: 2026-02-18 05:46:21.804351473 +0000 UTC m=+0.049670311 container start 12310694df666c73c243d44802bf362a0db9576cb5c38a9512f06a37904db1c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1-deactivate, 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.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, OSD_FLAVOR=debug, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216) 2026-02-18T05:46:21.911 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:21 trial125 podman[33562]: 2026-02-18 05:46:21.805025972 +0000 UTC m=+0.050344800 container attach 12310694df666c73c243d44802bf362a0db9576cb5c38a9512f06a37904db1c5 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-1-deactivate, CEPH_REF=20.2.1_2.17.26-baseline_2, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-18T05:46:21.911 INFO:journalctl@ceph.osd.1.trial125.stdout:Feb 18 05:46:21 trial125 podman[33562]: 2026-02-18 05:46:21.765171935 +0000 UTC m=+0.010490783 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:46:21.986 DEBUG:teuthology.orchestra.run.trial125:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.1.service' 2026-02-18T05:46:22.024 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:46:22.025 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-18T05:46:22.025 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-18T05:46:22.025 DEBUG:teuthology.orchestra.run.trial138:> sudo systemctl stop ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.2 2026-02-18T05:46:22.400 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:22 trial138 systemd[1]: Stopping Ceph osd.2 for 7443b76d-0c8c-11f1-a732-d404e6e7d460... 2026-02-18T05:46:22.400 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:22 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[30610]: 2026-02-18T05:46:22.120+0000 7fc91476d640 -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-18T05:46:22.400 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:22 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[30610]: 2026-02-18T05:46:22.120+0000 7fc91476d640 -1 osd.2 25 *** Got signal Terminated *** 2026-02-18T05:46:22.400 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:22 trial138 ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2[30610]: 2026-02-18T05:46:22.120+0000 7fc91476d640 -1 osd.2 25 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-18T05:46:27.497 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 podman[36929]: 2026-02-18 05:46:27.200107433 +0000 UTC m=+5.091918641 container died f3f7c7d97795e738e86ef846d13df78a477d1a06f7d9459a0698c592ca01e614 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=debug, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:46:27.497 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 podman[36929]: 2026-02-18 05:46:27.208693637 +0000 UTC m=+5.100504845 container remove f3f7c7d97795e738e86ef846d13df78a477d1a06f7d9459a0698c592ca01e614 (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , 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, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, org.label-schema.build-date=20260216) 2026-02-18T05:46:27.497 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 bash[36929]: ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2 2026-02-18T05:46:27.498 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 podman[37052]: 2026-02-18 05:46:27.346708646 +0000 UTC m=+0.016046493 container create f4d11389baef0255670fd647285759997eee9cf789824eb987188533e078402a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, org.label-schema.vendor=CentOS, 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.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.license=GPLv2, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=20.2.1_2.17.26-baseline_2, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, ceph=True, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-18T05:46:27.498 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 podman[37052]: 2026-02-18 05:46:27.37923343 +0000 UTC m=+0.048571277 container init f4d11389baef0255670fd647285759997eee9cf789824eb987188533e078402a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=debug, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed) 2026-02-18T05:46:27.498 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 podman[37052]: 2026-02-18 05:46:27.382052602 +0000 UTC m=+0.051390459 container start f4d11389baef0255670fd647285759997eee9cf789824eb987188533e078402a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, OSD_FLAVOR=debug, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-18T05:46:27.498 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 podman[37052]: 2026-02-18 05:46:27.382686526 +0000 UTC m=+0.052024373 container attach f4d11389baef0255670fd647285759997eee9cf789824eb987188533e078402a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=20.2.1_2.17.26-baseline_2, org.label-schema.vendor=CentOS, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-18T05:46:27.498 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 podman[37052]: 2026-02-18 05:46:27.340101388 +0000 UTC m=+0.009439235 image pull c2bc6184fe251d547d8a786d74766a31c45d6086d12bec721f3e5f2c58d3d0dc quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c 2026-02-18T05:46:27.498 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 18 05:46:27 trial138 podman[37052]: 2026-02-18 05:46:27.497355653 +0000 UTC m=+0.166693500 container died f4d11389baef0255670fd647285759997eee9cf789824eb987188533e078402a (image=quay.ceph.io/ceph-ci/ceph@sha256:ed753f0ea50a628798b35db017c3c8a578b23968359d68e5fa3c66a5d4c2474c, name=ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=adc1923395f2bcd6ae89b5d331d278364d1848ed, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, ceph=True, CEPH_REF=20.2.1_2.17.26-baseline_2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=debug, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-18T05:46:27.528 DEBUG:teuthology.orchestra.run.trial138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7443b76d-0c8c-11f1-a732-d404e6e7d460@osd.2.service' 2026-02-18T05:46:27.564 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-18T05:46:27.565 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-18T05:46:27.565 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 --force --keep-logs 2026-02-18T05:46:27.688 INFO:teuthology.orchestra.run.trial010.stdout:Deleting cluster with fsid: 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:46:28.619 DEBUG:teuthology.orchestra.run.trial125:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 --force --keep-logs 2026-02-18T05:46:28.739 INFO:teuthology.orchestra.run.trial125.stdout:Deleting cluster with fsid: 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:46:29.691 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 --force --keep-logs 2026-02-18T05:46:29.810 INFO:teuthology.orchestra.run.trial138.stdout:Deleting cluster with fsid: 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:46:30.594 DEBUG:teuthology.orchestra.run.trial010:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:46:30.623 DEBUG:teuthology.orchestra.run.trial125:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:46:30.650 DEBUG:teuthology.orchestra.run.trial138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-18T05:46:30.679 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-18T05:46:30.682 DEBUG:teuthology.misc:Transferring archived files from trial010:/var/lib/ceph/7443b76d-0c8c-11f1-a732-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/54800/remote/trial010/crash 2026-02-18T05:46:30.683 DEBUG:teuthology.orchestra.run.trial010:> sudo tar c -f - -C /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/crash -- . 2026-02-18T05:46:30.710 INFO:teuthology.orchestra.run.trial010.stderr:tar: /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T05:46:30.711 INFO:teuthology.orchestra.run.trial010.stderr:tar: Error is not recoverable: exiting now 2026-02-18T05:46:30.713 DEBUG:teuthology.misc:Transferring archived files from trial125:/var/lib/ceph/7443b76d-0c8c-11f1-a732-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/54800/remote/trial125/crash 2026-02-18T05:46:30.714 DEBUG:teuthology.orchestra.run.trial125:> sudo tar c -f - -C /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/crash -- . 2026-02-18T05:46:30.741 INFO:teuthology.orchestra.run.trial125.stderr:tar: /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T05:46:30.741 INFO:teuthology.orchestra.run.trial125.stderr:tar: Error is not recoverable: exiting now 2026-02-18T05:46:30.743 DEBUG:teuthology.misc:Transferring archived files from trial138:/var/lib/ceph/7443b76d-0c8c-11f1-a732-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/54800/remote/trial138/crash 2026-02-18T05:46:30.744 DEBUG:teuthology.orchestra.run.trial138:> sudo tar c -f - -C /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/crash -- . 2026-02-18T05:46:30.770 INFO:teuthology.orchestra.run.trial138.stderr:tar: /var/lib/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-18T05:46:30.770 INFO:teuthology.orchestra.run.trial138.stderr:tar: Error is not recoverable: exiting now 2026-02-18T05:46:30.771 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-18T05:46:30.771 DEBUG:teuthology.orchestra.run.trial010:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7443b76d-0c8c-11f1-a732-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-18T05:46:30.799 INFO:tasks.cephadm:Compressing logs... 2026-02-18T05:46:30.799 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:46:30.842 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:46:30.845 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:46:30.864 INFO:teuthology.orchestra.run.trial010.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T05:46:30.865 INFO:teuthology.orchestra.run.trial010.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T05:46:30.865 INFO:teuthology.orchestra.run.trial010.stderr:gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.a.log 2026-02-18T05:46:30.865 INFO:teuthology.orchestra.run.trial010.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.0.log 2026-02-18T05:46:30.865 INFO:teuthology.orchestra.run.trial010.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log 2026-02-18T05:46:30.867 INFO:teuthology.orchestra.run.trial010.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mgr.a.log 2026-02-18T05:46:30.867 INFO:teuthology.orchestra.run.trial010.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log 2026-02-18T05:46:30.867 INFO:teuthology.orchestra.run.trial010.stderr: 82.8% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T05:46:30.867 INFO:teuthology.orchestra.run.trial010.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mgr.a.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log 2026-02-18T05:46:30.867 INFO:teuthology.orchestra.run.trial010.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log 2026-02-18T05:46:30.867 INFO:teuthology.orchestra.run.trial010.stderr: 85.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T05:46:30.867 INFO:teuthology.orchestra.run.trial010.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log: /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log: 90.4% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log.gz 2026-02-18T05:46:30.867 INFO:teuthology.orchestra.run.trial010.stderr: 86.5% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log.gz 2026-02-18T05:46:30.870 INFO:teuthology.orchestra.run.trial125.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr:gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mgr.b.log 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr: 82.7% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mgr.b.log: gzip -5 --verbose -- 82.7% /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.b.log -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr: 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.1.log 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log 2026-02-18T05:46:30.871 INFO:teuthology.orchestra.run.trial125.stderr: 90.6% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log.gz 2026-02-18T05:46:30.872 INFO:teuthology.orchestra.run.trial125.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log: 90.4% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-18T05:46:30.872 INFO:teuthology.orchestra.run.trial125.stderr: 86.7% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log.gz 2026-02-18T05:46:30.872 INFO:teuthology.orchestra.run.trial010.stderr: 95.5% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log.gz 2026-02-18T05:46:30.874 INFO:teuthology.orchestra.run.trial138.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:: No such file or directory 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.2.log 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.c.log 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.c.log: 84.0% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr: 82.7% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.cephadm.log.gz 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log: /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log: 90.6% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.audit.log.gz 2026-02-18T05:46:30.875 INFO:teuthology.orchestra.run.trial138.stderr: 86.7% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph.log.gz 2026-02-18T05:46:30.876 INFO:teuthology.orchestra.run.trial125.stderr: 95.5% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log.gz 2026-02-18T05:46:30.880 INFO:teuthology.orchestra.run.trial138.stderr: 95.5% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-volume.log.gz 2026-02-18T05:46:30.883 INFO:teuthology.orchestra.run.trial010.stderr: 93.8% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.0.log.gz 2026-02-18T05:46:30.892 INFO:teuthology.orchestra.run.trial138.stderr: 93.8% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.2.log.gz 2026-02-18T05:46:30.905 INFO:teuthology.orchestra.run.trial125.stderr: 93.0% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.b.log.gz 2026-02-18T05:46:30.906 INFO:teuthology.orchestra.run.trial010.stderr: 89.0% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-18T05:46:30.909 INFO:teuthology.orchestra.run.trial125.stderr: 94.1% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-osd.1.log.gz 2026-02-18T05:46:30.910 INFO:teuthology.orchestra.run.trial138.stderr: 93.0% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.c.log.gz 2026-02-18T05:46:30.911 INFO:teuthology.orchestra.run.trial125.stderr: 2026-02-18T05:46:30.911 INFO:teuthology.orchestra.run.trial125.stderr:real 0m0.051s 2026-02-18T05:46:30.911 INFO:teuthology.orchestra.run.trial125.stderr:user 0m0.086s 2026-02-18T05:46:30.911 INFO:teuthology.orchestra.run.trial125.stderr:sys 0m0.021s 2026-02-18T05:46:30.912 INFO:teuthology.orchestra.run.trial138.stderr: 2026-02-18T05:46:30.912 INFO:teuthology.orchestra.run.trial138.stderr:real 0m0.049s 2026-02-18T05:46:30.913 INFO:teuthology.orchestra.run.trial138.stderr:user 0m0.067s 2026-02-18T05:46:30.913 INFO:teuthology.orchestra.run.trial138.stderr:sys 0m0.025s 2026-02-18T05:46:30.991 INFO:teuthology.orchestra.run.trial010.stderr: 91.5% -- replaced with /var/log/ceph/7443b76d-0c8c-11f1-a732-d404e6e7d460/ceph-mon.a.log.gz 2026-02-18T05:46:30.992 INFO:teuthology.orchestra.run.trial010.stderr: 2026-02-18T05:46:30.993 INFO:teuthology.orchestra.run.trial010.stderr:real 0m0.137s 2026-02-18T05:46:30.993 INFO:teuthology.orchestra.run.trial010.stderr:user 0m0.194s 2026-02-18T05:46:30.993 INFO:teuthology.orchestra.run.trial010.stderr:sys 0m0.023s 2026-02-18T05:46:30.994 INFO:tasks.cephadm:Archiving logs... 2026-02-18T05:46:30.994 DEBUG:teuthology.misc:Transferring archived files from trial010:/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/54800/remote/trial010/log 2026-02-18T05:46:30.995 DEBUG:teuthology.orchestra.run.trial010:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T05:46:31.124 DEBUG:teuthology.misc:Transferring archived files from trial125:/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/54800/remote/trial125/log 2026-02-18T05:46:31.125 DEBUG:teuthology.orchestra.run.trial125:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T05:46:31.172 DEBUG:teuthology.misc:Transferring archived files from trial138:/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/54800/remote/trial138/log 2026-02-18T05:46:31.173 DEBUG:teuthology.orchestra.run.trial138:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-18T05:46:31.222 INFO:tasks.cephadm:Removing cluster... 2026-02-18T05:46:31.222 DEBUG:teuthology.orchestra.run.trial010:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 --force 2026-02-18T05:46:31.342 INFO:teuthology.orchestra.run.trial010.stdout:Deleting cluster with fsid: 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:46:31.504 DEBUG:teuthology.orchestra.run.trial125:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 --force 2026-02-18T05:46:31.624 INFO:teuthology.orchestra.run.trial125.stdout:Deleting cluster with fsid: 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:46:31.779 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7443b76d-0c8c-11f1-a732-d404e6e7d460 --force 2026-02-18T05:46:31.896 INFO:teuthology.orchestra.run.trial138.stdout:Deleting cluster with fsid: 7443b76d-0c8c-11f1-a732-d404e6e7d460 2026-02-18T05:46:32.053 INFO:tasks.cephadm:Removing cephadm ... 2026-02-18T05:46:32.053 DEBUG:teuthology.orchestra.run.trial010:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T05:46:32.072 DEBUG:teuthology.orchestra.run.trial125:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T05:46:32.091 DEBUG:teuthology.orchestra.run.trial138:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-18T05:46:32.110 INFO:tasks.cephadm:Teardown complete 2026-02-18T05:46:32.110 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-18T05:46:32.128 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-18T05:46:32.129 DEBUG:teuthology.orchestra.run.trial010:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T05:46:32.132 DEBUG:teuthology.orchestra.run.trial125:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T05:46:32.134 DEBUG:teuthology.orchestra.run.trial138:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-18T05:46:32.353 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-18T05:46:32.364 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-18T05:46:32.364 DEBUG:teuthology.orchestra.run.trial010:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:46:32.366 DEBUG:teuthology.orchestra.run.trial125:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:46:32.368 DEBUG:teuthology.orchestra.run.trial138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-18T05:46:32.381 INFO:teuthology.orchestra.run.trial010.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:46:32.383 INFO:teuthology.orchestra.run.trial125.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:46:32.384 INFO:teuthology.orchestra.run.trial138.stderr:bash: line 1: ntpq: command not found 2026-02-18T05:46:32.404 INFO:teuthology.orchestra.run.trial010.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:46:32.404 INFO:teuthology.orchestra.run.trial010.stdout:=============================================================================== 2026-02-18T05:46:32.404 INFO:teuthology.orchestra.run.trial010.stdout:^* pool-138-89-14-60.mad.ea> 1 6 175 47 +59us[ +207us] +/- 3054us 2026-02-18T05:46:32.404 INFO:teuthology.orchestra.run.trial010.stdout:^- 172-238-164-57.ip.linode> 4 6 377 49 -3089us[-2942us] +/- 31ms 2026-02-18T05:46:32.404 INFO:teuthology.orchestra.run.trial010.stdout:^- 23.186.168.130 2 6 355 45 +42us[ +42us] +/- 55ms 2026-02-18T05:46:32.404 INFO:teuthology.orchestra.run.trial010.stdout:^- ntp.maxhost.io 2 6 377 112 +392us[ +519us] +/- 56ms 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial138.stdout:=============================================================================== 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial138.stdout:^* ntp2.wiktel.com 1 6 377 47 -3128ns[ +12us] +/- 20ms 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial138.stdout:^+ 172-238-164-57.ip.linode> 4 6 377 49 -1780us[-1765us] +/- 31ms 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial138.stdout:^+ 23.186.168.130 2 6 357 50 +1452us[+1467us] +/- 55ms 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial138.stdout:^+ ntp.maxhost.io 2 6 377 48 +1729us[+1745us] +/- 56ms 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial125.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial125.stdout:=============================================================================== 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial125.stdout:^* pool-138-89-14-60.mad.ea> 1 6 235 109 +79us[ -397us] +/- 3191us 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial125.stdout:^- 172-238-164-57.ip.linode> 4 6 377 49 -3322us[-3322us] +/- 31ms 2026-02-18T05:46:32.405 INFO:teuthology.orchestra.run.trial125.stdout:^- 23.186.168.130 2 6 357 49 +208us[ +208us] +/- 55ms 2026-02-18T05:46:32.406 INFO:teuthology.orchestra.run.trial125.stdout:^- ntp.maxhost.io 2 6 377 178 +898us[ +438us] +/- 56ms 2026-02-18T05:46:32.406 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-18T05:46:32.416 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-18T05:46:32.416 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-18T05:46:32.428 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:46:32.493 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:46:32.537 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:46:32.582 DEBUG:teuthology.orchestra.run.trial010:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-18T05:46:32.609 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:46:32.610 DEBUG:teuthology.orchestra.run.trial125:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-18T05:46:32.637 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:46:32.637 DEBUG:teuthology.orchestra.run.trial138:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 -e context=system_u:system_r:getty_t:s0 -e scontext=system_u:system_r:logrotate_t:s0 -e scontext=system_u:system_r:getty_t:s0 2026-02-18T05:46:32.663 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:46:32.663 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-18T05:46:32.673 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-18T05:46:32.696 INFO:teuthology.task.internal:Duration was 463.479719 seconds 2026-02-18T05:46:32.697 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-18T05:46:32.710 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-18T05:46:32.710 DEBUG:teuthology.orchestra.run.trial010:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T05:46:32.712 DEBUG:teuthology.orchestra.run.trial125:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T05:46:32.713 DEBUG:teuthology.orchestra.run.trial138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-18T05:46:32.747 INFO:teuthology.orchestra.run.trial010.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:46:32.749 INFO:teuthology.orchestra.run.trial125.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:46:32.751 INFO:teuthology.orchestra.run.trial138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-18T05:46:33.030 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-18T05:46:33.031 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial010.front.sepia.ceph.com 2026-02-18T05:46:33.031 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:46:33.089 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial125.front.sepia.ceph.com 2026-02-18T05:46:33.089 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:46:33.109 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial138.front.sepia.ceph.com 2026-02-18T05:46:33.110 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:46:33.130 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-18T05:46:33.130 DEBUG:teuthology.orchestra.run.trial010:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:46:33.132 DEBUG:teuthology.orchestra.run.trial125:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:46:33.151 DEBUG:teuthology.orchestra.run.trial138:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:46:33.238 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-18T05:46:33.238 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:46:33.241 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:46:33.243 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:46:33.261 INFO:teuthology.orchestra.run.trial010.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:46:33.262 INFO:teuthology.orchestra.run.trial010.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:46:33.263 INFO:teuthology.orchestra.run.trial010.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T05:46:33.263 INFO:teuthology.orchestra.run.trial010.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:46:33.263 INFO:teuthology.orchestra.run.trial010.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T05:46:33.264 INFO:teuthology.orchestra.run.trial125.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:46:33.265 INFO:teuthology.orchestra.run.trial125.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:46:33.265 INFO:teuthology.orchestra.run.trial125.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T05:46:33.265 INFO:teuthology.orchestra.run.trial125.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:46:33.265 INFO:teuthology.orchestra.run.trial125.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T05:46:33.267 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-18T05:46:33.268 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-18T05:46:33.268 INFO:teuthology.orchestra.run.trial138.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-18T05:46:33.268 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-18T05:46:33.268 INFO:teuthology.orchestra.run.trial138.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-18T05:46:33.273 INFO:teuthology.orchestra.run.trial125.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.4% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T05:46:33.275 INFO:teuthology.orchestra.run.trial010.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.7% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T05:46:33.277 INFO:teuthology.orchestra.run.trial138.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 89.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-18T05:46:33.279 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-18T05:46:33.296 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-18T05:46:33.296 DEBUG:teuthology.orchestra.run.trial010:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T05:46:33.341 DEBUG:teuthology.orchestra.run.trial125:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T05:46:33.367 DEBUG:teuthology.orchestra.run.trial138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-18T05:46:33.393 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-18T05:46:33.409 DEBUG:teuthology.orchestra.run.trial010:> 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-18T05:46:33.412 DEBUG:teuthology.orchestra.run.trial125:> 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-18T05:46:33.415 DEBUG:teuthology.orchestra.run.trial138:> 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-18T05:46:33.435 INFO:teuthology.orchestra.run.trial010.stdout:kernel.core_pattern = core 2026-02-18T05:46:33.436 INFO:teuthology.orchestra.run.trial125.stdout:kernel.core_pattern = core 2026-02-18T05:46:33.457 INFO:teuthology.orchestra.run.trial138.stdout:kernel.core_pattern = core 2026-02-18T05:46:33.475 DEBUG:teuthology.orchestra.run.trial010:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:46:33.502 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:46:33.502 DEBUG:teuthology.orchestra.run.trial125:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:46:33.518 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:46:33.518 DEBUG:teuthology.orchestra.run.trial138:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-18T05:46:33.534 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-18T05:46:33.534 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-18T05:46:33.551 INFO:teuthology.task.internal:Transferring archived files... 2026-02-18T05:46:33.552 DEBUG:teuthology.misc:Transferring archived files from trial010:/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/54800/remote/trial010 2026-02-18T05:46:33.552 DEBUG:teuthology.orchestra.run.trial010:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T05:46:33.589 DEBUG:teuthology.misc:Transferring archived files from trial125:/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/54800/remote/trial125 2026-02-18T05:46:33.589 DEBUG:teuthology.orchestra.run.trial125:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T05:46:33.622 DEBUG:teuthology.misc:Transferring archived files from trial138:/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/54800/remote/trial138 2026-02-18T05:46:33.622 DEBUG:teuthology.orchestra.run.trial138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-18T05:46:33.658 INFO:teuthology.task.internal:Removing archive directory... 2026-02-18T05:46:33.659 DEBUG:teuthology.orchestra.run.trial010:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T05:46:33.661 DEBUG:teuthology.orchestra.run.trial125:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T05:46:33.664 DEBUG:teuthology.orchestra.run.trial138:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-18T05:46:33.707 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-18T05:46:33.727 INFO:teuthology.task.internal:Not uploading archives. 2026-02-18T05:46:33.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-18T05:46:33.744 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-18T05:46:33.744 DEBUG:teuthology.orchestra.run.trial010:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T05:46:33.746 DEBUG:teuthology.orchestra.run.trial125:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T05:46:33.749 DEBUG:teuthology.orchestra.run.trial138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-18T05:46:33.761 INFO:teuthology.orchestra.run.trial010.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 05:46 /home/ubuntu/cephtest 2026-02-18T05:46:33.764 INFO:teuthology.orchestra.run.trial125.stdout: 791912 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 05:46 /home/ubuntu/cephtest 2026-02-18T05:46:33.765 INFO:teuthology.orchestra.run.trial138.stdout: 791913 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 18 05:46 /home/ubuntu/cephtest 2026-02-18T05:46:33.766 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-18T05:46:33.784 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-18T05:46:33.822 INFO:teuthology.run:Summary data: description: orch/cephadm/workunits/{0-distro/centos_9.stream agent/on mon_election/classic task/test_set_mon_crush_locations} duration: 463.47971868515015 flavor: default owner: scheduled_yuriw@soko04.front.sepia.ceph.com success: true 2026-02-18T05:46:33.822 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-18T05:46:33.969 INFO:teuthology.run:pass