2026-02-23T08:44:19.966 INFO:root:teuthology version: 1.2.4.dev9+gfa17720d0 2026-02-23T08:44:19.982 DEBUG:teuthology.report:Pushing job info to https://paddles-paddles.apps.pok.os.sepia.ceph.com 2026-02-23T08:44:20.060 INFO:teuthology.run:Config: archive_path: /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730 branch: wip-bharath8-testing-2026-02-22-0716 description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} email: skanta@redhat.com first_in_suite: false flavor: default job_id: '65730' kernel: branch: distro kdb: 1 sha1: distro last_in_suite: false machine_type: trial name: skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial no_nested_subset: false os_type: centos os_version: 9.stream overrides: admin_socket: branch: wip-bharath8-testing-2026-02-22-0716 ceph: conf: global: mon election default strategy: 1 mgr: debug mgr: 20 debug ms: 1 mgr/cephadm/use_agent: false mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) - MON_DOWN - POOL_APP_NOT_ENABLED - mon down - mons down - out of quorum - CEPHADM_FAILED_DAEMON log-only-match: - CEPHADM_ sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da selinux: allowlist: - scontext=system_u:system_r:logrotate_t:s0 - scontext=system_u:system_r:getty_t:s0 workunit: branch: wip-bharath8-testing-2026-02-22-0716 sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da owner: scheduled_skanta@soko04.front.sepia.ceph.com priority: 60 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: 5057 sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-bharath8-testing-2026-02-22-0716 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_5adce3ff0fe1645dcbc38d059f948571dc3d69da/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 5adce3ff0fe1645dcbc38d059f948571dc3d69da targets: trial043.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBHivZ1EA5GSBzaDWbJQcNr2eWKOA3ErG7B4f68vha4vTwLJqXR9YyQuycPlmqwMcecRdR885VcXQN/wI5q1LzGM= trial122.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBN8lDN0x/0wJWUfRnHE6SaoadClkZh5uoFnu8GCKYkfjzmwagB+JO/isjIT9n2Y2REQoz4pmL6AnQmsPWg9g0HQ= trial138.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBDjH8GC1cE0bTCP+OwGd1c4fKElKO+2HCs19iQv6xfmihJCiynbb+7beztcWjOsoPnLBrOkgC/+qKb0CED9qYXk= 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 0x715daeb1f920>, signals=[15]) 2026-02-23T08:44:20.596 INFO:teuthology.run_tasks:Running task internal.connect... 2026-02-23T08:44:20.607 INFO:teuthology.task.internal:Opening connections... 2026-02-23T08:44:20.607 DEBUG:teuthology.task.internal:connecting to ubuntu@trial043.front.sepia.ceph.com 2026-02-23T08:44:20.608 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:44:20.670 DEBUG:teuthology.task.internal:connecting to ubuntu@trial122.front.sepia.ceph.com 2026-02-23T08:44:20.670 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:44:20.733 DEBUG:teuthology.task.internal:connecting to ubuntu@trial138.front.sepia.ceph.com 2026-02-23T08:44:20.734 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:44:20.793 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2026-02-23T08:44:20.804 DEBUG:teuthology.orchestra.run.trial043:> uname -m 2026-02-23T08:44:20.820 INFO:teuthology.orchestra.run.trial043.stdout:x86_64 2026-02-23T08:44:20.820 DEBUG:teuthology.orchestra.run.trial043:> cat /etc/os-release 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:NAME="CentOS Stream" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:VERSION="9" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:ID="centos" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:ID_LIKE="rhel fedora" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:VERSION_ID="9" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:PLATFORM_ID="platform:el9" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:ANSI_COLOR="0;31" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:LOGO="fedora-logo-icon" 2026-02-23T08:44:20.875 INFO:teuthology.orchestra.run.trial043.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T08:44:20.876 INFO:teuthology.orchestra.run.trial043.stdout:HOME_URL="https://centos.org/" 2026-02-23T08:44:20.876 INFO:teuthology.orchestra.run.trial043.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T08:44:20.876 INFO:teuthology.orchestra.run.trial043.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T08:44:20.876 INFO:teuthology.orchestra.run.trial043.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T08:44:20.876 INFO:teuthology.lock.ops:Updating trial043.front.sepia.ceph.com on lock server 2026-02-23T08:44:20.949 DEBUG:teuthology.orchestra.run.trial122:> uname -m 2026-02-23T08:44:20.964 INFO:teuthology.orchestra.run.trial122.stdout:x86_64 2026-02-23T08:44:20.964 DEBUG:teuthology.orchestra.run.trial122:> cat /etc/os-release 2026-02-23T08:44:21.020 INFO:teuthology.orchestra.run.trial122.stdout:NAME="CentOS Stream" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:VERSION="9" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:ID="centos" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:ID_LIKE="rhel fedora" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:VERSION_ID="9" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:PLATFORM_ID="platform:el9" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:ANSI_COLOR="0;31" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:LOGO="fedora-logo-icon" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:HOME_URL="https://centos.org/" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T08:44:21.021 INFO:teuthology.orchestra.run.trial122.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T08:44:21.021 INFO:teuthology.lock.ops:Updating trial122.front.sepia.ceph.com on lock server 2026-02-23T08:44:21.095 DEBUG:teuthology.orchestra.run.trial138:> uname -m 2026-02-23T08:44:21.110 INFO:teuthology.orchestra.run.trial138.stdout:x86_64 2026-02-23T08:44:21.110 DEBUG:teuthology.orchestra.run.trial138:> cat /etc/os-release 2026-02-23T08:44:21.166 INFO:teuthology.orchestra.run.trial138.stdout:NAME="CentOS Stream" 2026-02-23T08:44:21.166 INFO:teuthology.orchestra.run.trial138.stdout:VERSION="9" 2026-02-23T08:44:21.166 INFO:teuthology.orchestra.run.trial138.stdout:ID="centos" 2026-02-23T08:44:21.166 INFO:teuthology.orchestra.run.trial138.stdout:ID_LIKE="rhel fedora" 2026-02-23T08:44:21.166 INFO:teuthology.orchestra.run.trial138.stdout:VERSION_ID="9" 2026-02-23T08:44:21.166 INFO:teuthology.orchestra.run.trial138.stdout:PLATFORM_ID="platform:el9" 2026-02-23T08:44:21.166 INFO:teuthology.orchestra.run.trial138.stdout:PRETTY_NAME="CentOS Stream 9" 2026-02-23T08:44:21.167 INFO:teuthology.orchestra.run.trial138.stdout:ANSI_COLOR="0;31" 2026-02-23T08:44:21.167 INFO:teuthology.orchestra.run.trial138.stdout:LOGO="fedora-logo-icon" 2026-02-23T08:44:21.167 INFO:teuthology.orchestra.run.trial138.stdout:CPE_NAME="cpe:/o:centos:centos:9" 2026-02-23T08:44:21.167 INFO:teuthology.orchestra.run.trial138.stdout:HOME_URL="https://centos.org/" 2026-02-23T08:44:21.167 INFO:teuthology.orchestra.run.trial138.stdout:BUG_REPORT_URL="https://issues.redhat.com/" 2026-02-23T08:44:21.167 INFO:teuthology.orchestra.run.trial138.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 9" 2026-02-23T08:44:21.167 INFO:teuthology.orchestra.run.trial138.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2026-02-23T08:44:21.167 INFO:teuthology.lock.ops:Updating trial138.front.sepia.ceph.com on lock server 2026-02-23T08:44:21.253 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2026-02-23T08:44:21.267 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2026-02-23T08:44:21.279 INFO:teuthology.task.internal:Checking for old test directory... 2026-02-23T08:44:21.279 DEBUG:teuthology.orchestra.run.trial043:> test '!' -e /home/ubuntu/cephtest 2026-02-23T08:44:21.281 DEBUG:teuthology.orchestra.run.trial122:> test '!' -e /home/ubuntu/cephtest 2026-02-23T08:44:21.283 DEBUG:teuthology.orchestra.run.trial138:> test '!' -e /home/ubuntu/cephtest 2026-02-23T08:44:21.298 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2026-02-23T08:44:21.310 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2026-02-23T08:44:21.310 DEBUG:teuthology.orchestra.run.trial043:> test -z $(ls -A /var/lib/ceph) 2026-02-23T08:44:21.338 DEBUG:teuthology.orchestra.run.trial122:> test -z $(ls -A /var/lib/ceph) 2026-02-23T08:44:21.340 DEBUG:teuthology.orchestra.run.trial138:> test -z $(ls -A /var/lib/ceph) 2026-02-23T08:44:21.357 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2026-02-23T08:44:21.585 INFO:teuthology.run_tasks:Running task kernel... 2026-02-23T08:44:21.604 INFO:teuthology.task.kernel:normalize config orig: {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'} 2026-02-23T08:44:21.604 INFO:teuthology.task.kernel:config {'host.a': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.b': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}, 'host.c': {'branch': 'distro', 'kdb': 1, 'sha1': 'distro'}}, timeout 300 2026-02-23T08:44:21.604 DEBUG:teuthology.orchestra.run.trial043:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T08:44:21.604 DEBUG:teuthology.orchestra.run.trial122:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T08:44:21.605 DEBUG:teuthology.orchestra.run.trial138:> test -f /run/.containerenv -o -f /.dockerenv 2026-02-23T08:44:21.619 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:44:21.619 DEBUG:teuthology.orchestra.run.trial122:> uname -r 2026-02-23T08:44:21.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:44:21.620 DEBUG:teuthology.orchestra.run.trial138:> uname -r 2026-02-23T08:44:21.620 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:44:21.620 DEBUG:teuthology.orchestra.run.trial043:> uname -r 2026-02-23T08:44:21.674 INFO:teuthology.orchestra.run.trial122.stdout:5.14.0-681.el9.x86_64 2026-02-23T08:44:21.675 INFO:teuthology.task.kernel:Running kernel on trial122: 5.14.0-681.el9.x86_64 2026-02-23T08:44:21.675 DEBUG:teuthology.orchestra.run.trial122:> sudo yum install -y kernel 2026-02-23T08:44:21.675 INFO:teuthology.orchestra.run.trial043.stdout:5.14.0-681.el9.x86_64 2026-02-23T08:44:21.675 INFO:teuthology.task.kernel:Running kernel on trial043: 5.14.0-681.el9.x86_64 2026-02-23T08:44:21.675 DEBUG:teuthology.orchestra.run.trial043:> sudo yum install -y kernel 2026-02-23T08:44:21.675 INFO:teuthology.orchestra.run.trial138.stdout:5.14.0-681.el9.x86_64 2026-02-23T08:44:21.676 INFO:teuthology.task.kernel:Running kernel on trial138: 5.14.0-681.el9.x86_64 2026-02-23T08:44:21.676 DEBUG:teuthology.orchestra.run.trial138:> sudo yum install -y kernel 2026-02-23T08:44:22.391 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - BaseOS 27 MB/s | 8.9 MB 00:00 2026-02-23T08:44:22.770 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - BaseOS 12 MB/s | 8.9 MB 00:00 2026-02-23T08:44:22.918 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - BaseOS 10 MB/s | 8.9 MB 00:00 2026-02-23T08:44:23.742 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - AppStream 90 MB/s | 27 MB 00:00 2026-02-23T08:44:25.608 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-23T08:44:26.413 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - CRB 25 MB/s | 7.8 MB 00:00 2026-02-23T08:44:27.345 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - Extras packages 96 kB/s | 20 kB 00:00 2026-02-23T08:44:27.973 INFO:teuthology.orchestra.run.trial043.stdout:Extra Packages for Enterprise Linux 36 MB/s | 20 MB 00:00 2026-02-23T08:44:29.029 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - AppStream 4.7 MB/s | 27 MB 00:05 2026-02-23T08:44:30.414 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - CRB 3.2 MB/s | 7.8 MB 00:02 2026-02-23T08:44:31.191 INFO:teuthology.orchestra.run.trial043.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-23T08:44:32.200 INFO:teuthology.orchestra.run.trial043.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T08:44:32.200 INFO:teuthology.orchestra.run.trial043.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T08:44:32.219 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:44:32.219 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:44:32.219 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:44:32.244 DEBUG:teuthology.orchestra.run.trial043:> echo no | sudo yum reinstall kernel || true 2026-02-23T08:44:32.245 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - Extras packages 18 kB/s | 20 kB 00:01 2026-02-23T08:44:32.543 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 08:44:31 AM UTC. 2026-02-23T08:44:32.623 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:44:32.624 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:44:32.624 INFO:teuthology.orchestra.run.trial043.stdout: Package Architecture Version Repository Size 2026-02-23T08:44:32.625 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:44:32.625 INFO:teuthology.orchestra.run.trial043.stdout:Reinstalling: 2026-02-23T08:44:32.625 INFO:teuthology.orchestra.run.trial043.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T08:44:32.625 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:44:32.625 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:44:32.625 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:44:32.625 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:44:32.626 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 803 k 2026-02-23T08:44:32.626 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 0 2026-02-23T08:44:32.626 INFO:teuthology.orchestra.run.trial043.stderr:Operation aborted. 2026-02-23T08:44:32.645 INFO:teuthology.orchestra.run.trial043.stdout:Is this ok [y/N]: 2026-02-23T08:44:32.645 DEBUG:teuthology.orchestra.run.trial043:> sudo yum reinstall -y kernel || true 2026-02-23T08:44:32.842 INFO:teuthology.orchestra.run.trial122.stdout:Extra Packages for Enterprise Linux 38 MB/s | 20 MB 00:00 2026-02-23T08:44:32.946 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 08:44:31 AM UTC. 2026-02-23T08:44:32.975 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - CRB 4.9 MB/s | 7.8 MB 00:01 2026-02-23T08:44:33.027 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:44:33.027 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:44:33.027 INFO:teuthology.orchestra.run.trial043.stdout: Package Architecture Version Repository Size 2026-02-23T08:44:33.027 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:44:33.027 INFO:teuthology.orchestra.run.trial043.stdout:Reinstalling: 2026-02-23T08:44:33.027 INFO:teuthology.orchestra.run.trial043.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T08:44:33.028 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:44:33.028 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:44:33.028 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:44:33.028 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:44:33.028 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 803 k 2026-02-23T08:44:33.028 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 0 2026-02-23T08:44:33.028 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:44:33.758 INFO:teuthology.orchestra.run.trial043.stdout:kernel-5.14.0-681.el9.x86_64.rpm 1.2 MB/s | 803 kB 00:00 2026-02-23T08:44:33.758 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:44:33.758 INFO:teuthology.orchestra.run.trial043.stdout:Total 1.1 MB/s | 803 kB 00:00 2026-02-23T08:44:33.769 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:44:33.802 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:44:33.802 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:44:33.807 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:44:33.807 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:44:33.831 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:44:33.835 INFO:teuthology.orchestra.run.trial043.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T08:44:33.835 INFO:teuthology.orchestra.run.trial043.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:33.943 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:33.943 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T08:44:33.999 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:33.999 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:44:33.999 INFO:teuthology.orchestra.run.trial043.stdout:Reinstalled: 2026-02-23T08:44:33.999 INFO:teuthology.orchestra.run.trial043.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T08:44:33.999 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:44:34.000 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:44:34.025 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - Extras packages 61 kB/s | 20 kB 00:00 2026-02-23T08:44:34.026 DEBUG:teuthology.orchestra.run.trial043:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T08:44:34.089 INFO:teuthology.orchestra.run.trial043.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T08:44:34.090 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T08:44:34.090 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T08:44:34.090 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2026-02-23T08:44:34.090 DEBUG:teuthology.orchestra.run.trial043:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T08:44:34.154 INFO:teuthology.orchestra.run.trial043.stdout:ttyS1 2026-02-23T08:44:34.182 DEBUG:teuthology.parallel:result is None 2026-02-23T08:44:34.671 INFO:teuthology.orchestra.run.trial138.stdout:Extra Packages for Enterprise Linux 35 MB/s | 20 MB 00:00 2026-02-23T08:44:36.010 INFO:teuthology.orchestra.run.trial122.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-23T08:44:37.020 INFO:teuthology.orchestra.run.trial122.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T08:44:37.020 INFO:teuthology.orchestra.run.trial122.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T08:44:37.039 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:44:37.040 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:44:37.040 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:44:37.064 DEBUG:teuthology.orchestra.run.trial122:> echo no | sudo yum reinstall kernel || true 2026-02-23T08:44:37.363 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 08:44:36 AM UTC. 2026-02-23T08:44:37.444 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:44:37.445 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:44:37.445 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-23T08:44:37.445 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:44:37.445 INFO:teuthology.orchestra.run.trial122.stdout:Reinstalling: 2026-02-23T08:44:37.446 INFO:teuthology.orchestra.run.trial122.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T08:44:37.446 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:44:37.446 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:44:37.446 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:44:37.446 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:44:37.446 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 803 k 2026-02-23T08:44:37.446 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 0 2026-02-23T08:44:37.446 INFO:teuthology.orchestra.run.trial122.stderr:Operation aborted. 2026-02-23T08:44:37.465 INFO:teuthology.orchestra.run.trial122.stdout:Is this ok [y/N]: 2026-02-23T08:44:37.466 DEBUG:teuthology.orchestra.run.trial122:> sudo yum reinstall -y kernel || true 2026-02-23T08:44:37.767 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:01 ago on Mon 23 Feb 2026 08:44:36 AM UTC. 2026-02-23T08:44:37.848 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:44:37.849 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout:Reinstalling: 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:44:37.850 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 803 k 2026-02-23T08:44:37.851 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 0 2026-02-23T08:44:37.851 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:44:37.897 INFO:teuthology.orchestra.run.trial138.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-23T08:44:38.101 INFO:teuthology.orchestra.run.trial122.stdout:kernel-5.14.0-681.el9.x86_64.rpm 4.1 MB/s | 803 kB 00:00 2026-02-23T08:44:38.101 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:44:38.101 INFO:teuthology.orchestra.run.trial122.stdout:Total 3.1 MB/s | 803 kB 00:00 2026-02-23T08:44:38.111 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:44:38.145 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:44:38.145 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:44:38.149 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:44:38.150 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:44:38.173 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:44:38.177 INFO:teuthology.orchestra.run.trial122.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T08:44:38.177 INFO:teuthology.orchestra.run.trial122.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:38.286 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:38.286 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T08:44:38.342 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:38.343 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:44:38.343 INFO:teuthology.orchestra.run.trial122.stdout:Reinstalled: 2026-02-23T08:44:38.343 INFO:teuthology.orchestra.run.trial122.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T08:44:38.343 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:44:38.343 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:44:38.370 DEBUG:teuthology.orchestra.run.trial122:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T08:44:38.393 INFO:teuthology.orchestra.run.trial122.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T08:44:38.395 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T08:44:38.395 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T08:44:38.395 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2026-02-23T08:44:38.395 DEBUG:teuthology.orchestra.run.trial122:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T08:44:38.460 INFO:teuthology.orchestra.run.trial122.stdout:ttyS1 2026-02-23T08:44:38.496 DEBUG:teuthology.parallel:result is None 2026-02-23T08:44:38.906 INFO:teuthology.orchestra.run.trial138.stdout:Package kernel-5.14.0-645.el9.x86_64 is already installed. 2026-02-23T08:44:38.906 INFO:teuthology.orchestra.run.trial138.stdout:Package kernel-5.14.0-681.el9.x86_64 is already installed. 2026-02-23T08:44:38.928 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:44:38.928 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:44:38.929 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:44:38.952 DEBUG:teuthology.orchestra.run.trial138:> echo no | sudo yum reinstall kernel || true 2026-02-23T08:44:39.251 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 08:44:37 AM UTC. 2026-02-23T08:44:39.331 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout:Reinstalling: 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 803 k 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 0 2026-02-23T08:44:39.332 INFO:teuthology.orchestra.run.trial138.stderr:Operation aborted. 2026-02-23T08:44:39.352 INFO:teuthology.orchestra.run.trial138.stdout:Is this ok [y/N]: 2026-02-23T08:44:39.352 DEBUG:teuthology.orchestra.run.trial138:> sudo yum reinstall -y kernel || true 2026-02-23T08:44:39.650 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:02 ago on Mon 23 Feb 2026 08:44:37 AM UTC. 2026-02-23T08:44:39.730 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:44:39.731 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:44:39.731 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-23T08:44:39.732 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:44:39.732 INFO:teuthology.orchestra.run.trial138.stdout:Reinstalling: 2026-02-23T08:44:39.732 INFO:teuthology.orchestra.run.trial138.stdout: kernel x86_64 5.14.0-681.el9 baseos 803 k 2026-02-23T08:44:39.732 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:44:39.732 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:44:39.732 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:44:39.732 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:44:39.732 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 803 k 2026-02-23T08:44:39.733 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 0 2026-02-23T08:44:39.733 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:44:42.397 INFO:teuthology.orchestra.run.trial138.stdout:kernel-5.14.0-681.el9.x86_64.rpm 334 kB/s | 803 kB 00:02 2026-02-23T08:44:42.398 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:44:42.398 INFO:teuthology.orchestra.run.trial138.stdout:Total 301 kB/s | 803 kB 00:02 2026-02-23T08:44:42.407 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:44:42.441 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:44:42.442 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:44:42.446 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:44:42.446 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:44:42.469 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:44:42.473 INFO:teuthology.orchestra.run.trial138.stdout: Reinstalling : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T08:44:42.474 INFO:teuthology.orchestra.run.trial138.stdout: Cleanup : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:42.581 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:42.581 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 1/2 2026-02-23T08:44:42.634 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : kernel-5.14.0-681.el9.x86_64 2/2 2026-02-23T08:44:42.634 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:44:42.635 INFO:teuthology.orchestra.run.trial138.stdout:Reinstalled: 2026-02-23T08:44:42.635 INFO:teuthology.orchestra.run.trial138.stdout: kernel-5.14.0-681.el9.x86_64 2026-02-23T08:44:42.635 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:44:42.635 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:44:42.661 DEBUG:teuthology.orchestra.run.trial138:> rpm -q kernel | sort -rV | head -n 1 2026-02-23T08:44:42.725 INFO:teuthology.orchestra.run.trial138.stdout:kernel-5.14.0-681.el9.x86_64 2026-02-23T08:44:42.726 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 5.14.0-681.el9.x86_64 2026-02-23T08:44:42.726 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2026-02-23T08:44:42.726 INFO:teuthology.task.kernel:Enabling kdb on host.c... 2026-02-23T08:44:42.726 DEBUG:teuthology.orchestra.run.trial138:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2026-02-23T08:44:42.789 INFO:teuthology.orchestra.run.trial138.stdout:ttyS1 2026-02-23T08:44:42.829 DEBUG:teuthology.parallel:result is None 2026-02-23T08:44:42.830 INFO:teuthology.run_tasks:Running task internal.base... 2026-02-23T08:44:42.840 INFO:teuthology.task.internal:Creating test directory... 2026-02-23T08:44:42.840 DEBUG:teuthology.orchestra.run.trial043:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T08:44:42.842 DEBUG:teuthology.orchestra.run.trial122:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T08:44:42.844 DEBUG:teuthology.orchestra.run.trial138:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2026-02-23T08:44:42.885 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2026-02-23T08:44:42.898 INFO:teuthology.run_tasks:Running task internal.archive... 2026-02-23T08:44:42.912 INFO:teuthology.task.internal:Creating archive directory... 2026-02-23T08:44:42.912 DEBUG:teuthology.orchestra.run.trial043:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T08:44:42.914 DEBUG:teuthology.orchestra.run.trial122:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T08:44:42.915 DEBUG:teuthology.orchestra.run.trial138:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2026-02-23T08:44:42.950 INFO:teuthology.run_tasks:Running task internal.coredump... 2026-02-23T08:44:42.961 INFO:teuthology.task.internal:Enabling coredump saving... 2026-02-23T08:44:42.962 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:44:42.971 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:44:42.974 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-23T08:44:42.995 INFO:teuthology.orchestra.run.trial043.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:44:42.995 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:44:43.003 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:44:43.004 INFO:teuthology.orchestra.run.trial043.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:44:43.005 INFO:teuthology.orchestra.run.trial138.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:44:43.013 INFO:teuthology.orchestra.run.trial138.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2026-02-23T08:44:43.015 INFO:teuthology.run_tasks:Running task internal.sudo... 2026-02-23T08:44:43.026 INFO:teuthology.task.internal:Configuring sudo... 2026-02-23T08:44:43.026 DEBUG:teuthology.orchestra.run.trial043:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T08:44:43.047 DEBUG:teuthology.orchestra.run.trial122:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2026-02-23T08:44:43.050 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-23T08:44:43.079 INFO:teuthology.run_tasks:Running task internal.syslog... 2026-02-23T08:44:43.095 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2026-02-23T08:44:43.096 DEBUG:teuthology.orchestra.run.trial043:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T08:44:43.112 DEBUG:teuthology.orchestra.run.trial122:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T08:44:43.114 DEBUG:teuthology.orchestra.run.trial138:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2026-02-23T08:44:43.135 DEBUG:teuthology.orchestra.run.trial043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:44:43.323 DEBUG:teuthology.orchestra.run.trial043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:44:43.348 DEBUG:teuthology.orchestra.run.trial043:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:44:43.509 DEBUG:teuthology.orchestra.run.trial043:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:44:43.532 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:44:43.532 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T08:44:43.598 DEBUG:teuthology.orchestra.run.trial122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:44:43.714 DEBUG:teuthology.orchestra.run.trial122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:44:43.738 DEBUG:teuthology.orchestra.run.trial122:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:44:43.856 DEBUG:teuthology.orchestra.run.trial122:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:44:43.880 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:44:43.880 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T08:44:43.944 DEBUG:teuthology.orchestra.run.trial138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:44:44.016 DEBUG:teuthology.orchestra.run.trial138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:44:44.040 DEBUG:teuthology.orchestra.run.trial138:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:44:44.176 DEBUG:teuthology.orchestra.run.trial138:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:44:44.199 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:44:44.199 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2026-02-23T08:44:44.262 DEBUG:teuthology.orchestra.run.trial043:> sudo service rsyslog restart 2026-02-23T08:44:44.264 DEBUG:teuthology.orchestra.run.trial122:> sudo service rsyslog restart 2026-02-23T08:44:44.266 DEBUG:teuthology.orchestra.run.trial138:> sudo service rsyslog restart 2026-02-23T08:44:44.291 INFO:teuthology.orchestra.run.trial122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:44:44.291 INFO:teuthology.orchestra.run.trial043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:44:44.330 INFO:teuthology.orchestra.run.trial138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:44:44.830 INFO:teuthology.run_tasks:Running task internal.timer... 2026-02-23T08:44:44.849 INFO:teuthology.task.internal:Starting timer... 2026-02-23T08:44:44.849 INFO:teuthology.run_tasks:Running task pcp... 2026-02-23T08:44:44.878 INFO:teuthology.run_tasks:Running task selinux... 2026-02-23T08:44:44.896 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-23T08:44:44.896 DEBUG:teuthology.orchestra.run.trial043:> sudo service auditd rotate 2026-02-23T08:44:44.927 INFO:teuthology.orchestra.run.trial043.stdout:Rotating logs: 2026-02-23T08:44:44.929 DEBUG:teuthology.orchestra.run.trial122:> sudo service auditd rotate 2026-02-23T08:44:44.957 INFO:teuthology.orchestra.run.trial122.stdout:Rotating logs: 2026-02-23T08:44:44.958 DEBUG:teuthology.orchestra.run.trial138:> sudo service auditd rotate 2026-02-23T08:44:44.986 INFO:teuthology.orchestra.run.trial138.stdout:Rotating logs: 2026-02-23T08:44:44.988 DEBUG:teuthology.task.selinux:Getting current SELinux state 2026-02-23T08:44:44.989 DEBUG:teuthology.orchestra.run.trial043:> /usr/sbin/getenforce 2026-02-23T08:44:45.005 INFO:teuthology.orchestra.run.trial043.stdout:Permissive 2026-02-23T08:44:45.005 DEBUG:teuthology.orchestra.run.trial122:> /usr/sbin/getenforce 2026-02-23T08:44:45.022 INFO:teuthology.orchestra.run.trial122.stdout:Permissive 2026-02-23T08:44:45.022 DEBUG:teuthology.orchestra.run.trial138:> /usr/sbin/getenforce 2026-02-23T08:44:45.044 INFO:teuthology.orchestra.run.trial138.stdout:Permissive 2026-02-23T08:44:45.045 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@trial043.front.sepia.ceph.com': 'permissive', 'ubuntu@trial122.front.sepia.ceph.com': 'permissive', 'ubuntu@trial138.front.sepia.ceph.com': 'permissive'} 2026-02-23T08:44:45.045 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:44:45.070 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:44:45.070 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:44:45.094 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:44:45.095 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-23T08:44:45.119 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:44:45.120 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2026-02-23T08:44:45.120 DEBUG:teuthology.orchestra.run.trial043:> sudo /usr/sbin/setenforce permissive 2026-02-23T08:44:45.144 DEBUG:teuthology.orchestra.run.trial122:> sudo /usr/sbin/setenforce permissive 2026-02-23T08:44:45.168 DEBUG:teuthology.orchestra.run.trial138:> sudo /usr/sbin/setenforce permissive 2026-02-23T08:44:45.191 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2026-02-23T08:44:45.206 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2026-02-23T08:44:45.219 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-23T08:44:45.220 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit trial043.front.sepia.ceph.com,trial122.front.sepia.ceph.com,trial138.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2026-02-23T08:47:34.581 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@trial043.front.sepia.ceph.com'), Remote(name='ubuntu@trial122.front.sepia.ceph.com'), Remote(name='ubuntu@trial138.front.sepia.ceph.com')] 2026-02-23T08:47:34.582 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial043.front.sepia.ceph.com' 2026-02-23T08:47:34.584 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial043.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:47:34.695 DEBUG:teuthology.orchestra.run.trial043:> true 2026-02-23T08:47:34.775 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial043.front.sepia.ceph.com' 2026-02-23T08:47:34.776 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-23T08:47:34.776 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial122.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:47:34.864 DEBUG:teuthology.orchestra.run.trial122:> true 2026-02-23T08:47:34.936 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial122.front.sepia.ceph.com' 2026-02-23T08:47:34.937 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@trial138.front.sepia.ceph.com' 2026-02-23T08:47:34.937 DEBUG:teuthology.orchestra.connection:{'hostname': 'trial138.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2026-02-23T08:47:35.077 DEBUG:teuthology.orchestra.run.trial138:> true 2026-02-23T08:47:35.157 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@trial138.front.sepia.ceph.com' 2026-02-23T08:47:35.158 INFO:teuthology.run_tasks:Running task clock... 2026-02-23T08:47:35.170 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2026-02-23T08:47:35.170 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T08:47:35.171 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:47:35.173 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T08:47:35.173 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:47:35.175 INFO:teuthology.orchestra.run:Running command with timeout 360 2026-02-23T08:47:35.175 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-23T08:47:35.199 INFO:teuthology.orchestra.run.trial043.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T08:47:35.200 INFO:teuthology.orchestra.run.trial122.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T08:47:35.211 INFO:teuthology.orchestra.run.trial043.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T08:47:35.212 INFO:teuthology.orchestra.run.trial122.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T08:47:35.225 INFO:teuthology.orchestra.run.trial138.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2026-02-23T08:47:35.233 INFO:teuthology.orchestra.run.trial122.stderr:sudo: ntpd: command not found 2026-02-23T08:47:35.233 INFO:teuthology.orchestra.run.trial043.stderr:sudo: ntpd: command not found 2026-02-23T08:47:35.237 INFO:teuthology.orchestra.run.trial138.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2026-02-23T08:47:35.242 INFO:teuthology.orchestra.run.trial122.stdout:506 Cannot talk to daemon 2026-02-23T08:47:35.243 INFO:teuthology.orchestra.run.trial043.stdout:506 Cannot talk to daemon 2026-02-23T08:47:35.254 INFO:teuthology.orchestra.run.trial043.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T08:47:35.255 INFO:teuthology.orchestra.run.trial122.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T08:47:35.256 INFO:teuthology.orchestra.run.trial138.stderr:sudo: ntpd: command not found 2026-02-23T08:47:35.266 INFO:teuthology.orchestra.run.trial043.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T08:47:35.267 INFO:teuthology.orchestra.run.trial138.stdout:506 Cannot talk to daemon 2026-02-23T08:47:35.267 INFO:teuthology.orchestra.run.trial122.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T08:47:35.278 INFO:teuthology.orchestra.run.trial138.stderr:Failed to start ntp.service: Unit ntp.service not found. 2026-02-23T08:47:35.290 INFO:teuthology.orchestra.run.trial138.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2026-02-23T08:47:35.312 INFO:teuthology.orchestra.run.trial122.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:47:35.313 INFO:teuthology.orchestra.run.trial122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:47:35.313 INFO:teuthology.orchestra.run.trial122.stdout:=============================================================================== 2026-02-23T08:47:35.317 INFO:teuthology.orchestra.run.trial043.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:47:35.319 INFO:teuthology.orchestra.run.trial043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:47:35.319 INFO:teuthology.orchestra.run.trial043.stdout:=============================================================================== 2026-02-23T08:47:35.336 INFO:teuthology.orchestra.run.trial138.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:47:35.337 INFO:teuthology.orchestra.run.trial138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:47:35.337 INFO:teuthology.orchestra.run.trial138.stdout:=============================================================================== 2026-02-23T08:47:35.339 INFO:teuthology.run_tasks:Running task pexec... 2026-02-23T08:47:35.356 INFO:teuthology.task.pexec:Executing custom commands... 2026-02-23T08:47:35.356 DEBUG:teuthology.orchestra.run.trial043:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T08:47:35.357 DEBUG:teuthology.orchestra.run.trial122:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T08:47:35.358 DEBUG:teuthology.orchestra.run.trial138:> TESTDIR=/home/ubuntu/cephtest bash -s 2026-02-23T08:47:35.360 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial122.front.sepia.ceph.com 2026-02-23T08:47:35.360 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T08:47:35.360 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-23T08:47:35.363 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial043.front.sepia.ceph.com 2026-02-23T08:47:35.363 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T08:47:35.363 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-23T08:47:35.382 INFO:teuthology.task.pexec:Running commands on host ubuntu@trial138.front.sepia.ceph.com 2026-02-23T08:47:35.382 INFO:teuthology.task.pexec:sudo dnf remove nvme-cli -y 2026-02-23T08:47:35.382 INFO:teuthology.task.pexec:sudo dnf install nvmetcli nvme-cli -y 2026-02-23T08:47:35.530 INFO:teuthology.orchestra.run.trial122.stdout:No match for argument: nvme-cli 2026-02-23T08:47:35.530 INFO:teuthology.orchestra.run.trial122.stderr:No packages marked for removal. 2026-02-23T08:47:35.532 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:47:35.532 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:47:35.532 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:47:35.534 INFO:teuthology.orchestra.run.trial043.stdout:No match for argument: nvme-cli 2026-02-23T08:47:35.534 INFO:teuthology.orchestra.run.trial043.stderr:No packages marked for removal. 2026-02-23T08:47:35.536 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:47:35.537 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:47:35.537 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:47:35.551 INFO:teuthology.orchestra.run.trial138.stdout:No match for argument: nvme-cli 2026-02-23T08:47:35.552 INFO:teuthology.orchestra.run.trial138.stderr:No packages marked for removal. 2026-02-23T08:47:35.553 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:47:35.554 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:47:35.554 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:47:35.836 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:30 ago on Mon 23 Feb 2026 08:47:05 AM UTC. 2026-02-23T08:47:35.841 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:31 ago on Mon 23 Feb 2026 08:47:04 AM UTC. 2026-02-23T08:47:35.862 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:31 ago on Mon 23 Feb 2026 08:47:04 AM UTC. 2026-02-23T08:47:35.916 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:47:35.917 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:47:35.918 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-23T08:47:35.918 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:47:35.918 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:47:35.918 INFO:teuthology.orchestra.run.trial122.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T08:47:35.918 INFO:teuthology.orchestra.run.trial122.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T08:47:35.918 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:47:35.918 INFO:teuthology.orchestra.run.trial122.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T08:47:35.918 INFO:teuthology.orchestra.run.trial122.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T08:47:35.919 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T08:47:35.919 INFO:teuthology.orchestra.run.trial122.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T08:47:35.919 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:47:35.919 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:47:35.919 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:47:35.919 INFO:teuthology.orchestra.run.trial122.stdout:Install 6 Packages 2026-02-23T08:47:35.920 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:47:35.920 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 2.3 M 2026-02-23T08:47:35.920 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 11 M 2026-02-23T08:47:35.920 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:47:35.923 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:47:35.923 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout: Package Architecture Version Repository Size 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T08:47:35.924 INFO:teuthology.orchestra.run.trial043.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T08:47:35.925 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:47:35.925 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:47:35.925 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:47:35.925 INFO:teuthology.orchestra.run.trial043.stdout:Install 6 Packages 2026-02-23T08:47:35.925 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:47:35.925 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 2.3 M 2026-02-23T08:47:35.925 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 11 M 2026-02-23T08:47:35.925 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:47:35.943 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout: nvme-cli x86_64 2.16-1.el9 baseos 1.2 M 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout: nvmetcli noarch 0.8-3.el9 baseos 44 k 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout: python3-configshell noarch 1:1.1.30-1.el9 baseos 72 k 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout: python3-kmod x86_64 0.9-32.el9 baseos 84 k 2026-02-23T08:47:35.944 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyparsing noarch 2.4.7-9.el9 baseos 150 k 2026-02-23T08:47:35.945 INFO:teuthology.orchestra.run.trial138.stdout: python3-urwid x86_64 2.1.2-4.el9 baseos 837 k 2026-02-23T08:47:35.945 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:47:35.945 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:47:35.945 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:47:35.945 INFO:teuthology.orchestra.run.trial138.stdout:Install 6 Packages 2026-02-23T08:47:35.945 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:47:35.945 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 2.3 M 2026-02-23T08:47:35.946 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 11 M 2026-02-23T08:47:35.946 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:47:36.079 INFO:teuthology.orchestra.run.trial138.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 991 kB/s | 44 kB 00:00 2026-02-23T08:47:36.082 INFO:teuthology.orchestra.run.trial138.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 1.5 MB/s | 72 kB 00:00 2026-02-23T08:47:36.100 INFO:teuthology.orchestra.run.trial138.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 4.1 MB/s | 84 kB 00:00 2026-02-23T08:47:36.104 INFO:teuthology.orchestra.run.trial138.stdout:(4/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 6.8 MB/s | 150 kB 00:00 2026-02-23T08:47:36.110 INFO:teuthology.orchestra.run.trial122.stdout:(1/6): nvmetcli-0.8-3.el9.noarch.rpm 329 kB/s | 44 kB 00:00 2026-02-23T08:47:36.132 INFO:teuthology.orchestra.run.trial138.stdout:(5/6): nvme-cli-2.16-1.el9.x86_64.rpm 12 MB/s | 1.2 MB 00:00 2026-02-23T08:47:36.134 INFO:teuthology.orchestra.run.trial138.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 24 MB/s | 837 kB 00:00 2026-02-23T08:47:36.134 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:47:36.134 INFO:teuthology.orchestra.run.trial138.stdout:Total 12 MB/s | 2.3 MB 00:00 2026-02-23T08:47:36.154 INFO:teuthology.orchestra.run.trial122.stdout:(2/6): python3-configshell-1.1.30-1.el9.noarch. 405 kB/s | 72 kB 00:00 2026-02-23T08:47:36.172 INFO:teuthology.orchestra.run.trial122.stdout:(3/6): nvme-cli-2.16-1.el9.x86_64.rpm 5.9 MB/s | 1.2 MB 00:00 2026-02-23T08:47:36.186 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:47:36.194 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:47:36.194 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:47:36.236 INFO:teuthology.orchestra.run.trial122.stdout:(4/6): python3-kmod-0.9-32.el9.x86_64.rpm 669 kB/s | 84 kB 00:00 2026-02-23T08:47:36.260 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:47:36.261 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:47:36.274 INFO:teuthology.orchestra.run.trial122.stdout:(5/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 1.2 MB/s | 150 kB 00:00 2026-02-23T08:47:36.365 INFO:teuthology.orchestra.run.trial122.stdout:(6/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 4.2 MB/s | 837 kB 00:00 2026-02-23T08:47:36.366 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:47:36.366 INFO:teuthology.orchestra.run.trial122.stdout:Total 5.2 MB/s | 2.3 MB 00:00 2026-02-23T08:47:36.389 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:47:36.397 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-23T08:47:36.406 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-23T08:47:36.411 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-23T08:47:36.415 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:47:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-23T08:47:36.418 INFO:teuthology.orchestra.run.trial138.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-23T08:47:36.423 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:47:36.423 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:47:36.489 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:47:36.490 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:47:36.549 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-23T08:47:36.552 INFO:teuthology.orchestra.run.trial138.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-23T08:47:36.619 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:47:36.627 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-23T08:47:36.636 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-23T08:47:36.642 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-23T08:47:36.647 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-23T08:47:36.648 INFO:teuthology.orchestra.run.trial122.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-23T08:47:36.753 INFO:teuthology.orchestra.run.trial043.stdout:(1/6): python3-configshell-1.1.30-1.el9.noarch. 137 kB/s | 72 kB 00:00 2026-02-23T08:47:36.759 INFO:teuthology.orchestra.run.trial043.stdout:(2/6): nvmetcli-0.8-3.el9.noarch.rpm 83 kB/s | 44 kB 00:00 2026-02-23T08:47:36.779 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-23T08:47:36.782 INFO:teuthology.orchestra.run.trial122.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-23T08:47:36.827 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-23T08:47:36.828 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-23T08:47:36.828 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:47:36.936 INFO:teuthology.orchestra.run.trial043.stdout:(3/6): python3-kmod-0.9-32.el9.x86_64.rpm 460 kB/s | 84 kB 00:00 2026-02-23T08:47:37.062 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-23T08:47:37.062 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T08:47:37.062 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:47:37.066 INFO:teuthology.orchestra.run.trial043.stdout:(4/6): nvme-cli-2.16-1.el9.x86_64.rpm 1.4 MB/s | 1.2 MB 00:00 2026-02-23T08:47:37.078 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-23T08:47:37.078 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-23T08:47:37.078 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-23T08:47:37.078 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-23T08:47:37.078 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-23T08:47:37.132 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-23T08:47:37.132 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:47:37.132 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:47:37.132 INFO:teuthology.orchestra.run.trial138.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T08:47:37.133 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-23T08:47:37.133 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-23T08:47:37.133 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:47:37.133 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:47:37.163 DEBUG:teuthology.parallel:result is None 2026-02-23T08:47:37.196 INFO:teuthology.orchestra.run.trial043.stdout:(5/6): python3-urwid-2.1.2-4.el9.x86_64.rpm 3.2 MB/s | 837 kB 00:00 2026-02-23T08:47:37.315 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-23T08:47:37.316 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-23T08:47:37.316 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-23T08:47:37.316 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-23T08:47:37.316 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-23T08:47:37.368 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-23T08:47:37.368 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:47:37.368 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:47:37.369 INFO:teuthology.orchestra.run.trial122.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T08:47:37.369 INFO:teuthology.orchestra.run.trial122.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T08:47:37.369 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T08:47:37.369 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:47:37.369 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:47:37.399 DEBUG:teuthology.parallel:result is None 2026-02-23T08:47:37.415 INFO:teuthology.orchestra.run.trial043.stdout:(6/6): python3-pyparsing-2.4.7-9.el9.noarch.rpm 230 kB/s | 150 kB 00:00 2026-02-23T08:47:37.416 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:47:37.416 INFO:teuthology.orchestra.run.trial043.stdout:Total 1.5 MB/s | 2.3 MB 00:01 2026-02-23T08:47:37.466 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:47:37.474 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:47:37.474 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:47:37.539 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:47:37.540 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:47:37.670 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:47:37.678 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-urwid-2.1.2-4.el9.x86_64 1/6 2026-02-23T08:47:37.687 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-pyparsing-2.4.7-9.el9.noarch 2/6 2026-02-23T08:47:37.694 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-23T08:47:37.700 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-23T08:47:37.701 INFO:teuthology.orchestra.run.trial043.stdout: Installing : nvmetcli-0.8-3.el9.noarch 5/6 2026-02-23T08:47:37.832 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: nvmetcli-0.8-3.el9.noarch 5/6 2026-02-23T08:47:37.835 INFO:teuthology.orchestra.run.trial043.stdout: Installing : nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-23T08:47:38.108 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: nvme-cli-2.16-1.el9.x86_64 6/6 2026-02-23T08:47:38.108 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/default.target.wants/nvmefc-boot-connections.service → /usr/lib/systemd/system/nvmefc-boot-connections.service. 2026-02-23T08:47:38.109 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:47:38.352 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : nvme-cli-2.16-1.el9.x86_64 1/6 2026-02-23T08:47:38.352 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : nvmetcli-0.8-3.el9.noarch 2/6 2026-02-23T08:47:38.352 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-configshell-1:1.1.30-1.el9.noarch 3/6 2026-02-23T08:47:38.352 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-kmod-0.9-32.el9.x86_64 4/6 2026-02-23T08:47:38.352 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-pyparsing-2.4.7-9.el9.noarch 5/6 2026-02-23T08:47:38.407 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-urwid-2.1.2-4.el9.x86_64 6/6 2026-02-23T08:47:38.407 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:47:38.407 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:47:38.408 INFO:teuthology.orchestra.run.trial043.stdout: nvme-cli-2.16-1.el9.x86_64 nvmetcli-0.8-3.el9.noarch 2026-02-23T08:47:38.408 INFO:teuthology.orchestra.run.trial043.stdout: python3-configshell-1:1.1.30-1.el9.noarch python3-kmod-0.9-32.el9.x86_64 2026-02-23T08:47:38.408 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyparsing-2.4.7-9.el9.noarch python3-urwid-2.1.2-4.el9.x86_64 2026-02-23T08:47:38.408 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:47:38.408 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:47:38.437 DEBUG:teuthology.parallel:result is None 2026-02-23T08:47:38.438 INFO:teuthology.run_tasks:Running task install... 2026-02-23T08:47:38.453 DEBUG:teuthology.task.install:project ceph 2026-02-23T08:47:38.453 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '5adce3ff0fe1645dcbc38d059f948571dc3d69da'}} 2026-02-23T08:47:38.453 DEBUG:teuthology.task.install:config {'flavor': 'default', 'sha1': '5adce3ff0fe1645dcbc38d059f948571dc3d69da'} 2026-02-23T08:47:38.454 INFO:teuthology.task.install:Using flavor: default 2026-02-23T08:47:38.465 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-osd', 'ceph-osd-classic', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-osd', 'ceph-osd-classic', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2026-02-23T08:47:38.465 INFO:teuthology.task.install:extra packages: [] 2026-02-23T08:47:38.466 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': '5adce3ff0fe1645dcbc38d059f948571dc3d69da', 'tag': None, 'wait_for_package': False} 2026-02-23T08:47:38.467 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:47:38.470 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': '5adce3ff0fe1645dcbc38d059f948571dc3d69da', 'tag': None, 'wait_for_package': False} 2026-02-23T08:47:38.470 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:47:38.472 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': '5adce3ff0fe1645dcbc38d059f948571dc3d69da', 'tag': None, 'wait_for_package': False} 2026-02-23T08:47:38.472 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:47:38.724 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/ 2026-02-23T08:47:38.724 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5433.g5adce3ff 2026-02-23T08:47:38.736 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/ 2026-02-23T08:47:38.736 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5433.g5adce3ff 2026-02-23T08:47:38.737 INFO:teuthology.task.install.rpm:Pulling from https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/ 2026-02-23T08:47:38.737 INFO:teuthology.task.install.rpm:Package version is 20.3.0-5433.g5adce3ff 2026-02-23T08:47:38.946 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-23T08:47:38.946 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:47:38.946 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-23T08:47:38.948 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-23T08:47:38.948 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:47:38.948 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-23T08:47:38.950 INFO:teuthology.packaging:Writing yum repo: [ceph] name=ceph packages for $basearch baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/$basearch enabled=1 gpgcheck=0 type=rpm-md [ceph-noarch] name=ceph noarch packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/noarch enabled=1 gpgcheck=0 type=rpm-md [ceph-source] name=ceph source packages baseurl=https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/SRPMS enabled=1 gpgcheck=0 type=rpm-md 2026-02-23T08:47:38.950 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:47:38.950 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/etc/yum.repos.d/ceph.repo 2026-02-23T08:47:38.975 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-osd, ceph-osd-classic, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-23T08:47:38.976 DEBUG:teuthology.orchestra.run.trial122:> 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/5adce3ff0fe1645dcbc38d059f948571dc3d69da/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-23T08:47:38.976 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-osd, ceph-osd-classic, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-23T08:47:38.976 DEBUG:teuthology.orchestra.run.trial043:> 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/5adce3ff0fe1645dcbc38d059f948571dc3d69da/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-23T08:47:38.980 INFO:teuthology.task.install.rpm:Installing packages: ceph-radosgw, ceph-test, ceph, ceph-base, cephadm, ceph-immutable-object-cache, ceph-mgr, ceph-mgr-dashboard, ceph-mgr-diskprediction-local, ceph-mgr-rook, ceph-mgr-cephadm, ceph-osd, ceph-osd-classic, ceph-fuse, ceph-volume, librados-devel, libcephfs2, libcephfs-devel, librados2, librbd1, python3-rados, python3-rgw, python3-cephfs, python3-rbd, rbd-fuse, rbd-mirror, rbd-nbd on remote rpm x86_64 2026-02-23T08:47:38.980 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/5adce3ff0fe1645dcbc38d059f948571dc3d69da/;g' /etc/yum.repos.d/ceph.repo ; fi 2026-02-23T08:47:39.041 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:47:39.042 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:47:39.045 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-23T08:47:39.113 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:47:39.117 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:47:39.118 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-23T08:47:39.176 INFO:teuthology.orchestra.run.trial122.stdout:check_obsoletes = 1 2026-02-23T08:47:39.178 DEBUG:teuthology.orchestra.run.trial122:> sudo yum clean all 2026-02-23T08:47:39.180 INFO:teuthology.orchestra.run.trial043.stdout:check_obsoletes = 1 2026-02-23T08:47:39.181 DEBUG:teuthology.orchestra.run.trial043:> sudo yum clean all 2026-02-23T08:47:39.182 INFO:teuthology.orchestra.run.trial138.stdout:check_obsoletes = 1 2026-02-23T08:47:39.183 DEBUG:teuthology.orchestra.run.trial138:> sudo yum clean all 2026-02-23T08:47:39.336 INFO:teuthology.orchestra.run.trial122.stdout:41 files removed 2026-02-23T08:47:39.339 INFO:teuthology.orchestra.run.trial043.stdout:41 files removed 2026-02-23T08:47:39.340 INFO:teuthology.orchestra.run.trial138.stdout:41 files removed 2026-02-23T08:47:39.351 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-radosgw 2026-02-23T08:47:39.353 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-radosgw 2026-02-23T08:47:39.355 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-radosgw 2026-02-23T08:47:39.623 INFO:teuthology.orchestra.run.trial122.stdout:ceph packages for x86_64 719 kB/s | 91 kB 00:00 2026-02-23T08:47:39.628 INFO:teuthology.orchestra.run.trial138.stdout:ceph packages for x86_64 701 kB/s | 91 kB 00:00 2026-02-23T08:47:39.630 INFO:teuthology.orchestra.run.trial043.stdout:ceph packages for x86_64 695 kB/s | 91 kB 00:00 2026-02-23T08:47:39.771 INFO:teuthology.orchestra.run.trial122.stdout:ceph noarch packages 197 kB/s | 24 kB 00:00 2026-02-23T08:47:39.774 INFO:teuthology.orchestra.run.trial138.stdout:ceph noarch packages 198 kB/s | 24 kB 00:00 2026-02-23T08:47:39.775 INFO:teuthology.orchestra.run.trial043.stdout:ceph noarch packages 200 kB/s | 24 kB 00:00 2026-02-23T08:47:39.898 INFO:teuthology.orchestra.run.trial122.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-23T08:47:39.906 INFO:teuthology.orchestra.run.trial138.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-23T08:47:39.907 INFO:teuthology.orchestra.run.trial043.stdout:ceph source packages 19 kB/s | 2.1 kB 00:00 2026-02-23T08:47:40.850 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - BaseOS 9.6 MB/s | 8.9 MB 00:00 2026-02-23T08:47:41.261 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - BaseOS 6.7 MB/s | 8.9 MB 00:01 2026-02-23T08:47:41.264 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - BaseOS 6.6 MB/s | 8.9 MB 00:01 2026-02-23T08:47:43.726 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - AppStream 14 MB/s | 27 MB 00:01 2026-02-23T08:47:44.023 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-23T08:47:44.425 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - AppStream 10 MB/s | 27 MB 00:02 2026-02-23T08:47:47.634 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - CRB 5.1 MB/s | 7.8 MB 00:01 2026-02-23T08:47:47.766 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - CRB 5.7 MB/s | 7.8 MB 00:01 2026-02-23T08:47:48.459 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - CRB 4.6 MB/s | 7.8 MB 00:01 2026-02-23T08:47:49.486 INFO:teuthology.orchestra.run.trial138.stdout:CentOS Stream 9 - Extras packages 66 kB/s | 20 kB 00:00 2026-02-23T08:47:49.531 INFO:teuthology.orchestra.run.trial043.stdout:CentOS Stream 9 - Extras packages 19 kB/s | 20 kB 00:01 2026-02-23T08:47:49.658 INFO:teuthology.orchestra.run.trial122.stdout:CentOS Stream 9 - Extras packages 15 kB/s | 20 kB 00:01 2026-02-23T08:47:49.949 INFO:teuthology.orchestra.run.trial043.stdout:Extra Packages for Enterprise Linux 57 MB/s | 20 MB 00:00 2026-02-23T08:47:50.374 INFO:teuthology.orchestra.run.trial138.stdout:Extra Packages for Enterprise Linux 25 MB/s | 20 MB 00:00 2026-02-23T08:47:50.561 INFO:teuthology.orchestra.run.trial122.stdout:Extra Packages for Enterprise Linux 24 MB/s | 20 MB 00:00 2026-02-23T08:47:53.187 INFO:teuthology.orchestra.run.trial043.stdout:lab-extras 2.5 MB/s | 50 kB 00:00 2026-02-23T08:47:53.551 INFO:teuthology.orchestra.run.trial138.stdout:lab-extras 2.6 MB/s | 50 kB 00:00 2026-02-23T08:47:53.753 INFO:teuthology.orchestra.run.trial122.stdout:lab-extras 2.7 MB/s | 50 kB 00:00 2026-02-23T08:47:54.394 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:47:54.395 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:47:54.395 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout: ceph-radosgw x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 13 M 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout:Upgrading: 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout: librados2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 3.5 M 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout: librbd1 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.8 M 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout: ceph-base x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 5.2 M 2026-02-23T08:47:54.396 INFO:teuthology.orchestra.run.trial043.stdout: ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 24 M 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: ceph-selinux x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 25 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: libcephfs2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 909 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: libradosstriper1 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 248 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: librgw2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 6.5 M 2026-02-23T08:47:54.397 INFO:teuthology.orchestra.run.trial043.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: python3-ceph-argparse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 45 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: python3-ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 186 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: python3-cephfs x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 203 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: python3-rados x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 324 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: python3-rbd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 306 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: python3-rgw x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 100 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-23T08:47:54.398 INFO:teuthology.orchestra.run.trial043.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout:Installing weak dependencies: 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout:Install 32 Packages 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout:Upgrade 2 Packages 2026-02-23T08:47:54.399 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:47:54.400 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 67 M 2026-02-23T08:47:54.400 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:47:54.769 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:47:54.770 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:47:54.770 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:47:54.770 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:47:54.770 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:47:54.770 INFO:teuthology.orchestra.run.trial138.stdout: ceph-radosgw x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 13 M 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout:Upgrading: 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: librados2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 3.5 M 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: librbd1 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.8 M 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: ceph-base x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 5.2 M 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 24 M 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: ceph-selinux x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 25 k 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-23T08:47:54.771 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 909 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: libradosstriper1 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 248 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: librgw2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 6.5 M 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-23T08:47:54.772 INFO:teuthology.orchestra.run.trial138.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: python3-ceph-argparse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 45 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: python3-ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 186 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: python3-cephfs x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 203 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: python3-rados x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 324 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: python3-rbd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 306 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: python3-rgw x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 100 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout:Installing weak dependencies: 2026-02-23T08:47:54.773 INFO:teuthology.orchestra.run.trial138.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-23T08:47:54.774 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:47:54.774 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:47:54.774 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:47:54.774 INFO:teuthology.orchestra.run.trial138.stdout:Install 32 Packages 2026-02-23T08:47:54.774 INFO:teuthology.orchestra.run.trial138.stdout:Upgrade 2 Packages 2026-02-23T08:47:54.774 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:47:54.775 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 67 M 2026-02-23T08:47:54.775 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:47:54.952 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:47:54.953 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:47:54.953 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:47:54.953 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:47:54.953 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:47:54.953 INFO:teuthology.orchestra.run.trial122.stdout: ceph-radosgw x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 13 M 2026-02-23T08:47:54.953 INFO:teuthology.orchestra.run.trial122.stdout:Upgrading: 2026-02-23T08:47:54.953 INFO:teuthology.orchestra.run.trial122.stdout: librados2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 3.5 M 2026-02-23T08:47:54.953 INFO:teuthology.orchestra.run.trial122.stdout: librbd1 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.8 M 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: boost-program-options x86_64 1.75.0-13.el9 appstream 104 k 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: ceph-base x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 5.2 M 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 24 M 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: ceph-selinux x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 25 k 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: gperftools-libs x86_64 2.9.1-3.el9 epel 308 k 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: libarrow x86_64 9.0.0-15.el9 epel 4.4 M 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: libarrow-doc noarch 9.0.0-15.el9 epel 25 k 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 909 k 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: libnbd x86_64 1.20.3-4.el9 appstream 164 k 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: liboath x86_64 2.6.12-1.el9 epel 49 k 2026-02-23T08:47:54.954 INFO:teuthology.orchestra.run.trial122.stdout: libpmemobj x86_64 1.12.1-1.el9 appstream 160 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: librabbitmq x86_64 0.11.0-7.el9 appstream 45 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: libradosstriper1 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 248 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: librdkafka x86_64 1.6.1-102.el9 appstream 662 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: librgw2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 6.5 M 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: libunwind x86_64 1.6.2-1.el9 epel 67 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: lttng-ust x86_64 2.12.0-6.el9 appstream 292 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: mailcap noarch 2.1.49-5.el9 baseos 33 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: parquet-libs x86_64 9.0.0-15.el9 epel 838 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: pciutils x86_64 3.7.0-7.el9 baseos 93 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: python3-ceph-argparse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 45 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: python3-ceph-common x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 186 k 2026-02-23T08:47:54.955 INFO:teuthology.orchestra.run.trial122.stdout: python3-cephfs x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 203 k 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: python3-rados x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 324 k 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: python3-rbd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 306 k 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: python3-rgw x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 100 k 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: qatlib x86_64 25.08.0-2.el9 appstream 240 k 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: qatzip-libs x86_64 1.3.1-1.el9 appstream 66 k 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: re2 x86_64 1:20211101-20.el9 epel 191 k 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: thrift x86_64 0.15.0-4.el9 epel 1.6 M 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout:Installing weak dependencies: 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: qatlib-service x86_64 25.08.0-2.el9 appstream 37 k 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:47:54.956 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:47:54.957 INFO:teuthology.orchestra.run.trial122.stdout:Install 32 Packages 2026-02-23T08:47:54.957 INFO:teuthology.orchestra.run.trial122.stdout:Upgrade 2 Packages 2026-02-23T08:47:54.957 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:47:54.957 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 67 M 2026-02-23T08:47:54.957 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:47:55.340 INFO:teuthology.orchestra.run.trial043.stdout:(1/34): ceph-base-20.3.0-5433.g5adce3ff.el9.x86 13 MB/s | 5.2 MB 00:00 2026-02-23T08:47:55.375 INFO:teuthology.orchestra.run.trial043.stdout:(2/34): ceph-selinux-20.3.0-5433.g5adce3ff.el9. 706 kB/s | 25 kB 00:00 2026-02-23T08:47:55.433 INFO:teuthology.orchestra.run.trial043.stdout:(3/34): libcephfs2-20.3.0-5433.g5adce3ff.el9.x8 15 MB/s | 909 kB 00:00 2026-02-23T08:47:55.477 INFO:teuthology.orchestra.run.trial043.stdout:(4/34): libradosstriper1-20.3.0-5433.g5adce3ff. 5.6 MB/s | 248 kB 00:00 2026-02-23T08:47:55.767 INFO:teuthology.orchestra.run.trial043.stdout:(5/34): ceph-radosgw-20.3.0-5433.g5adce3ff.el9. 16 MB/s | 13 MB 00:00 2026-02-23T08:47:55.819 INFO:teuthology.orchestra.run.trial043.stdout:(6/34): python3-ceph-argparse-20.3.0-5433.g5adc 878 kB/s | 45 kB 00:00 2026-02-23T08:47:55.875 INFO:teuthology.orchestra.run.trial043.stdout:(7/34): python3-ceph-common-20.3.0-5433.g5adce3 3.3 MB/s | 186 kB 00:00 2026-02-23T08:47:55.887 INFO:teuthology.orchestra.run.trial043.stdout:(8/34): librgw2-20.3.0-5433.g5adce3ff.el9.x86_6 16 MB/s | 6.5 MB 00:00 2026-02-23T08:47:55.915 INFO:teuthology.orchestra.run.trial043.stdout:(9/34): python3-cephfs-20.3.0-5433.g5adce3ff.el 4.9 MB/s | 203 kB 00:00 2026-02-23T08:47:55.931 INFO:teuthology.orchestra.run.trial043.stdout:(10/34): python3-rados-20.3.0-5433.g5adce3ff.el 7.2 MB/s | 324 kB 00:00 2026-02-23T08:47:55.962 INFO:teuthology.orchestra.run.trial043.stdout:(11/34): python3-rbd-20.3.0-5433.g5adce3ff.el9. 6.4 MB/s | 306 kB 00:00 2026-02-23T08:47:55.973 INFO:teuthology.orchestra.run.trial043.stdout:(12/34): python3-rgw-20.3.0-5433.g5adce3ff.el9. 2.3 MB/s | 100 kB 00:00 2026-02-23T08:47:56.060 INFO:teuthology.orchestra.run.trial043.stdout:(13/34): ceph-common-20.3.0-5433.g5adce3ff.el9. 21 MB/s | 24 MB 00:01 2026-02-23T08:47:56.183 INFO:teuthology.orchestra.run.trial043.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 844 kB/s | 104 kB 00:00 2026-02-23T08:47:56.244 INFO:teuthology.orchestra.run.trial043.stdout:(15/34): mailcap-2.1.49-5.el9.noarch.rpm 117 kB/s | 33 kB 00:00 2026-02-23T08:47:56.297 INFO:teuthology.orchestra.run.trial043.stdout:(16/34): libnbd-1.20.3-4.el9.x86_64.rpm 1.4 MB/s | 164 kB 00:00 2026-02-23T08:47:56.300 INFO:teuthology.orchestra.run.trial122.stdout:(1/34): ceph-base-20.3.0-5433.g5adce3ff.el9.x86 4.8 MB/s | 5.2 MB 00:01 2026-02-23T08:47:56.324 INFO:teuthology.orchestra.run.trial122.stdout:(2/34): ceph-selinux-20.3.0-5433.g5adce3ff.el9. 1.0 MB/s | 25 kB 00:00 2026-02-23T08:47:56.358 INFO:teuthology.orchestra.run.trial043.stdout:(17/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.4 MB/s | 160 kB 00:00 2026-02-23T08:47:56.372 INFO:teuthology.orchestra.run.trial043.stdout:(18/34): pciutils-3.7.0-7.el9.x86_64.rpm 233 kB/s | 93 kB 00:00 2026-02-23T08:47:56.389 INFO:teuthology.orchestra.run.trial043.stdout:(19/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 495 kB/s | 45 kB 00:00 2026-02-23T08:47:56.415 INFO:teuthology.orchestra.run.trial122.stdout:(3/34): libcephfs2-20.3.0-5433.g5adce3ff.el9.x8 9.7 MB/s | 909 kB 00:00 2026-02-23T08:47:56.448 INFO:teuthology.orchestra.run.trial122.stdout:(4/34): libradosstriper1-20.3.0-5433.g5adce3ff. 7.4 MB/s | 248 kB 00:00 2026-02-23T08:47:56.508 INFO:teuthology.orchestra.run.trial043.stdout:(20/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 2.1 MB/s | 292 kB 00:00 2026-02-23T08:47:56.518 INFO:teuthology.orchestra.run.trial138.stdout:(1/34): ceph-base-20.3.0-5433.g5adce3ff.el9.x86 3.9 MB/s | 5.2 MB 00:01 2026-02-23T08:47:56.519 INFO:teuthology.orchestra.run.trial043.stdout:(21/34): librdkafka-1.6.1-102.el9.x86_64.rpm 4.0 MB/s | 662 kB 00:00 2026-02-23T08:47:56.525 INFO:teuthology.orchestra.run.trial043.stdout:(22/34): qatlib-25.08.0-2.el9.x86_64.rpm 1.7 MB/s | 240 kB 00:00 2026-02-23T08:47:56.554 INFO:teuthology.orchestra.run.trial138.stdout:(2/34): ceph-selinux-20.3.0-5433.g5adce3ff.el9. 713 kB/s | 25 kB 00:00 2026-02-23T08:47:56.578 INFO:teuthology.orchestra.run.trial043.stdout:(23/34): qatlib-service-25.08.0-2.el9.x86_64.rp 531 kB/s | 37 kB 00:00 2026-02-23T08:47:56.611 INFO:teuthology.orchestra.run.trial043.stdout:(24/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 729 kB/s | 66 kB 00:00 2026-02-23T08:47:56.684 INFO:teuthology.orchestra.run.trial138.stdout:(3/34): libcephfs2-20.3.0-5433.g5adce3ff.el9.x8 6.8 MB/s | 909 kB 00:00 2026-02-23T08:47:56.711 INFO:teuthology.orchestra.run.trial043.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 247 kB/s | 25 kB 00:00 2026-02-23T08:47:56.717 INFO:teuthology.orchestra.run.trial043.stdout:(26/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 1.6 MB/s | 308 kB 00:00 2026-02-23T08:47:56.733 INFO:teuthology.orchestra.run.trial138.stdout:(4/34): libradosstriper1-20.3.0-5433.g5adce3ff. 5.0 MB/s | 248 kB 00:00 2026-02-23T08:47:56.743 INFO:teuthology.orchestra.run.trial043.stdout:(27/34): libunwind-1.6.2-1.el9.x86_64.rpm 2.6 MB/s | 67 kB 00:00 2026-02-23T08:47:56.757 INFO:teuthology.orchestra.run.trial043.stdout:(28/34): liboath-2.6.12-1.el9.x86_64.rpm 1.0 MB/s | 49 kB 00:00 2026-02-23T08:47:56.809 INFO:teuthology.orchestra.run.trial043.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 12 MB/s | 838 kB 00:00 2026-02-23T08:47:56.821 INFO:teuthology.orchestra.run.trial043.stdout:(30/34): re2-20211101-20.el9.x86_64.rpm 2.9 MB/s | 191 kB 00:00 2026-02-23T08:47:56.866 INFO:teuthology.orchestra.run.trial043.stdout:(31/34): thrift-0.15.0-4.el9.x86_64.rpm 28 MB/s | 1.6 MB 00:00 2026-02-23T08:47:56.883 INFO:teuthology.orchestra.run.trial043.stdout:(32/34): libarrow-9.0.0-15.el9.x86_64.rpm 14 MB/s | 4.4 MB 00:00 2026-02-23T08:47:57.284 INFO:teuthology.orchestra.run.trial043.stdout:(33/34): librbd1-20.3.0-5433.g5adce3ff.el9.x86_ 6.7 MB/s | 2.8 MB 00:00 2026-02-23T08:47:57.376 INFO:teuthology.orchestra.run.trial043.stdout:(34/34): librados2-20.3.0-5433.g5adce3ff.el9.x8 6.3 MB/s | 3.5 MB 00:00 2026-02-23T08:47:57.381 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:47:57.382 INFO:teuthology.orchestra.run.trial043.stdout:Total 22 MB/s | 67 MB 00:02 2026-02-23T08:47:57.473 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:47:57.490 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:47:57.490 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:47:57.567 INFO:teuthology.orchestra.run.trial138.stdout:(5/34): ceph-radosgw-20.3.0-5433.g5adce3ff.el9. 5.6 MB/s | 13 MB 00:02 2026-02-23T08:47:57.576 INFO:teuthology.orchestra.run.trial138.stdout:(6/34): librgw2-20.3.0-5433.g5adce3ff.el9.x86_6 7.7 MB/s | 6.5 MB 00:00 2026-02-23T08:47:57.579 INFO:teuthology.orchestra.run.trial138.stdout:(7/34): python3-ceph-argparse-20.3.0-5433.g5adc 3.6 MB/s | 45 kB 00:00 2026-02-23T08:47:57.582 INFO:teuthology.orchestra.run.trial122.stdout:(5/34): ceph-common-20.3.0-5433.g5adce3ff.el9.x 10 MB/s | 24 MB 00:02 2026-02-23T08:47:57.588 INFO:teuthology.orchestra.run.trial138.stdout:(8/34): python3-ceph-common-20.3.0-5433.g5adce3 15 MB/s | 186 kB 00:00 2026-02-23T08:47:57.591 INFO:teuthology.orchestra.run.trial138.stdout:(9/34): python3-cephfs-20.3.0-5433.g5adce3ff.el 16 MB/s | 203 kB 00:00 2026-02-23T08:47:57.600 INFO:teuthology.orchestra.run.trial122.stdout:(6/34): ceph-radosgw-20.3.0-5433.g5adce3ff.el9. 5.6 MB/s | 13 MB 00:02 2026-02-23T08:47:57.601 INFO:teuthology.orchestra.run.trial138.stdout:(10/34): python3-rados-20.3.0-5433.g5adce3ff.el 25 MB/s | 324 kB 00:00 2026-02-23T08:47:57.608 INFO:teuthology.orchestra.run.trial122.stdout:(7/34): librgw2-20.3.0-5433.g5adce3ff.el9.x86_6 5.6 MB/s | 6.5 MB 00:01 2026-02-23T08:47:57.608 INFO:teuthology.orchestra.run.trial122.stdout:(8/34): python3-ceph-argparse-20.3.0-5433.g5adc 1.7 MB/s | 45 kB 00:00 2026-02-23T08:47:57.610 INFO:teuthology.orchestra.run.trial138.stdout:(11/34): python3-rbd-20.3.0-5433.g5adce3ff.el9. 16 MB/s | 306 kB 00:00 2026-02-23T08:47:57.615 INFO:teuthology.orchestra.run.trial138.stdout:(12/34): python3-rgw-20.3.0-5433.g5adce3ff.el9. 7.0 MB/s | 100 kB 00:00 2026-02-23T08:47:57.623 INFO:teuthology.orchestra.run.trial122.stdout:(9/34): python3-cephfs-20.3.0-5433.g5adce3ff.el 13 MB/s | 203 kB 00:00 2026-02-23T08:47:57.629 INFO:teuthology.orchestra.run.trial122.stdout:(10/34): python3-rados-20.3.0-5433.g5adce3ff.el 15 MB/s | 324 kB 00:00 2026-02-23T08:47:57.642 INFO:teuthology.orchestra.run.trial122.stdout:(11/34): python3-rbd-20.3.0-5433.g5adce3ff.el9. 16 MB/s | 306 kB 00:00 2026-02-23T08:47:57.644 INFO:teuthology.orchestra.run.trial122.stdout:(12/34): python3-rgw-20.3.0-5433.g5adce3ff.el9. 6.5 MB/s | 100 kB 00:00 2026-02-23T08:47:57.663 INFO:teuthology.orchestra.run.trial122.stdout:(13/34): python3-ceph-common-20.3.0-5433.g5adce 3.3 MB/s | 186 kB 00:00 2026-02-23T08:47:57.710 INFO:teuthology.orchestra.run.trial122.stdout:(14/34): mailcap-2.1.49-5.el9.noarch.rpm 491 kB/s | 33 kB 00:00 2026-02-23T08:47:57.711 INFO:teuthology.orchestra.run.trial122.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 1.4 MB/s | 93 kB 00:00 2026-02-23T08:47:57.735 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:47:57.736 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:47:57.794 INFO:teuthology.orchestra.run.trial122.stdout:(16/34): boost-program-options-1.75.0-13.el9.x8 792 kB/s | 104 kB 00:00 2026-02-23T08:47:57.821 INFO:teuthology.orchestra.run.trial122.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 1.7 MB/s | 45 kB 00:00 2026-02-23T08:47:57.827 INFO:teuthology.orchestra.run.trial122.stdout:(18/34): libnbd-1.20.3-4.el9.x86_64.rpm 1.4 MB/s | 164 kB 00:00 2026-02-23T08:47:57.852 INFO:teuthology.orchestra.run.trial122.stdout:(19/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 1.1 MB/s | 160 kB 00:00 2026-02-23T08:47:57.867 INFO:teuthology.orchestra.run.trial138.stdout:(13/34): ceph-common-20.3.0-5433.g5adce3ff.el9. 9.1 MB/s | 24 MB 00:02 2026-02-23T08:47:57.880 INFO:teuthology.orchestra.run.trial122.stdout:(20/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.4 MB/s | 292 kB 00:00 2026-02-23T08:47:57.901 INFO:teuthology.orchestra.run.trial122.stdout:(21/34): librdkafka-1.6.1-102.el9.x86_64.rpm 8.0 MB/s | 662 kB 00:00 2026-02-23T08:47:57.902 INFO:teuthology.orchestra.run.trial122.stdout:(22/34): qatlib-service-25.08.0-2.el9.x86_64.rp 1.7 MB/s | 37 kB 00:00 2026-02-23T08:47:57.918 INFO:teuthology.orchestra.run.trial138.stdout:(14/34): boost-program-options-1.75.0-13.el9.x8 2.0 MB/s | 104 kB 00:00 2026-02-23T08:47:57.926 INFO:teuthology.orchestra.run.trial122.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 2.6 MB/s | 66 kB 00:00 2026-02-23T08:47:57.931 INFO:teuthology.orchestra.run.trial138.stdout:(15/34): pciutils-3.7.0-7.el9.x86_64.rpm 294 kB/s | 93 kB 00:00 2026-02-23T08:47:57.934 INFO:teuthology.orchestra.run.trial122.stdout:(24/34): qatlib-25.08.0-2.el9.x86_64.rpm 2.9 MB/s | 240 kB 00:00 2026-02-23T08:47:57.938 INFO:teuthology.orchestra.run.trial138.stdout:(16/34): libnbd-1.20.3-4.el9.x86_64.rpm 8.1 MB/s | 164 kB 00:00 2026-02-23T08:47:57.948 INFO:teuthology.orchestra.run.trial138.stdout:(17/34): librabbitmq-0.11.0-7.el9.x86_64.rpm 4.3 MB/s | 45 kB 00:00 2026-02-23T08:47:57.950 INFO:teuthology.orchestra.run.trial122.stdout:(25/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 6.2 MB/s | 308 kB 00:00 2026-02-23T08:47:57.953 INFO:teuthology.orchestra.run.trial122.stdout:(26/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 1.3 MB/s | 25 kB 00:00 2026-02-23T08:47:57.958 INFO:teuthology.orchestra.run.trial122.stdout:(27/34): liboath-2.6.12-1.el9.x86_64.rpm 6.3 MB/s | 49 kB 00:00 2026-02-23T08:47:57.966 INFO:teuthology.orchestra.run.trial138.stdout:(18/34): mailcap-2.1.49-5.el9.noarch.rpm 93 kB/s | 33 kB 00:00 2026-02-23T08:47:57.967 INFO:teuthology.orchestra.run.trial122.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 4.8 MB/s | 67 kB 00:00 2026-02-23T08:47:57.975 INFO:teuthology.orchestra.run.trial122.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 49 MB/s | 838 kB 00:00 2026-02-23T08:47:57.975 INFO:teuthology.orchestra.run.trial138.stdout:(19/34): librdkafka-1.6.1-102.el9.x86_64.rpm 24 MB/s | 662 kB 00:00 2026-02-23T08:47:57.982 INFO:teuthology.orchestra.run.trial122.stdout:(30/34): re2-20211101-20.el9.x86_64.rpm 12 MB/s | 191 kB 00:00 2026-02-23T08:47:57.983 INFO:teuthology.orchestra.run.trial138.stdout:(20/34): libpmemobj-1.12.1-1.el9.x86_64.rpm 3.1 MB/s | 160 kB 00:00 2026-02-23T08:47:57.987 INFO:teuthology.orchestra.run.trial138.stdout:(21/34): qatlib-25.08.0-2.el9.x86_64.rpm 20 MB/s | 240 kB 00:00 2026-02-23T08:47:57.993 INFO:teuthology.orchestra.run.trial138.stdout:(22/34): qatlib-service-25.08.0-2.el9.x86_64.rp 3.6 MB/s | 37 kB 00:00 2026-02-23T08:47:57.997 INFO:teuthology.orchestra.run.trial138.stdout:(23/34): qatzip-libs-1.3.1-1.el9.x86_64.rpm 6.2 MB/s | 66 kB 00:00 2026-02-23T08:47:58.004 INFO:teuthology.orchestra.run.trial122.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 57 MB/s | 4.4 MB 00:00 2026-02-23T08:47:58.019 INFO:teuthology.orchestra.run.trial122.stdout:(32/34): thrift-0.15.0-4.el9.x86_64.rpm 36 MB/s | 1.6 MB 00:00 2026-02-23T08:47:58.020 INFO:teuthology.orchestra.run.trial138.stdout:(24/34): lttng-ust-2.12.0-6.el9.x86_64.rpm 5.3 MB/s | 292 kB 00:00 2026-02-23T08:47:58.046 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:47:58.095 INFO:teuthology.orchestra.run.trial122.stdout:(33/34): librbd1-20.3.0-5433.g5adce3ff.el9.x86_ 31 MB/s | 2.8 MB 00:00 2026-02-23T08:47:58.115 INFO:teuthology.orchestra.run.trial122.stdout:(34/34): librados2-20.3.0-5433.g5adce3ff.el9.x8 26 MB/s | 3.5 MB 00:00 2026-02-23T08:47:58.116 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:47:58.116 INFO:teuthology.orchestra.run.trial122.stdout:Total 21 MB/s | 67 MB 00:03 2026-02-23T08:47:58.204 INFO:teuthology.orchestra.run.trial043.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-23T08:47:58.205 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:47:58.209 INFO:teuthology.orchestra.run.trial043.stdout: Upgrading : librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:47:58.221 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:47:58.222 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:47:58.236 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:47:58.275 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/36 2026-02-23T08:47:58.275 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:47:58.288 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:47:58.298 INFO:teuthology.orchestra.run.trial043.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-23T08:47:58.300 INFO:teuthology.orchestra.run.trial043.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-23T08:47:58.302 INFO:teuthology.orchestra.run.trial138.stdout:(25/34): libarrow-doc-9.0.0-15.el9.noarch.rpm 88 kB/s | 25 kB 00:00 2026-02-23T08:47:58.306 INFO:teuthology.orchestra.run.trial043.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-23T08:47:58.310 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-23T08:47:58.322 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9. 9/36 2026-02-23T08:47:58.334 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/36 2026-02-23T08:47:58.335 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 11/36 2026-02-23T08:47:58.359 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 11/36 2026-02-23T08:47:58.363 INFO:teuthology.orchestra.run.trial043.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-23T08:47:58.394 INFO:teuthology.orchestra.run.trial043.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-23T08:47:58.397 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-23T08:47:58.405 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-23T08:47:58.407 INFO:teuthology.orchestra.run.trial043.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-23T08:47:58.412 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-23T08:47:58.444 INFO:teuthology.orchestra.run.trial138.stdout:(26/34): liboath-2.6.12-1.el9.x86_64.rpm 345 kB/s | 49 kB 00:00 2026-02-23T08:47:58.468 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:47:58.468 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:47:58.475 INFO:teuthology.orchestra.run.trial138.stdout:(27/34): gperftools-libs-2.9.1-3.el9.x86_64.rpm 637 kB/s | 308 kB 00:00 2026-02-23T08:47:58.535 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-23T08:47:58.536 INFO:teuthology.orchestra.run.trial043.stdout: Upgrading : librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 19/36 2026-02-23T08:47:58.538 INFO:teuthology.orchestra.run.trial138.stdout:(28/34): libunwind-1.6.2-1.el9.x86_64.rpm 714 kB/s | 67 kB 00:00 2026-02-23T08:47:58.563 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 19/36 2026-02-23T08:47:58.565 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 20/36 2026-02-23T08:47:58.572 INFO:teuthology.orchestra.run.trial043.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-23T08:47:58.680 INFO:teuthology.orchestra.run.trial138.stdout:(29/34): parquet-libs-9.0.0-15.el9.x86_64.rpm 4.0 MB/s | 838 kB 00:00 2026-02-23T08:47:58.687 INFO:teuthology.orchestra.run.trial138.stdout:(30/34): re2-20211101-20.el9.x86_64.rpm 1.3 MB/s | 191 kB 00:00 2026-02-23T08:47:58.692 INFO:teuthology.orchestra.run.trial138.stdout:(31/34): libarrow-9.0.0-15.el9.x86_64.rpm 6.4 MB/s | 4.4 MB 00:00 2026-02-23T08:47:58.770 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:47:58.817 INFO:teuthology.orchestra.run.trial138.stdout:(32/34): librbd1-20.3.0-5433.g5adce3ff.el9.x86_ 23 MB/s | 2.8 MB 00:00 2026-02-23T08:47:58.844 INFO:teuthology.orchestra.run.trial138.stdout:(33/34): thrift-0.15.0-4.el9.x86_64.rpm 9.6 MB/s | 1.6 MB 00:00 2026-02-23T08:47:58.848 INFO:teuthology.orchestra.run.trial138.stdout:(34/34): librados2-20.3.0-5433.g5adce3ff.el9.x8 22 MB/s | 3.5 MB 00:00 2026-02-23T08:47:58.851 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:47:58.851 INFO:teuthology.orchestra.run.trial138.stdout:Total 16 MB/s | 67 MB 00:04 2026-02-23T08:47:58.860 INFO:teuthology.orchestra.run.trial043.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-23T08:47:58.862 INFO:teuthology.orchestra.run.trial043.stdout: Installing : librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 23/36 2026-02-23T08:47:58.878 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 23/36 2026-02-23T08:47:58.882 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 24/36 2026-02-23T08:47:58.886 INFO:teuthology.orchestra.run.trial043.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-23T08:47:58.889 INFO:teuthology.orchestra.run.trial043.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-23T08:47:58.889 INFO:teuthology.orchestra.run.trial043.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-23T08:47:58.908 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-23T08:47:58.911 INFO:teuthology.orchestra.run.trial043.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-23T08:47:58.922 INFO:teuthology.orchestra.run.trial122.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-23T08:47:58.926 INFO:teuthology.orchestra.run.trial122.stdout: Upgrading : librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:47:58.943 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:47:58.945 INFO:teuthology.orchestra.run.trial043.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-23T08:47:58.947 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x8 30/36 2026-02-23T08:47:58.956 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:47:58.960 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:47:58.960 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:47:58.994 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/36 2026-02-23T08:47:58.995 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:47:59.008 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:47:59.016 INFO:teuthology.orchestra.run.trial122.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-23T08:47:59.019 INFO:teuthology.orchestra.run.trial122.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-23T08:47:59.023 INFO:teuthology.orchestra.run.trial122.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-23T08:47:59.027 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-23T08:47:59.039 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9. 9/36 2026-02-23T08:47:59.050 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/36 2026-02-23T08:47:59.051 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 11/36 2026-02-23T08:47:59.074 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 11/36 2026-02-23T08:47:59.078 INFO:teuthology.orchestra.run.trial122.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-23T08:47:59.115 INFO:teuthology.orchestra.run.trial122.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-23T08:47:59.119 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-23T08:47:59.126 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-23T08:47:59.128 INFO:teuthology.orchestra.run.trial122.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-23T08:47:59.132 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-23T08:47:59.205 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:47:59.205 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:47:59.255 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-23T08:47:59.256 INFO:teuthology.orchestra.run.trial122.stdout: Upgrading : librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 19/36 2026-02-23T08:47:59.281 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 19/36 2026-02-23T08:47:59.283 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 20/36 2026-02-23T08:47:59.290 INFO:teuthology.orchestra.run.trial122.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-23T08:47:59.505 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:47:59.572 INFO:teuthology.orchestra.run.trial122.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-23T08:47:59.573 INFO:teuthology.orchestra.run.trial122.stdout: Installing : librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 23/36 2026-02-23T08:47:59.589 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 23/36 2026-02-23T08:47:59.593 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 24/36 2026-02-23T08:47:59.597 INFO:teuthology.orchestra.run.trial122.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-23T08:47:59.600 INFO:teuthology.orchestra.run.trial122.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-23T08:47:59.600 INFO:teuthology.orchestra.run.trial122.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-23T08:47:59.617 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-23T08:47:59.620 INFO:teuthology.orchestra.run.trial122.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-23T08:47:59.654 INFO:teuthology.orchestra.run.trial122.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-23T08:47:59.655 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x8 30/36 2026-02-23T08:47:59.661 INFO:teuthology.orchestra.run.trial138.stdout: Installing : lttng-ust-2.12.0-6.el9.x86_64 1/36 2026-02-23T08:47:59.665 INFO:teuthology.orchestra.run.trial138.stdout: Upgrading : librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:47:59.694 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:47:59.734 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/36 2026-02-23T08:47:59.735 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:47:59.746 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:47:59.753 INFO:teuthology.orchestra.run.trial138.stdout: Installing : liboath-2.6.12-1.el9.x86_64 5/36 2026-02-23T08:47:59.756 INFO:teuthology.orchestra.run.trial138.stdout: Installing : librdkafka-1.6.1-102.el9.x86_64 6/36 2026-02-23T08:47:59.759 INFO:teuthology.orchestra.run.trial138.stdout: Installing : librabbitmq-0.11.0-7.el9.x86_64 7/36 2026-02-23T08:47:59.763 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libpmemobj-1.12.1-1.el9.x86_64 8/36 2026-02-23T08:47:59.774 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9. 9/36 2026-02-23T08:47:59.786 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/36 2026-02-23T08:47:59.787 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 11/36 2026-02-23T08:47:59.808 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 11/36 2026-02-23T08:47:59.812 INFO:teuthology.orchestra.run.trial138.stdout: Installing : thrift-0.15.0-4.el9.x86_64 12/36 2026-02-23T08:47:59.842 INFO:teuthology.orchestra.run.trial138.stdout: Installing : re2-1:20211101-20.el9.x86_64 13/36 2026-02-23T08:47:59.846 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libarrow-9.0.0-15.el9.x86_64 14/36 2026-02-23T08:47:59.852 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libunwind-1.6.2-1.el9.x86_64 15/36 2026-02-23T08:47:59.855 INFO:teuthology.orchestra.run.trial138.stdout: Installing : gperftools-libs-2.9.1-3.el9.x86_64 16/36 2026-02-23T08:47:59.859 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libarrow-doc-9.0.0-15.el9.noarch 17/36 2026-02-23T08:47:59.984 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libnbd-1.20.3-4.el9.x86_64 18/36 2026-02-23T08:47:59.985 INFO:teuthology.orchestra.run.trial138.stdout: Upgrading : librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 19/36 2026-02-23T08:48:00.013 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 19/36 2026-02-23T08:48:00.015 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 20/36 2026-02-23T08:48:00.021 INFO:teuthology.orchestra.run.trial138.stdout: Installing : boost-program-options-1.75.0-13.el9.x86_64 21/36 2026-02-23T08:48:00.064 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:00.066 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:00.309 INFO:teuthology.orchestra.run.trial138.stdout: Installing : parquet-libs-9.0.0-15.el9.x86_64 22/36 2026-02-23T08:48:00.310 INFO:teuthology.orchestra.run.trial138.stdout: Installing : librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 23/36 2026-02-23T08:48:00.327 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 23/36 2026-02-23T08:48:00.331 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 24/36 2026-02-23T08:48:00.336 INFO:teuthology.orchestra.run.trial138.stdout: Installing : pciutils-3.7.0-7.el9.x86_64 25/36 2026-02-23T08:48:00.338 INFO:teuthology.orchestra.run.trial138.stdout: Installing : qatlib-25.08.0-2.el9.x86_64 26/36 2026-02-23T08:48:00.339 INFO:teuthology.orchestra.run.trial138.stdout: Installing : qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-23T08:48:00.339 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:00.342 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/36 2026-02-23T08:48:00.357 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: qatlib-service-25.08.0-2.el9.x86_64 27/36 2026-02-23T08:48:00.359 INFO:teuthology.orchestra.run.trial138.stdout: Installing : qatzip-libs-1.3.1-1.el9.x86_64 28/36 2026-02-23T08:48:00.383 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/36 2026-02-23T08:48:00.383 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-23T08:48:00.383 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-23T08:48:00.383 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:00.387 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:00.393 INFO:teuthology.orchestra.run.trial138.stdout: Installing : mailcap-2.1.49-5.el9.noarch 29/36 2026-02-23T08:48:00.395 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x8 30/36 2026-02-23T08:48:00.746 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:00.749 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:01.009 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:01.012 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/36 2026-02-23T08:48:01.049 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/36 2026-02-23T08:48:01.049 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /usr/lib/systemd/system/ceph.target. 2026-02-23T08:48:01.050 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service → /usr/lib/systemd/system/ceph-crash.service. 2026-02-23T08:48:01.050 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:01.053 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:01.509 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:01.512 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:01.781 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 31/36 2026-02-23T08:48:01.784 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/36 2026-02-23T08:48:01.825 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/36 2026-02-23T08:48:01.825 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-23T08:48:01.825 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-23T08:48:01.825 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:01.828 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:04.848 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:04.848 INFO:teuthology.orchestra.run.trial043.stdout:skipping the directory /sys 2026-02-23T08:48:04.848 INFO:teuthology.orchestra.run.trial043.stdout:skipping the directory /proc 2026-02-23T08:48:04.848 INFO:teuthology.orchestra.run.trial043.stdout:skipping the directory /mnt 2026-02-23T08:48:04.848 INFO:teuthology.orchestra.run.trial043.stdout:skipping the directory /var/tmp 2026-02-23T08:48:04.848 INFO:teuthology.orchestra.run.trial043.stdout:skipping the directory /home 2026-02-23T08:48:04.849 INFO:teuthology.orchestra.run.trial043.stdout:skipping the directory /root 2026-02-23T08:48:04.849 INFO:teuthology.orchestra.run.trial043.stdout:skipping the directory /tmp 2026-02-23T08:48:04.849 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:05.449 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 34/36 2026-02-23T08:48:05.473 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 34/36 2026-02-23T08:48:05.473 INFO:teuthology.orchestra.run.trial043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:05.473 INFO:teuthology.orchestra.run.trial043.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-23T08:48:05.473 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T08:48:05.473 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T08:48:05.473 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:05.474 INFO:teuthology.orchestra.run.trial043.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-23T08:48:05.487 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-23T08:48:05.487 INFO:teuthology.orchestra.run.trial043.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:05.543 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:05.543 INFO:teuthology.orchestra.run.trial043.stdout:Creating group 'qat' with GID 992. 2026-02-23T08:48:05.543 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:05.621 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:05.621 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /sys 2026-02-23T08:48:05.621 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /proc 2026-02-23T08:48:05.621 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /mnt 2026-02-23T08:48:05.621 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /var/tmp 2026-02-23T08:48:05.621 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /home 2026-02-23T08:48:05.621 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /root 2026-02-23T08:48:05.622 INFO:teuthology.orchestra.run.trial122.stdout:skipping the directory /tmp 2026-02-23T08:48:05.622 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:05.835 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 5/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 6/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 7/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9. 8/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x8 9/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/36 2026-02-23T08:48:05.836 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 11/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 12/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 13/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-23T08:48:05.837 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-23T08:48:05.838 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-23T08:48:05.839 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-23T08:48:05.839 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-23T08:48:05.839 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:05.839 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-23T08:48:05.839 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 35/36 2026-02-23T08:48:05.897 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:05.897 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:05.897 INFO:teuthology.orchestra.run.trial043.stdout:Upgraded: 2026-02-23T08:48:05.898 INFO:teuthology.orchestra.run.trial043.stdout: librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.898 INFO:teuthology.orchestra.run.trial043.stdout: librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.898 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:05.898 INFO:teuthology.orchestra.run.trial043.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-23T08:48:05.898 INFO:teuthology.orchestra.run.trial043.stdout: ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.898 INFO:teuthology.orchestra.run.trial043.stdout: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.898 INFO:teuthology.orchestra.run.trial043.stdout: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-23T08:48:05.899 INFO:teuthology.orchestra.run.trial043.stdout: libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.900 INFO:teuthology.orchestra.run.trial043.stdout: python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout: python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout: python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout: re2-1:20211101-20.el9.x86_64 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:05.901 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:05.939 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-test 2026-02-23T08:48:06.198 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 34/36 2026-02-23T08:48:06.221 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 34/36 2026-02-23T08:48:06.222 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:06.222 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-23T08:48:06.222 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T08:48:06.222 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target → /usr/lib/systemd/system/ceph-radosgw.target. 2026-02-23T08:48:06.222 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:06.223 INFO:teuthology.orchestra.run.trial122.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-23T08:48:06.235 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-23T08:48:06.235 INFO:teuthology.orchestra.run.trial122.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:06.248 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:13 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:06.288 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:06.288 INFO:teuthology.orchestra.run.trial122.stdout:Creating group 'qat' with GID 992. 2026-02-23T08:48:06.288 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:06.330 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:06.331 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout: ceph-test x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 78 M 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout: libcephsqlite x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 159 k 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-23T08:48:06.332 INFO:teuthology.orchestra.run.trial043.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout:Install 10 Packages 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 82 M 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 339 M 2026-02-23T08:48:06.333 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:06.347 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:06.347 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /sys 2026-02-23T08:48:06.347 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /proc 2026-02-23T08:48:06.347 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /mnt 2026-02-23T08:48:06.347 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /var/tmp 2026-02-23T08:48:06.348 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /home 2026-02-23T08:48:06.348 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /root 2026-02-23T08:48:06.348 INFO:teuthology.orchestra.run.trial138.stdout:skipping the directory /tmp 2026-02-23T08:48:06.348 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:06.580 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/36 2026-02-23T08:48:06.580 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:48:06.580 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 5/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 6/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 7/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9. 8/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x8 9/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 11/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 12/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 13/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-23T08:48:06.581 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-23T08:48:06.582 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-23T08:48:06.583 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-23T08:48:06.583 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-23T08:48:06.583 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-23T08:48:06.583 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-23T08:48:06.583 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-23T08:48:06.583 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:06.583 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-23T08:48:06.583 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 35/36 2026-02-23T08:48:06.639 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:06.639 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:06.639 INFO:teuthology.orchestra.run.trial122.stdout:Upgraded: 2026-02-23T08:48:06.639 INFO:teuthology.orchestra.run.trial122.stdout: librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-23T08:48:06.640 INFO:teuthology.orchestra.run.trial122.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-23T08:48:06.641 INFO:teuthology.orchestra.run.trial122.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: re2-1:20211101-20.el9.x86_64 2026-02-23T08:48:06.642 INFO:teuthology.orchestra.run.trial122.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-23T08:48:06.643 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:06.643 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:06.682 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-test 2026-02-23T08:48:06.729 INFO:teuthology.orchestra.run.trial043.stdout:(1/10): libcephsqlite-20.3.0-5433.g5adce3ff.el9 1.6 MB/s | 159 kB 00:00 2026-02-23T08:48:06.771 INFO:teuthology.orchestra.run.trial043.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 546 kB/s | 23 kB 00:00 2026-02-23T08:48:06.789 INFO:teuthology.orchestra.run.trial043.stdout:(3/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 13 MB/s | 2.1 MB 00:00 2026-02-23T08:48:06.813 INFO:teuthology.orchestra.run.trial043.stdout:(4/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 2.1 MB/s | 94 kB 00:00 2026-02-23T08:48:06.939 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 34/36 2026-02-23T08:48:06.946 INFO:teuthology.orchestra.run.trial043.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 1.4 MB/s | 233 kB 00:00 2026-02-23T08:48:06.963 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 34/36 2026-02-23T08:48:06.963 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:06.963 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-radosgw@*.service" escaped as "ceph-radosgw@\x2a.service". 2026-02-23T08:48:06.963 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-23T08:48:06.963 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-23T08:48:06.963 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:06.965 INFO:teuthology.orchestra.run.trial138.stdout: Cleanup : librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-23T08:48:06.978 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librbd1-2:16.2.4-5.el9.x86_64 35/36 2026-02-23T08:48:06.978 INFO:teuthology.orchestra.run.trial138.stdout: Cleanup : librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:06.998 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:13 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:06.999 INFO:teuthology.orchestra.run.trial043.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 5.6 MB/s | 303 kB 00:00 2026-02-23T08:48:07.018 INFO:teuthology.orchestra.run.trial043.stdout:(7/10): protobuf-3.14.0-17.el9.x86_64.rpm 4.9 MB/s | 1.0 MB 00:00 2026-02-23T08:48:07.025 INFO:teuthology.orchestra.run.trial043.stdout:(8/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.4 MB/s | 64 kB 00:00 2026-02-23T08:48:07.037 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librados2-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:07.037 INFO:teuthology.orchestra.run.trial138.stdout:Creating group 'qat' with GID 992. 2026-02-23T08:48:07.037 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:07.081 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout: ceph-test x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 78 M 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-23T08:48:07.083 INFO:teuthology.orchestra.run.trial122.stdout: libcephsqlite x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 159 k 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout:Install 10 Packages 2026-02-23T08:48:07.084 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:07.085 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 82 M 2026-02-23T08:48:07.085 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 339 M 2026-02-23T08:48:07.085 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:07.141 INFO:teuthology.orchestra.run.trial043.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 994 kB/s | 122 kB 00:00 2026-02-23T08:48:07.337 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/36 2026-02-23T08:48:07.337 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/36 2026-02-23T08:48:07.337 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/36 2026-02-23T08:48:07.337 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/36 2026-02-23T08:48:07.337 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 5/36 2026-02-23T08:48:07.337 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_6 6/36 2026-02-23T08:48:07.337 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 7/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9. 8/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x8 9/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 11/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 12/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 13/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : mailcap-2.1.49-5.el9.noarch 14/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : pciutils-3.7.0-7.el9.x86_64 15/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : boost-program-options-1.75.0-13.el9.x86_64 16/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libnbd-1.20.3-4.el9.x86_64 17/36 2026-02-23T08:48:07.338 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libpmemobj-1.12.1-1.el9.x86_64 18/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librabbitmq-0.11.0-7.el9.x86_64 19/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librdkafka-1.6.1-102.el9.x86_64 20/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : lttng-ust-2.12.0-6.el9.x86_64 21/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : qatlib-25.08.0-2.el9.x86_64 22/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : qatlib-service-25.08.0-2.el9.x86_64 23/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : qatzip-libs-1.3.1-1.el9.x86_64 24/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : gperftools-libs-2.9.1-3.el9.x86_64 25/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libarrow-9.0.0-15.el9.x86_64 26/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libarrow-doc-9.0.0-15.el9.noarch 27/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : liboath-2.6.12-1.el9.x86_64 28/36 2026-02-23T08:48:07.339 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libunwind-1.6.2-1.el9.x86_64 29/36 2026-02-23T08:48:07.340 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : parquet-libs-9.0.0-15.el9.x86_64 30/36 2026-02-23T08:48:07.340 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : re2-1:20211101-20.el9.x86_64 31/36 2026-02-23T08:48:07.340 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : thrift-0.15.0-4.el9.x86_64 32/36 2026-02-23T08:48:07.340 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 33/36 2026-02-23T08:48:07.340 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librados2-2:16.2.4-5.el9.x86_64 34/36 2026-02-23T08:48:07.340 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 35/36 2026-02-23T08:48:07.397 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librbd1-2:16.2.4-5.el9.x86_64 36/36 2026-02-23T08:48:07.397 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:07.397 INFO:teuthology.orchestra.run.trial138.stdout:Upgraded: 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: boost-program-options-1.75.0-13.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: ceph-radosgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: ceph-selinux-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: gperftools-libs-2.9.1-3.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: libarrow-9.0.0-15.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: libarrow-doc-9.0.0-15.el9.noarch 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: libnbd-1.20.3-4.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: liboath-2.6.12-1.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: libpmemobj-1.12.1-1.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: librabbitmq-0.11.0-7.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: libradosstriper1-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.398 INFO:teuthology.orchestra.run.trial138.stdout: librdkafka-1.6.1-102.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: librgw2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: libunwind-1.6.2-1.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: lttng-ust-2.12.0-6.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: mailcap-2.1.49-5.el9.noarch 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: parquet-libs-9.0.0-15.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: pciutils-3.7.0-7.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: python3-ceph-argparse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: python3-ceph-common-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: qatlib-25.08.0-2.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: qatlib-service-25.08.0-2.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: qatzip-libs-1.3.1-1.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: re2-1:20211101-20.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: thrift-0.15.0-4.el9.x86_64 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:07.399 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:07.442 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-test 2026-02-23T08:48:07.761 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:14 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:07.763 INFO:teuthology.orchestra.run.trial122.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 56 MB/s | 2.1 MB 00:00 2026-02-23T08:48:07.767 INFO:teuthology.orchestra.run.trial122.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 5.2 MB/s | 23 kB 00:00 2026-02-23T08:48:07.772 INFO:teuthology.orchestra.run.trial122.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 18 MB/s | 94 kB 00:00 2026-02-23T08:48:07.843 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:07.844 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:07.844 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:48:07.844 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:07.844 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:07.844 INFO:teuthology.orchestra.run.trial138.stdout: ceph-test x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 78 M 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: hwloc-libs x86_64 2.4.1-6.el9 baseos 2.1 M 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: libatomic x86_64 11.5.0-14.el9 baseos 23 k 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: libcephsqlite x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 159 k 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: libxslt x86_64 1.1.34-12.el9 appstream 233 k 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: lksctp-tools x86_64 1.0.19-2.el9 baseos 94 k 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: protobuf x86_64 3.14.0-17.el9 appstream 1.0 M 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: socat x86_64 1.7.4.1-8.el9 appstream 303 k 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: xmlstarlet x86_64 1.6.1-20.el9 appstream 64 k 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: yaml-cpp x86_64 0.6.3-5.el9 epel 122 k 2026-02-23T08:48:07.845 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:07.846 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:07.846 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:07.846 INFO:teuthology.orchestra.run.trial138.stdout:Install 10 Packages 2026-02-23T08:48:07.846 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:07.846 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 82 M 2026-02-23T08:48:07.846 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 339 M 2026-02-23T08:48:07.846 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:08.090 INFO:teuthology.orchestra.run.trial122.stdout:(4/10): libcephsqlite-20.3.0-5433.g5adce3ff.el9 436 kB/s | 159 kB 00:00 2026-02-23T08:48:08.123 INFO:teuthology.orchestra.run.trial138.stdout:(1/10): hwloc-libs-2.4.1-6.el9.x86_64.rpm 25 MB/s | 2.1 MB 00:00 2026-02-23T08:48:08.132 INFO:teuthology.orchestra.run.trial138.stdout:(2/10): libatomic-11.5.0-14.el9.x86_64.rpm 2.5 MB/s | 23 kB 00:00 2026-02-23T08:48:08.142 INFO:teuthology.orchestra.run.trial138.stdout:(3/10): lksctp-tools-1.0.19-2.el9.x86_64.rpm 9.3 MB/s | 94 kB 00:00 2026-02-23T08:48:08.173 INFO:teuthology.orchestra.run.trial138.stdout:(4/10): libcephsqlite-20.3.0-5433.g5adce3ff.el9 1.2 MB/s | 159 kB 00:00 2026-02-23T08:48:08.220 INFO:teuthology.orchestra.run.trial043.stdout:(10/10): ceph-test-20.3.0-5433.g5adce3ff.el9.x8 49 MB/s | 78 MB 00:01 2026-02-23T08:48:08.221 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:08.221 INFO:teuthology.orchestra.run.trial043.stdout:Total 44 MB/s | 82 MB 00:01 2026-02-23T08:48:08.285 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:08.296 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:08.297 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:08.297 INFO:teuthology.orchestra.run.trial138.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 1.5 MB/s | 233 kB 00:00 2026-02-23T08:48:08.349 INFO:teuthology.orchestra.run.trial138.stdout:(6/10): socat-1.7.4.1-8.el9.x86_64.rpm 5.6 MB/s | 303 kB 00:00 2026-02-23T08:48:08.375 INFO:teuthology.orchestra.run.trial138.stdout:(7/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 2.4 MB/s | 64 kB 00:00 2026-02-23T08:48:08.378 INFO:teuthology.orchestra.run.trial138.stdout:(8/10): protobuf-3.14.0-17.el9.x86_64.rpm 4.9 MB/s | 1.0 MB 00:00 2026-02-23T08:48:08.503 INFO:teuthology.orchestra.run.trial138.stdout:(9/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 958 kB/s | 122 kB 00:00 2026-02-23T08:48:08.532 INFO:teuthology.orchestra.run.trial122.stdout:(5/10): libxslt-1.1.34-12.el9.x86_64.rpm 307 kB/s | 233 kB 00:00 2026-02-23T08:48:08.580 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:08.581 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:08.893 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:08.901 INFO:teuthology.orchestra.run.trial043.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-23T08:48:08.910 INFO:teuthology.orchestra.run.trial043.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-23T08:48:08.916 INFO:teuthology.orchestra.run.trial043.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-23T08:48:08.920 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-23T08:48:08.925 INFO:teuthology.orchestra.run.trial043.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-23T08:48:08.927 INFO:teuthology.orchestra.run.trial043.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-23T08:48:08.937 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-23T08:48:08.945 INFO:teuthology.orchestra.run.trial043.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-23T08:48:08.945 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 9/10 2026-02-23T08:48:09.021 INFO:teuthology.orchestra.run.trial122.stdout:(6/10): protobuf-3.14.0-17.el9.x86_64.rpm 1.1 MB/s | 1.0 MB 00:00 2026-02-23T08:48:09.321 INFO:teuthology.orchestra.run.trial122.stdout:(7/10): socat-1.7.4.1-8.el9.x86_64.rpm 385 kB/s | 303 kB 00:00 2026-02-23T08:48:09.476 INFO:teuthology.orchestra.run.trial122.stdout:(8/10): yaml-cpp-0.6.3-5.el9.x86_64.rpm 784 kB/s | 122 kB 00:00 2026-02-23T08:48:09.642 INFO:teuthology.orchestra.run.trial122.stdout:(9/10): xmlstarlet-1.6.1-20.el9.x86_64.rpm 103 kB/s | 64 kB 00:00 2026-02-23T08:48:10.464 INFO:teuthology.orchestra.run.trial122.stdout:(10/10): ceph-test-20.3.0-5433.g5adce3ff.el9.x8 29 MB/s | 78 MB 00:02 2026-02-23T08:48:10.466 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:10.467 INFO:teuthology.orchestra.run.trial122.stdout:Total 24 MB/s | 82 MB 00:03 2026-02-23T08:48:10.533 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:10.543 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:10.543 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:10.826 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:10.826 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:10.925 INFO:teuthology.orchestra.run.trial138.stdout:(10/10): ceph-test-20.3.0-5433.g5adce3ff.el9.x8 27 MB/s | 78 MB 00:02 2026-02-23T08:48:10.927 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:10.927 INFO:teuthology.orchestra.run.trial138.stdout:Total 27 MB/s | 82 MB 00:03 2026-02-23T08:48:10.992 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:11.003 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:11.003 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:11.134 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:11.142 INFO:teuthology.orchestra.run.trial122.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-23T08:48:11.151 INFO:teuthology.orchestra.run.trial122.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-23T08:48:11.156 INFO:teuthology.orchestra.run.trial122.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-23T08:48:11.160 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-23T08:48:11.165 INFO:teuthology.orchestra.run.trial122.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-23T08:48:11.169 INFO:teuthology.orchestra.run.trial122.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-23T08:48:11.178 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-23T08:48:11.186 INFO:teuthology.orchestra.run.trial122.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-23T08:48:11.187 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 9/10 2026-02-23T08:48:11.285 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:11.286 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:11.597 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:11.605 INFO:teuthology.orchestra.run.trial138.stdout: Installing : yaml-cpp-0.6.3-5.el9.x86_64 1/10 2026-02-23T08:48:11.614 INFO:teuthology.orchestra.run.trial138.stdout: Installing : socat-1.7.4.1-8.el9.x86_64 2/10 2026-02-23T08:48:11.619 INFO:teuthology.orchestra.run.trial138.stdout: Installing : protobuf-3.14.0-17.el9.x86_64 3/10 2026-02-23T08:48:11.623 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libxslt-1.1.34-12.el9.x86_64 4/10 2026-02-23T08:48:11.629 INFO:teuthology.orchestra.run.trial138.stdout: Installing : xmlstarlet-1.6.1-20.el9.x86_64 5/10 2026-02-23T08:48:11.630 INFO:teuthology.orchestra.run.trial138.stdout: Installing : lksctp-tools-1.0.19-2.el9.x86_64 6/10 2026-02-23T08:48:11.640 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libatomic-11.5.0-14.el9.x86_64 7/10 2026-02-23T08:48:11.648 INFO:teuthology.orchestra.run.trial138.stdout: Installing : hwloc-libs-2.4.1-6.el9.x86_64 8/10 2026-02-23T08:48:11.649 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 9/10 2026-02-23T08:48:12.380 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 9/10 2026-02-23T08:48:12.398 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/10 2026-02-23T08:48:12.734 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-23T08:48:12.735 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-23T08:48:12.793 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-23T08:48:12.793 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:12.793 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:12.793 INFO:teuthology.orchestra.run.trial043.stdout: ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:12.793 INFO:teuthology.orchestra.run.trial043.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-23T08:48:12.793 INFO:teuthology.orchestra.run.trial043.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout: libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:12.794 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:12.832 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph 2026-02-23T08:48:13.141 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:20 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:13.225 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:13.226 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:13.226 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:48:13.226 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:13.226 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:13.226 INFO:teuthology.orchestra.run.trial043.stdout: ceph x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 6.5 k 2026-02-23T08:48:13.226 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:48:13.226 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mds x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.4 M 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 936 k 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 298 k 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mon x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 5.0 M 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: ceph-osd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 167 k 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: ceph-osd-classic x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 16 M 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: ceph-osd-crimson x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 19 M 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-23T08:48:13.227 INFO:teuthology.orchestra.run.trial043.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-collections 2026-02-23T08:48:13.228 INFO:teuthology.orchestra.run.trial043.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-23T08:48:13.229 INFO:teuthology.orchestra.run.trial043.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout:Install 41 Packages 2026-02-23T08:48:13.230 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:13.231 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 48 M 2026-02-23T08:48:13.231 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 167 M 2026-02-23T08:48:13.231 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:14.098 INFO:teuthology.orchestra.run.trial043.stdout:(1/41): ceph-20.3.0-5433.g5adce3ff.el9.x86_64.r 126 kB/s | 6.5 kB 00:00 2026-02-23T08:48:14.182 INFO:teuthology.orchestra.run.trial043.stdout:(2/41): ceph-mgr-20.3.0-5433.g5adce3ff.el9.x86_ 6.7 MB/s | 936 kB 00:00 2026-02-23T08:48:14.214 INFO:teuthology.orchestra.run.trial043.stdout:(3/41): ceph-osd-20.3.0-5433.g5adce3ff.el9.x86_ 5.2 MB/s | 167 kB 00:00 2026-02-23T08:48:14.223 INFO:teuthology.orchestra.run.trial043.stdout:(4/41): ceph-mds-20.3.0-5433.g5adce3ff.el9.x86_ 13 MB/s | 2.4 MB 00:00 2026-02-23T08:48:14.356 INFO:teuthology.orchestra.run.trial043.stdout:(5/41): ceph-mon-20.3.0-5433.g5adce3ff.el9.x86_ 19 MB/s | 5.0 MB 00:00 2026-02-23T08:48:14.393 INFO:teuthology.orchestra.run.trial043.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5433.g5adc 7.9 MB/s | 298 kB 00:00 2026-02-23T08:48:14.628 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 9/10 2026-02-23T08:48:14.646 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/10 2026-02-23T08:48:14.683 INFO:teuthology.orchestra.run.trial043.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 139 kB/s | 40 kB 00:00 2026-02-23T08:48:14.857 INFO:teuthology.orchestra.run.trial043.stdout:(8/41): ceph-osd-classic-20.3.0-5433.g5adce3ff. 24 MB/s | 16 MB 00:00 2026-02-23T08:48:14.896 INFO:teuthology.orchestra.run.trial043.stdout:(9/41): ceph-osd-crimson-20.3.0-5433.g5adce3ff. 28 MB/s | 19 MB 00:00 2026-02-23T08:48:14.896 INFO:teuthology.orchestra.run.trial043.stdout:(10/41): libconfig-1.7.2-9.el9.x86_64.rpm 338 kB/s | 72 kB 00:00 2026-02-23T08:48:14.998 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/10 2026-02-23T08:48:14.998 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/10 2026-02-23T08:48:14.998 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/10 2026-02-23T08:48:14.998 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-23T08:48:14.998 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-23T08:48:14.999 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-23T08:48:14.999 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-23T08:48:14.999 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-23T08:48:14.999 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-23T08:48:14.999 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-23T08:48:15.052 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-23T08:48:15.052 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:15.052 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:15.052 INFO:teuthology.orchestra.run.trial122.stdout: ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:15.052 INFO:teuthology.orchestra.run.trial122.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:15.053 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:15.091 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph 2026-02-23T08:48:15.151 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 9/10 2026-02-23T08:48:15.169 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/10 2026-02-23T08:48:15.289 INFO:teuthology.orchestra.run.trial043.stdout:(11/41): python3-cryptography-36.0.1-5.el9.x86_ 3.2 MB/s | 1.2 MB 00:00 2026-02-23T08:48:15.295 INFO:teuthology.orchestra.run.trial043.stdout:(12/41): python3-ply-3.11-14.el9.noarch.rpm 267 kB/s | 106 kB 00:00 2026-02-23T08:48:15.361 INFO:teuthology.orchestra.run.trial043.stdout:(13/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 503 kB/s | 253 kB 00:00 2026-02-23T08:48:15.372 INFO:teuthology.orchestra.run.trial043.stdout:(14/41): python3-pycparser-2.20-6.el9.noarch.rp 1.6 MB/s | 135 kB 00:00 2026-02-23T08:48:15.400 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:22 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:15.451 INFO:teuthology.orchestra.run.trial043.stdout:(15/41): python3-requests-2.25.1-10.el9.noarch. 808 kB/s | 126 kB 00:00 2026-02-23T08:48:15.456 INFO:teuthology.orchestra.run.trial043.stdout:(16/41): unzip-6.0-59.el9.x86_64.rpm 2.1 MB/s | 182 kB 00:00 2026-02-23T08:48:15.486 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:15.487 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: ceph x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 6.5 k 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mds x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.4 M 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 936 k 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 298 k 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mon x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 5.0 M 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: ceph-osd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 167 k 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: ceph-osd-classic x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 16 M 2026-02-23T08:48:15.488 INFO:teuthology.orchestra.run.trial122.stdout: ceph-osd-crimson x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 19 M 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-23T08:48:15.489 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-collections 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-23T08:48:15.490 INFO:teuthology.orchestra.run.trial122.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout:Install 41 Packages 2026-02-23T08:48:15.491 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:15.492 INFO:teuthology.orchestra.run.trial043.stdout:(17/41): python3-urllib3-1.26.5-7.el9.noarch.rp 1.7 MB/s | 218 kB 00:00 2026-02-23T08:48:15.492 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 48 M 2026-02-23T08:48:15.492 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 167 M 2026-02-23T08:48:15.493 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 10/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : hwloc-libs-2.4.1-6.el9.x86_64 3/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libatomic-11.5.0-14.el9.x86_64 4/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : lksctp-tools-1.0.19-2.el9.x86_64 5/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libxslt-1.1.34-12.el9.x86_64 6/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : protobuf-3.14.0-17.el9.x86_64 7/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : socat-1.7.4.1-8.el9.x86_64 8/10 2026-02-23T08:48:15.518 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : xmlstarlet-1.6.1-20.el9.x86_64 9/10 2026-02-23T08:48:15.572 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : yaml-cpp-0.6.3-5.el9.x86_64 10/10 2026-02-23T08:48:15.572 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:15.572 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:15.572 INFO:teuthology.orchestra.run.trial138.stdout: ceph-test-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: hwloc-libs-2.4.1-6.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: libatomic-11.5.0-14.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: libcephsqlite-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: libxslt-1.1.34-12.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: lksctp-tools-1.0.19-2.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: protobuf-3.14.0-17.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: socat-1.7.4.1-8.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: xmlstarlet-1.6.1-20.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: yaml-cpp-0.6.3-5.el9.x86_64 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:15.573 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:15.611 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph 2026-02-23T08:48:15.617 INFO:teuthology.orchestra.run.trial043.stdout:(18/41): zip-3.0-35.el9.x86_64.rpm 1.6 MB/s | 266 kB 00:00 2026-02-23T08:48:15.825 INFO:teuthology.orchestra.run.trial122.stdout:(1/41): ceph-20.3.0-5433.g5adce3ff.el9.x86_64.r 127 kB/s | 6.5 kB 00:00 2026-02-23T08:48:15.910 INFO:teuthology.orchestra.run.trial122.stdout:(2/41): ceph-mgr-20.3.0-5433.g5adce3ff.el9.x86_ 6.7 MB/s | 936 kB 00:00 2026-02-23T08:48:15.921 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:22 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:15.940 INFO:teuthology.orchestra.run.trial122.stdout:(3/41): ceph-osd-20.3.0-5433.g5adce3ff.el9.x86_ 5.4 MB/s | 167 kB 00:00 2026-02-23T08:48:15.953 INFO:teuthology.orchestra.run.trial122.stdout:(4/41): ceph-mds-20.3.0-5433.g5adce3ff.el9.x86_ 13 MB/s | 2.4 MB 00:00 2026-02-23T08:48:16.005 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout: ceph x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 6.5 k 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mds x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.4 M 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 936 k 2026-02-23T08:48:16.007 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-modules-core noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 298 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mon x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 5.0 M 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: ceph-osd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 167 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: ceph-osd-classic x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 16 M 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: ceph-osd-crimson x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 19 M 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: ledmon-libs x86_64 1.1.0-3.el9 baseos 40 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: libconfig x86_64 1.7.2-9.el9 baseos 72 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: libstoragemgmt x86_64 1.10.1-1.el9 appstream 246 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: lua x86_64 5.4.4-4.el9 appstream 188 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: lua-devel x86_64 5.4.4-4.el9 crb 22 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: luarocks noarch 3.9.2-5.el9 epel 151 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: python3-autocommand noarch 2.2.2-8.el9 epel 29 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: python3-backports-tarfile noarch 1.2.0-1.el9 epel 60 k 2026-02-23T08:48:16.008 INFO:teuthology.orchestra.run.trial138.stdout: python3-bcrypt x86_64 3.2.2-1.el9 epel 43 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-cffi x86_64 1.14.5-5.el9 baseos 253 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-cheroot noarch 10.0.1-4.el9 epel 173 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-cherrypy noarch 18.6.1-2.el9 epel 358 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-cryptography x86_64 36.0.1-5.el9 baseos 1.2 M 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco noarch 8.2.1-3.el9 epel 11 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-classes noarch 3.2.1-5.el9 epel 18 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-collections 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: noarch 3.0.0-8.el9 epel 23 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-context noarch 6.0.1-3.el9 epel 20 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-functools noarch 3.5.0-2.el9 epel 19 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-text noarch 4.0.0-2.el9 epel 26 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-libstoragemgmt x86_64 1.10.1-1.el9 appstream 177 k 2026-02-23T08:48:16.009 INFO:teuthology.orchestra.run.trial138.stdout: python3-more-itertools noarch 8.12.0-2.el9 epel 79 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-packaging noarch 20.9-5.el9 appstream 77 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-ply noarch 3.11-14.el9 baseos 106 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-portend noarch 3.1.0-2.el9 epel 16 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyOpenSSL noarch 21.0.0-1.el9 epel 90 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-pycparser noarch 2.20-6.el9 baseos 135 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-requests noarch 2.25.1-10.el9 baseos 126 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-tempora noarch 5.0.0-2.el9 epel 36 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-toml noarch 0.10.2-6.el9 appstream 42 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-urllib3 noarch 1.26.5-7.el9 baseos 218 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: python3-zc-lockfile noarch 2.0-10.el9 epel 20 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: unzip x86_64 6.0-59.el9 baseos 182 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: zip x86_64 3.0-35.el9 baseos 266 k 2026-02-23T08:48:16.010 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:16.011 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:16.011 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:16.011 INFO:teuthology.orchestra.run.trial138.stdout:Install 41 Packages 2026-02-23T08:48:16.011 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:16.011 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 48 M 2026-02-23T08:48:16.012 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 167 M 2026-02-23T08:48:16.012 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:16.084 INFO:teuthology.orchestra.run.trial122.stdout:(5/41): ceph-mon-20.3.0-5433.g5adce3ff.el9.x86_ 19 MB/s | 5.0 MB 00:00 2026-02-23T08:48:16.121 INFO:teuthology.orchestra.run.trial122.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5433.g5adc 7.9 MB/s | 298 kB 00:00 2026-02-23T08:48:16.127 INFO:teuthology.orchestra.run.trial043.stdout:(19/41): lua-5.4.4-4.el9.x86_64.rpm 294 kB/s | 188 kB 00:00 2026-02-23T08:48:16.184 INFO:teuthology.orchestra.run.trial043.stdout:(20/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 339 kB/s | 246 kB 00:00 2026-02-23T08:48:16.212 INFO:teuthology.orchestra.run.trial043.stdout:(21/41): python3-packaging-20.9-5.el9.noarch.rp 914 kB/s | 77 kB 00:00 2026-02-23T08:48:16.233 INFO:teuthology.orchestra.run.trial043.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 1.1 MB/s | 22 kB 00:00 2026-02-23T08:48:16.252 INFO:teuthology.orchestra.run.trial043.stdout:(23/41): python3-libstoragemgmt-1.10.1-1.el9.x8 279 kB/s | 177 kB 00:00 2026-02-23T08:48:16.267 INFO:teuthology.orchestra.run.trial043.stdout:(24/41): python3-toml-0.10.2-6.el9.noarch.rpm 497 kB/s | 42 kB 00:00 2026-02-23T08:48:16.295 INFO:teuthology.orchestra.run.trial043.stdout:(25/41): python3-autocommand-2.2.2-8.el9.noarch 690 kB/s | 29 kB 00:00 2026-02-23T08:48:16.309 INFO:teuthology.orchestra.run.trial043.stdout:(26/41): luarocks-3.9.2-5.el9.noarch.rpm 1.9 MB/s | 151 kB 00:00 2026-02-23T08:48:16.323 INFO:teuthology.orchestra.run.trial043.stdout:(27/41): python3-backports-tarfile-1.2.0-1.el9. 1.1 MB/s | 60 kB 00:00 2026-02-23T08:48:16.332 INFO:teuthology.orchestra.run.trial043.stdout:(28/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.2 MB/s | 43 kB 00:00 2026-02-23T08:48:16.346 INFO:teuthology.orchestra.run.trial043.stdout:(29/41): python3-cheroot-10.0.1-4.el9.noarch.rp 4.6 MB/s | 173 kB 00:00 2026-02-23T08:48:16.351 INFO:teuthology.orchestra.run.trial043.stdout:(30/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 551 kB/s | 11 kB 00:00 2026-02-23T08:48:16.364 INFO:teuthology.orchestra.run.trial043.stdout:(31/41): python3-cherrypy-18.6.1-2.el9.noarch.r 8.5 MB/s | 358 kB 00:00 2026-02-23T08:48:16.393 INFO:teuthology.orchestra.run.trial043.stdout:(32/41): python3-jaraco-classes-3.2.1-5.el9.noa 375 kB/s | 18 kB 00:00 2026-02-23T08:48:16.401 INFO:teuthology.orchestra.run.trial122.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 144 kB/s | 40 kB 00:00 2026-02-23T08:48:16.408 INFO:teuthology.orchestra.run.trial043.stdout:(33/41): python3-jaraco-collections-3.0.0-8.el9 405 kB/s | 23 kB 00:00 2026-02-23T08:48:16.417 INFO:teuthology.orchestra.run.trial043.stdout:(34/41): python3-jaraco-functools-3.5.0-2.el9.n 805 kB/s | 19 kB 00:00 2026-02-23T08:48:16.421 INFO:teuthology.orchestra.run.trial043.stdout:(35/41): python3-jaraco-context-6.0.1-3.el9.noa 343 kB/s | 20 kB 00:00 2026-02-23T08:48:16.436 INFO:teuthology.orchestra.run.trial043.stdout:(36/41): python3-jaraco-text-4.0.0-2.el9.noarch 971 kB/s | 26 kB 00:00 2026-02-23T08:48:16.440 INFO:teuthology.orchestra.run.trial043.stdout:(37/41): python3-more-itertools-8.12.0-2.el9.no 3.4 MB/s | 79 kB 00:00 2026-02-23T08:48:16.467 INFO:teuthology.orchestra.run.trial043.stdout:(38/41): python3-portend-3.1.0-2.el9.noarch.rpm 364 kB/s | 16 kB 00:00 2026-02-23T08:48:16.477 INFO:teuthology.orchestra.run.trial043.stdout:(39/41): python3-tempora-5.0.0-2.el9.noarch.rpm 980 kB/s | 36 kB 00:00 2026-02-23T08:48:16.494 INFO:teuthology.orchestra.run.trial043.stdout:(40/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 1.5 MB/s | 90 kB 00:00 2026-02-23T08:48:16.499 INFO:teuthology.orchestra.run.trial043.stdout:(41/41): python3-zc-lockfile-2.0-10.el9.noarch. 616 kB/s | 20 kB 00:00 2026-02-23T08:48:16.500 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:16.500 INFO:teuthology.orchestra.run.trial043.stdout:Total 15 MB/s | 48 MB 00:03 2026-02-23T08:48:16.582 INFO:teuthology.orchestra.run.trial122.stdout:(8/41): ceph-osd-classic-20.3.0-5433.g5adce3ff. 24 MB/s | 16 MB 00:00 2026-02-23T08:48:16.595 INFO:teuthology.orchestra.run.trial122.stdout:(9/41): libconfig-1.7.2-9.el9.x86_64.rpm 374 kB/s | 72 kB 00:00 2026-02-23T08:48:16.623 INFO:teuthology.orchestra.run.trial122.stdout:(10/41): ceph-osd-crimson-20.3.0-5433.g5adce3ff 28 MB/s | 19 MB 00:00 2026-02-23T08:48:16.637 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:16.656 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:16.656 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:16.703 INFO:teuthology.orchestra.run.trial138.stdout:(1/41): ceph-20.3.0-5433.g5adce3ff.el9.x86_64.r 128 kB/s | 6.5 kB 00:00 2026-02-23T08:48:16.788 INFO:teuthology.orchestra.run.trial138.stdout:(2/41): ceph-mgr-20.3.0-5433.g5adce3ff.el9.x86_ 6.8 MB/s | 936 kB 00:00 2026-02-23T08:48:16.813 INFO:teuthology.orchestra.run.trial138.stdout:(3/41): ceph-mds-20.3.0-5433.g5adce3ff.el9.x86_ 15 MB/s | 2.4 MB 00:00 2026-02-23T08:48:16.819 INFO:teuthology.orchestra.run.trial138.stdout:(4/41): ceph-osd-20.3.0-5433.g5adce3ff.el9.x86_ 5.2 MB/s | 167 kB 00:00 2026-02-23T08:48:16.854 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:16.854 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:16.970 INFO:teuthology.orchestra.run.trial138.stdout:(5/41): ceph-mon-20.3.0-5433.g5adce3ff.el9.x86_ 19 MB/s | 5.0 MB 00:00 2026-02-23T08:48:16.989 INFO:teuthology.orchestra.run.trial122.stdout:(11/41): python3-cryptography-36.0.1-5.el9.x86_ 3.2 MB/s | 1.2 MB 00:00 2026-02-23T08:48:17.017 INFO:teuthology.orchestra.run.trial138.stdout:(6/41): ceph-mgr-modules-core-20.3.0-5433.g5adc 6.1 MB/s | 298 kB 00:00 2026-02-23T08:48:17.026 INFO:teuthology.orchestra.run.trial122.stdout:(12/41): python3-ply-3.11-14.el9.noarch.rpm 264 kB/s | 106 kB 00:00 2026-02-23T08:48:17.073 INFO:teuthology.orchestra.run.trial122.stdout:(13/41): python3-pycparser-2.20-6.el9.noarch.rp 1.6 MB/s | 135 kB 00:00 2026-02-23T08:48:17.085 INFO:teuthology.orchestra.run.trial138.stdout:(7/41): ledmon-libs-1.1.0-3.el9.x86_64.rpm 592 kB/s | 40 kB 00:00 2026-02-23T08:48:17.086 INFO:teuthology.orchestra.run.trial122.stdout:(14/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 502 kB/s | 253 kB 00:00 2026-02-23T08:48:17.090 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:17.092 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-23T08:48:17.097 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-23T08:48:17.102 INFO:teuthology.orchestra.run.trial043.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-23T08:48:17.104 INFO:teuthology.orchestra.run.trial043.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-23T08:48:17.110 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-23T08:48:17.125 INFO:teuthology.orchestra.run.trial138.stdout:(8/41): libconfig-1.7.2-9.el9.x86_64.rpm 1.8 MB/s | 72 kB 00:00 2026-02-23T08:48:17.133 INFO:teuthology.orchestra.run.trial043.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-23T08:48:17.138 INFO:teuthology.orchestra.run.trial043.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-23T08:48:17.143 INFO:teuthology.orchestra.run.trial043.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-23T08:48:17.148 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-23T08:48:17.154 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-23T08:48:17.157 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-23T08:48:17.160 INFO:teuthology.orchestra.run.trial122.stdout:(15/41): python3-urllib3-1.26.5-7.el9.noarch.rp 2.4 MB/s | 218 kB 00:00 2026-02-23T08:48:17.163 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-23T08:48:17.168 INFO:teuthology.orchestra.run.trial138.stdout:(9/41): python3-cffi-1.14.5-5.el9.x86_64.rpm 5.8 MB/s | 253 kB 00:00 2026-02-23T08:48:17.168 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-23T08:48:17.172 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-23T08:48:17.177 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-23T08:48:17.181 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-23T08:48:17.185 INFO:teuthology.orchestra.run.trial122.stdout:(16/41): python3-requests-2.25.1-10.el9.noarch. 797 kB/s | 126 kB 00:00 2026-02-23T08:48:17.188 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-23T08:48:17.191 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-23T08:48:17.201 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-23T08:48:17.204 INFO:teuthology.orchestra.run.trial122.stdout:(17/41): unzip-6.0-59.el9.x86_64.rpm 1.5 MB/s | 182 kB 00:00 2026-02-23T08:48:17.223 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-23T08:48:17.234 INFO:teuthology.orchestra.run.trial138.stdout:(10/41): python3-cryptography-36.0.1-5.el9.x86_ 19 MB/s | 1.2 MB 00:00 2026-02-23T08:48:17.236 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-23T08:48:17.242 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-23T08:48:17.248 INFO:teuthology.orchestra.run.trial122.stdout:(18/41): zip-3.0-35.el9.x86_64.rpm 2.9 MB/s | 266 kB 00:00 2026-02-23T08:48:17.256 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-23T08:48:17.271 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-23T08:48:17.283 INFO:teuthology.orchestra.run.trial138.stdout:(11/41): python3-ply-3.11-14.el9.noarch.rpm 2.1 MB/s | 106 kB 00:00 2026-02-23T08:48:17.306 INFO:teuthology.orchestra.run.trial138.stdout:(12/41): python3-pycparser-2.20-6.el9.noarch.rp 5.6 MB/s | 135 kB 00:00 2026-02-23T08:48:17.330 INFO:teuthology.orchestra.run.trial138.stdout:(13/41): python3-requests-2.25.1-10.el9.noarch. 5.2 MB/s | 126 kB 00:00 2026-02-23T08:48:17.346 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-23T08:48:17.354 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-23T08:48:17.370 INFO:teuthology.orchestra.run.trial138.stdout:(14/41): ceph-osd-classic-20.3.0-5433.g5adce3ff 28 MB/s | 16 MB 00:00 2026-02-23T08:48:17.377 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-23T08:48:17.406 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-23T08:48:17.412 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-23T08:48:17.434 INFO:teuthology.orchestra.run.trial138.stdout:(15/41): python3-urllib3-1.26.5-7.el9.noarch.rp 2.1 MB/s | 218 kB 00:00 2026-02-23T08:48:17.460 INFO:teuthology.orchestra.run.trial138.stdout:(16/41): zip-3.0-35.el9.x86_64.rpm 10 MB/s | 266 kB 00:00 2026-02-23T08:48:17.463 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-23T08:48:17.476 INFO:teuthology.orchestra.run.trial138.stdout:(17/41): unzip-6.0-59.el9.x86_64.rpm 1.7 MB/s | 182 kB 00:00 2026-02-23T08:48:17.502 INFO:teuthology.orchestra.run.trial138.stdout:(18/41): ceph-osd-crimson-20.3.0-5433.g5adce3ff 28 MB/s | 19 MB 00:00 2026-02-23T08:48:17.505 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9. 31/41 2026-02-23T08:48:17.506 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/41 2026-02-23T08:48:17.530 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/41 2026-02-23T08:48:17.531 INFO:teuthology.orchestra.run.trial043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:17.531 INFO:teuthology.orchestra.run.trial043.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-23T08:48:17.531 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T08:48:17.531 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T08:48:17.531 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:17.536 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-23T08:48:17.554 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:17.554 INFO:teuthology.orchestra.run.trial043.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-23T08:48:17.554 INFO:teuthology.orchestra.run.trial043.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-23T08:48:17.554 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:17.562 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:17.587 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:17.587 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-23T08:48:17.587 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:17.877 INFO:teuthology.orchestra.run.trial122.stdout:(19/41): lua-5.4.4-4.el9.x86_64.rpm 280 kB/s | 188 kB 00:00 2026-02-23T08:48:17.933 INFO:teuthology.orchestra.run.trial122.stdout:(20/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 329 kB/s | 246 kB 00:00 2026-02-23T08:48:18.032 INFO:teuthology.orchestra.run.trial122.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 422 kB/s | 42 kB 00:00 2026-02-23T08:48:18.043 INFO:teuthology.orchestra.run.trial122.stdout:(22/41): lua-devel-5.4.4-4.el9.x86_64.rpm 2.0 MB/s | 22 kB 00:00 2026-02-23T08:48:18.056 INFO:teuthology.orchestra.run.trial122.stdout:(23/41): python3-packaging-20.9-5.el9.noarch.rp 432 kB/s | 77 kB 00:00 2026-02-23T08:48:18.169 INFO:teuthology.orchestra.run.trial138.stdout:(19/41): python3-libstoragemgmt-1.10.1-1.el9.x8 265 kB/s | 177 kB 00:00 2026-02-23T08:48:18.175 INFO:teuthology.orchestra.run.trial122.stdout:(24/41): python3-autocommand-2.2.2-8.el9.noarch 248 kB/s | 29 kB 00:00 2026-02-23T08:48:18.206 INFO:teuthology.orchestra.run.trial122.stdout:(25/41): python3-libstoragemgmt-1.10.1-1.el9.x8 185 kB/s | 177 kB 00:00 2026-02-23T08:48:18.225 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-23T08:48:18.255 INFO:teuthology.orchestra.run.trial122.stdout:(26/41): python3-backports-tarfile-1.2.0-1.el9. 750 kB/s | 60 kB 00:00 2026-02-23T08:48:18.256 INFO:teuthology.orchestra.run.trial122.stdout:(27/41): luarocks-3.9.2-5.el9.noarch.rpm 710 kB/s | 151 kB 00:00 2026-02-23T08:48:18.340 INFO:teuthology.orchestra.run.trial122.stdout:(28/41): python3-cheroot-10.0.1-4.el9.noarch.rp 2.0 MB/s | 173 kB 00:00 2026-02-23T08:48:18.345 INFO:teuthology.orchestra.run.trial138.stdout:(20/41): python3-packaging-20.9-5.el9.noarch.rp 438 kB/s | 77 kB 00:00 2026-02-23T08:48:18.370 INFO:teuthology.orchestra.run.trial122.stdout:(29/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 265 kB/s | 43 kB 00:00 2026-02-23T08:48:18.376 INFO:teuthology.orchestra.run.trial122.stdout:(30/41): python3-cherrypy-18.6.1-2.el9.noarch.r 2.9 MB/s | 358 kB 00:00 2026-02-23T08:48:18.381 INFO:teuthology.orchestra.run.trial122.stdout:(31/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 259 kB/s | 11 kB 00:00 2026-02-23T08:48:18.412 INFO:teuthology.orchestra.run.trial122.stdout:(32/41): python3-jaraco-classes-3.2.1-5.el9.noa 420 kB/s | 18 kB 00:00 2026-02-23T08:48:18.417 INFO:teuthology.orchestra.run.trial122.stdout:(33/41): python3-jaraco-collections-3.0.0-8.el9 572 kB/s | 23 kB 00:00 2026-02-23T08:48:18.422 INFO:teuthology.orchestra.run.trial122.stdout:(34/41): python3-jaraco-context-6.0.1-3.el9.noa 477 kB/s | 20 kB 00:00 2026-02-23T08:48:18.445 INFO:teuthology.orchestra.run.trial138.stdout:(21/41): python3-toml-0.10.2-6.el9.noarch.rpm 418 kB/s | 42 kB 00:00 2026-02-23T08:48:18.454 INFO:teuthology.orchestra.run.trial122.stdout:(35/41): python3-jaraco-functools-3.5.0-2.el9.n 463 kB/s | 19 kB 00:00 2026-02-23T08:48:18.457 INFO:teuthology.orchestra.run.trial122.stdout:(36/41): python3-jaraco-text-4.0.0-2.el9.noarch 658 kB/s | 26 kB 00:00 2026-02-23T08:48:18.464 INFO:teuthology.orchestra.run.trial122.stdout:(37/41): python3-more-itertools-8.12.0-2.el9.no 1.8 MB/s | 79 kB 00:00 2026-02-23T08:48:18.476 INFO:teuthology.orchestra.run.trial138.stdout:(22/41): lua-5.4.4-4.el9.x86_64.rpm 188 kB/s | 188 kB 00:00 2026-02-23T08:48:18.496 INFO:teuthology.orchestra.run.trial122.stdout:(38/41): python3-portend-3.1.0-2.el9.noarch.rpm 393 kB/s | 16 kB 00:00 2026-02-23T08:48:18.498 INFO:teuthology.orchestra.run.trial122.stdout:(39/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2026-02-23T08:48:18.506 INFO:teuthology.orchestra.run.trial122.stdout:(40/41): python3-tempora-5.0.0-2.el9.noarch.rpm 862 kB/s | 36 kB 00:00 2026-02-23T08:48:18.538 INFO:teuthology.orchestra.run.trial122.stdout:(41/41): python3-zc-lockfile-2.0-10.el9.noarch. 477 kB/s | 20 kB 00:00 2026-02-23T08:48:18.539 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:18.539 INFO:teuthology.orchestra.run.trial122.stdout:Total 16 MB/s | 48 MB 00:03 2026-02-23T08:48:18.677 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:18.683 INFO:teuthology.orchestra.run.trial138.stdout:(23/41): luarocks-3.9.2-5.el9.noarch.rpm 733 kB/s | 151 kB 00:00 2026-02-23T08:48:18.684 INFO:teuthology.orchestra.run.trial138.stdout:(24/41): lua-devel-5.4.4-4.el9.x86_64.rpm 93 kB/s | 22 kB 00:00 2026-02-23T08:48:18.695 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:18.695 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:18.726 INFO:teuthology.orchestra.run.trial138.stdout:(25/41): python3-autocommand-2.2.2-8.el9.noarch 677 kB/s | 29 kB 00:00 2026-02-23T08:48:18.769 INFO:teuthology.orchestra.run.trial138.stdout:(26/41): python3-bcrypt-3.2.2-1.el9.x86_64.rpm 1.0 MB/s | 43 kB 00:00 2026-02-23T08:48:18.771 INFO:teuthology.orchestra.run.trial138.stdout:(27/41): libstoragemgmt-1.10.1-1.el9.x86_64.rpm 188 kB/s | 246 kB 00:01 2026-02-23T08:48:18.844 INFO:teuthology.orchestra.run.trial138.stdout:(28/41): python3-backports-tarfile-1.2.0-1.el9. 378 kB/s | 60 kB 00:00 2026-02-23T08:48:18.853 INFO:teuthology.orchestra.run.trial138.stdout:(29/41): python3-cheroot-10.0.1-4.el9.noarch.rp 2.0 MB/s | 173 kB 00:00 2026-02-23T08:48:18.884 INFO:teuthology.orchestra.run.trial138.stdout:(30/41): python3-jaraco-8.2.1-3.el9.noarch.rpm 263 kB/s | 11 kB 00:00 2026-02-23T08:48:18.891 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:18.891 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:18.895 INFO:teuthology.orchestra.run.trial138.stdout:(31/41): python3-jaraco-classes-3.2.1-5.el9.noa 423 kB/s | 18 kB 00:00 2026-02-23T08:48:18.925 INFO:teuthology.orchestra.run.trial138.stdout:(32/41): python3-jaraco-collections-3.0.0-8.el9 568 kB/s | 23 kB 00:00 2026-02-23T08:48:18.937 INFO:teuthology.orchestra.run.trial138.stdout:(33/41): python3-jaraco-context-6.0.1-3.el9.noa 469 kB/s | 20 kB 00:00 2026-02-23T08:48:18.966 INFO:teuthology.orchestra.run.trial138.stdout:(34/41): python3-jaraco-functools-3.5.0-2.el9.n 477 kB/s | 19 kB 00:00 2026-02-23T08:48:18.979 INFO:teuthology.orchestra.run.trial138.stdout:(35/41): python3-jaraco-text-4.0.0-2.el9.noarch 627 kB/s | 26 kB 00:00 2026-02-23T08:48:18.982 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 36/41 2026-02-23T08:48:18.992 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 37/41 2026-02-23T08:48:18.993 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 38/41 2026-02-23T08:48:19.013 INFO:teuthology.orchestra.run.trial138.stdout:(36/41): python3-cherrypy-18.6.1-2.el9.noarch.r 1.4 MB/s | 358 kB 00:00 2026-02-23T08:48:19.019 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 38/41 2026-02-23T08:48:19.019 INFO:teuthology.orchestra.run.trial043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:19.019 INFO:teuthology.orchestra.run.trial043.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-23T08:48:19.019 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T08:48:19.019 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T08:48:19.019 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:19.021 INFO:teuthology.orchestra.run.trial138.stdout:(37/41): python3-portend-3.1.0-2.el9.noarch.rpm 387 kB/s | 16 kB 00:00 2026-02-23T08:48:19.046 INFO:teuthology.orchestra.run.trial138.stdout:(38/41): python3-more-itertools-8.12.0-2.el9.no 977 kB/s | 79 kB 00:00 2026-02-23T08:48:19.056 INFO:teuthology.orchestra.run.trial138.stdout:(39/41): python3-pyOpenSSL-21.0.0-1.el9.noarch. 2.1 MB/s | 90 kB 00:00 2026-02-23T08:48:19.064 INFO:teuthology.orchestra.run.trial138.stdout:(40/41): python3-tempora-5.0.0-2.el9.noarch.rpm 844 kB/s | 36 kB 00:00 2026-02-23T08:48:19.089 INFO:teuthology.orchestra.run.trial138.stdout:(41/41): python3-zc-lockfile-2.0-10.el9.noarch. 475 kB/s | 20 kB 00:00 2026-02-23T08:48:19.092 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:19.092 INFO:teuthology.orchestra.run.trial138.stdout:Total 16 MB/s | 48 MB 00:03 2026-02-23T08:48:19.124 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:19.126 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-23T08:48:19.131 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-23T08:48:19.136 INFO:teuthology.orchestra.run.trial122.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-23T08:48:19.138 INFO:teuthology.orchestra.run.trial122.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-23T08:48:19.144 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-23T08:48:19.168 INFO:teuthology.orchestra.run.trial122.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-23T08:48:19.171 INFO:teuthology.orchestra.run.trial122.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-23T08:48:19.176 INFO:teuthology.orchestra.run.trial122.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-23T08:48:19.181 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-23T08:48:19.187 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-23T08:48:19.190 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-23T08:48:19.196 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-23T08:48:19.201 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-23T08:48:19.205 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-23T08:48:19.211 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-23T08:48:19.214 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-23T08:48:19.221 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-23T08:48:19.224 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-23T08:48:19.231 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:19.234 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-23T08:48:19.235 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 39/41 2026-02-23T08:48:19.252 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:19.252 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:19.257 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 39/41 2026-02-23T08:48:19.257 INFO:teuthology.orchestra.run.trial043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:19.258 INFO:teuthology.orchestra.run.trial043.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-23T08:48:19.258 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T08:48:19.258 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T08:48:19.258 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:19.258 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-23T08:48:19.270 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-23T08:48:19.277 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-23T08:48:19.290 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-23T08:48:19.306 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-23T08:48:19.353 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 40/41 2026-02-23T08:48:19.374 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 40/41 2026-02-23T08:48:19.375 INFO:teuthology.orchestra.run.trial043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:19.375 INFO:teuthology.orchestra.run.trial043.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-23T08:48:19.375 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T08:48:19.375 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T08:48:19.375 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:19.376 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 41/41 2026-02-23T08:48:19.381 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-23T08:48:19.382 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 41/41 2026-02-23T08:48:19.390 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-23T08:48:19.405 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 41/41 2026-02-23T08:48:19.413 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-23T08:48:19.443 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-23T08:48:19.448 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:19.449 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-23T08:48:19.449 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:19.501 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-23T08:48:19.544 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9. 31/41 2026-02-23T08:48:19.545 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/41 2026-02-23T08:48:19.569 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/41 2026-02-23T08:48:19.569 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:19.569 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-23T08:48:19.569 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T08:48:19.569 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target → /usr/lib/systemd/system/ceph-mgr.target. 2026-02-23T08:48:19.570 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:19.574 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-23T08:48:19.591 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:19.592 INFO:teuthology.orchestra.run.trial122.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-23T08:48:19.592 INFO:teuthology.orchestra.run.trial122.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-23T08:48:19.592 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:19.601 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:19.625 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:19.625 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/libstoragemgmt.service → /usr/lib/systemd/system/libstoragemgmt.service. 2026-02-23T08:48:19.625 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:19.683 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:19.685 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-more-itertools-8.12.0-2.el9.noarch 1/41 2026-02-23T08:48:19.690 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-8.2.1-3.el9.noarch 2/41 2026-02-23T08:48:19.695 INFO:teuthology.orchestra.run.trial138.stdout: Installing : lua-5.4.4-4.el9.x86_64 3/41 2026-02-23T08:48:19.698 INFO:teuthology.orchestra.run.trial138.stdout: Installing : unzip-6.0-59.el9.x86_64 4/41 2026-02-23T08:48:19.704 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ledmon-libs-1.1.0-3.el9.x86_64 5/41 2026-02-23T08:48:19.728 INFO:teuthology.orchestra.run.trial138.stdout: Installing : zip-3.0-35.el9.x86_64 6/41 2026-02-23T08:48:19.731 INFO:teuthology.orchestra.run.trial138.stdout: Installing : luarocks-3.9.2-5.el9.noarch 7/41 2026-02-23T08:48:19.736 INFO:teuthology.orchestra.run.trial138.stdout: Installing : lua-devel-5.4.4-4.el9.x86_64 8/41 2026-02-23T08:48:19.741 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-classes-3.2.1-5.el9.noarch 9/41 2026-02-23T08:48:19.747 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-zc-lockfile-2.0-10.el9.noarch 10/41 2026-02-23T08:48:19.750 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-backports-tarfile-1.2.0-1.el9.noarch 11/41 2026-02-23T08:48:19.756 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-context-6.0.1-3.el9.noarch 12/41 2026-02-23T08:48:19.761 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-autocommand-2.2.2-8.el9.noarch 13/41 2026-02-23T08:48:19.765 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-toml-0.10.2-6.el9.noarch 14/41 2026-02-23T08:48:19.771 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-functools-3.5.0-2.el9.noarch 15/41 2026-02-23T08:48:19.774 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-text-4.0.0-2.el9.noarch 16/41 2026-02-23T08:48:19.781 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jaraco-collections-3.0.0-8.el9.noarch 17/41 2026-02-23T08:48:19.784 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-tempora-5.0.0-2.el9.noarch 18/41 2026-02-23T08:48:19.794 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-portend-3.1.0-2.el9.noarch 19/41 2026-02-23T08:48:19.800 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 41/41 2026-02-23T08:48:19.800 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/41 2026-02-23T08:48:19.800 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/41 2026-02-23T08:48:19.800 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 5/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 6/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 7/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9. 8/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-23T08:48:19.801 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-23T08:48:19.802 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-23T08:48:19.803 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-23T08:48:19.804 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-23T08:48:19.804 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-23T08:48:19.804 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-23T08:48:19.804 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-23T08:48:19.804 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-23T08:48:19.817 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-packaging-20.9-5.el9.noarch 20/41 2026-02-23T08:48:19.829 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-urllib3-1.26.5-7.el9.noarch 21/41 2026-02-23T08:48:19.836 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-requests-2.25.1-10.el9.noarch 22/41 2026-02-23T08:48:19.849 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-ply-3.11-14.el9.noarch 23/41 2026-02-23T08:48:19.857 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-23T08:48:19.857 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:19.858 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:19.858 INFO:teuthology.orchestra.run.trial043.stdout: ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:19.858 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:19.858 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:19.858 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:19.859 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:19.859 INFO:teuthology.orchestra.run.trial043.stdout: ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:19.859 INFO:teuthology.orchestra.run.trial043.stdout: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:19.859 INFO:teuthology.orchestra.run.trial043.stdout: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:19.859 INFO:teuthology.orchestra.run.trial043.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-23T08:48:19.859 INFO:teuthology.orchestra.run.trial043.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-23T08:48:19.860 INFO:teuthology.orchestra.run.trial043.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T08:48:19.860 INFO:teuthology.orchestra.run.trial043.stdout: lua-5.4.4-4.el9.x86_64 2026-02-23T08:48:19.860 INFO:teuthology.orchestra.run.trial043.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-23T08:48:19.860 INFO:teuthology.orchestra.run.trial043.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-23T08:48:19.860 INFO:teuthology.orchestra.run.trial043.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-23T08:48:19.860 INFO:teuthology.orchestra.run.trial043.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-23T08:48:19.861 INFO:teuthology.orchestra.run.trial043.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-23T08:48:19.861 INFO:teuthology.orchestra.run.trial043.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-23T08:48:19.861 INFO:teuthology.orchestra.run.trial043.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-23T08:48:19.861 INFO:teuthology.orchestra.run.trial043.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-23T08:48:19.861 INFO:teuthology.orchestra.run.trial043.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-23T08:48:19.861 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-23T08:48:19.862 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-23T08:48:19.862 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-23T08:48:19.862 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-23T08:48:19.862 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-23T08:48:19.862 INFO:teuthology.orchestra.run.trial043.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-23T08:48:19.863 INFO:teuthology.orchestra.run.trial043.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T08:48:19.863 INFO:teuthology.orchestra.run.trial043.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-23T08:48:19.863 INFO:teuthology.orchestra.run.trial043.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-23T08:48:19.863 INFO:teuthology.orchestra.run.trial043.stdout: python3-ply-3.11-14.el9.noarch 2026-02-23T08:48:19.863 INFO:teuthology.orchestra.run.trial043.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-23T08:48:19.863 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: unzip-6.0-59.el9.x86_64 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: zip-3.0-35.el9.x86_64 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:19.864 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:19.866 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pycparser-2.20-6.el9.noarch 24/41 2026-02-23T08:48:19.896 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-base 2026-02-23T08:48:19.940 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cffi-1.14.5-5.el9.x86_64 25/41 2026-02-23T08:48:19.948 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cryptography-36.0.1-5.el9.x86_64 26/41 2026-02-23T08:48:19.971 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pyOpenSSL-21.0.0-1.el9.noarch 27/41 2026-02-23T08:48:20.000 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cheroot-10.0.1-4.el9.noarch 28/41 2026-02-23T08:48:20.006 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cherrypy-18.6.1-2.el9.noarch 29/41 2026-02-23T08:48:20.057 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-bcrypt-3.2.2-1.el9.x86_64 30/41 2026-02-23T08:48:20.101 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9. 31/41 2026-02-23T08:48:20.102 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/41 2026-02-23T08:48:20.125 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 32/41 2026-02-23T08:48:20.125 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:20.125 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-mgr@*.service" escaped as "ceph-mgr@\x2a.service". 2026-02-23T08:48:20.125 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-23T08:48:20.125 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-23T08:48:20.126 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:20.130 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libconfig-1.7.2-9.el9.x86_64 33/41 2026-02-23T08:48:20.146 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:20.147 INFO:teuthology.orchestra.run.trial138.stdout:Creating group 'libstoragemgmt' with GID 991. 2026-02-23T08:48:20.147 INFO:teuthology.orchestra.run.trial138.stdout:Creating user 'libstoragemgmt' (daemon account for libstoragemgmt) with UID 991 and GID 991. 2026-02-23T08:48:20.147 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:20.154 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:20.177 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libstoragemgmt-1.10.1-1.el9.x86_64 34/41 2026-02-23T08:48:20.177 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-23T08:48:20.177 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:20.212 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:27 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:20.274 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-23T08:48:20.276 INFO:teuthology.orchestra.run.trial043.stdout:Package ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:20.294 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:20.295 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:20.295 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:20.316 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install cephadm 2026-02-23T08:48:20.621 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:27 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:20.703 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:20.704 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:20.704 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:48:20.704 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:20.704 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:20.704 INFO:teuthology.orchestra.run.trial043.stdout: cephadm noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 1.0 M 2026-02-23T08:48:20.704 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:20.705 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:20.705 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:20.705 INFO:teuthology.orchestra.run.trial043.stdout:Install 1 Package 2026-02-23T08:48:20.705 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:20.705 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 1.0 M 2026-02-23T08:48:20.705 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 1.0 M 2026-02-23T08:48:20.705 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:20.825 INFO:teuthology.orchestra.run.trial043.stdout:cephadm-20.3.0-5433.g5adce3ff.el9.noarch.rpm 8.5 MB/s | 1.0 MB 00:00 2026-02-23T08:48:20.825 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:20.825 INFO:teuthology.orchestra.run.trial043.stdout:Total 8.4 MB/s | 1.0 MB 00:00 2026-02-23T08:48:20.825 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:20.827 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:20.827 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:20.831 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:20.831 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:20.838 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-libstoragemgmt-1.10.1-1.el9.x86_64 35/41 2026-02-23T08:48:20.849 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:20.907 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:20.921 INFO:teuthology.orchestra.run.trial043.stdout: Installing : cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:20.987 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:21.042 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:21.042 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:21.042 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:21.043 INFO:teuthology.orchestra.run.trial043.stdout: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:21.043 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:21.043 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:21.048 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 36/41 2026-02-23T08:48:21.058 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 37/41 2026-02-23T08:48:21.059 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 38/41 2026-02-23T08:48:21.070 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-immutable-object-cache 2026-02-23T08:48:21.083 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 38/41 2026-02-23T08:48:21.084 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:21.084 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-23T08:48:21.084 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T08:48:21.084 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target → /usr/lib/systemd/system/ceph-osd.target. 2026-02-23T08:48:21.084 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:21.300 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 39/41 2026-02-23T08:48:21.321 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 39/41 2026-02-23T08:48:21.321 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:21.321 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-23T08:48:21.321 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T08:48:21.321 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target → /usr/lib/systemd/system/ceph-mon.target. 2026-02-23T08:48:21.321 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:21.386 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:28 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:21.417 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 40/41 2026-02-23T08:48:21.439 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 40/41 2026-02-23T08:48:21.439 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:21.439 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-23T08:48:21.439 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T08:48:21.439 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target → /usr/lib/systemd/system/ceph-mds.target. 2026-02-23T08:48:21.439 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:21.440 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 41/41 2026-02-23T08:48:21.447 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 41/41 2026-02-23T08:48:21.468 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:21.469 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:21.469 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repo Size 2026-02-23T08:48:21.469 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:21.469 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:21.469 INFO:teuthology.orchestra.run.trial043.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 147 k 2026-02-23T08:48:21.469 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:21.469 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:21.469 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:21.470 INFO:teuthology.orchestra.run.trial043.stdout:Install 1 Package 2026-02-23T08:48:21.470 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:21.470 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 147 k 2026-02-23T08:48:21.470 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 419 k 2026-02-23T08:48:21.470 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:21.472 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 41/41 2026-02-23T08:48:21.556 INFO:teuthology.orchestra.run.trial043.stdout:ceph-immutable-object-cache-20.3.0-5433.g5adce3 1.7 MB/s | 147 kB 00:00 2026-02-23T08:48:21.557 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:21.557 INFO:teuthology.orchestra.run.trial043.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-23T08:48:21.557 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:21.561 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:21.561 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:21.588 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:21.588 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:21.639 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 36/41 2026-02-23T08:48:21.641 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:21.642 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:21.649 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 37/41 2026-02-23T08:48:21.650 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 38/41 2026-02-23T08:48:21.666 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:21.666 INFO:teuthology.orchestra.run.trial043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:21.666 INFO:teuthology.orchestra.run.trial043.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-23T08:48:21.666 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:21.676 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 38/41 2026-02-23T08:48:21.676 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:21.676 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-osd@*.service" escaped as "ceph-osd@\x2a.service". 2026-02-23T08:48:21.676 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-23T08:48:21.676 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-23T08:48:21.676 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 41/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 5/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 6/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 7/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9. 8/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-23T08:48:21.852 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-23T08:48:21.853 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-23T08:48:21.898 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 39/41 2026-02-23T08:48:21.913 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-23T08:48:21.913 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout: ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout: ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:21.914 INFO:teuthology.orchestra.run.trial122.stdout: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: lua-5.4.4-4.el9.x86_64 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-23T08:48:21.915 INFO:teuthology.orchestra.run.trial122.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-23T08:48:21.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-ply-3.11-14.el9.noarch 2026-02-23T08:48:21.917 INFO:teuthology.orchestra.run.trial122.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-23T08:48:21.917 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-23T08:48:21.917 INFO:teuthology.orchestra.run.trial122.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-23T08:48:21.918 INFO:teuthology.orchestra.run.trial122.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-23T08:48:21.918 INFO:teuthology.orchestra.run.trial122.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-23T08:48:21.918 INFO:teuthology.orchestra.run.trial122.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-23T08:48:21.918 INFO:teuthology.orchestra.run.trial122.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-23T08:48:21.918 INFO:teuthology.orchestra.run.trial122.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-23T08:48:21.918 INFO:teuthology.orchestra.run.trial122.stdout: unzip-6.0-59.el9.x86_64 2026-02-23T08:48:21.918 INFO:teuthology.orchestra.run.trial122.stdout: zip-3.0-35.el9.x86_64 2026-02-23T08:48:21.918 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:21.919 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:21.920 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 39/41 2026-02-23T08:48:21.921 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:21.921 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-mon@*.service" escaped as "ceph-mon@\x2a.service". 2026-02-23T08:48:21.921 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-23T08:48:21.921 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-23T08:48:21.921 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:21.951 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-base 2026-02-23T08:48:21.961 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:21.961 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:21.961 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:21.961 INFO:teuthology.orchestra.run.trial043.stdout: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:21.962 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:21.962 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:21.990 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-mgr 2026-02-23T08:48:22.020 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 40/41 2026-02-23T08:48:22.041 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 40/41 2026-02-23T08:48:22.041 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:22.041 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-mds@*.service" escaped as "ceph-mds@\x2a.service". 2026-02-23T08:48:22.041 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-23T08:48:22.041 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-23T08:48:22.041 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:22.042 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 41/41 2026-02-23T08:48:22.049 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 41/41 2026-02-23T08:48:22.072 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 41/41 2026-02-23T08:48:22.258 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:29 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:22.296 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:29 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:22.322 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:22.339 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:22.340 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:22.340 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:22.361 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install cephadm 2026-02-23T08:48:22.362 INFO:teuthology.orchestra.run.trial043.stdout:Package ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:22.378 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:22.379 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:22.379 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:22.400 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-mgr-dashboard 2026-02-23T08:48:22.434 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 41/41 2026-02-23T08:48:22.434 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/41 2026-02-23T08:48:22.434 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/41 2026-02-23T08:48:22.434 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 3/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 4/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 5/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_6 6/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_6 7/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9. 8/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ledmon-libs-1.1.0-3.el9.x86_64 9/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libconfig-1.7.2-9.el9.x86_64 10/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cffi-1.14.5-5.el9.x86_64 11/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cryptography-36.0.1-5.el9.x86_64 12/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-ply-3.11-14.el9.noarch 13/41 2026-02-23T08:48:22.435 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pycparser-2.20-6.el9.noarch 14/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-requests-2.25.1-10.el9.noarch 15/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-urllib3-1.26.5-7.el9.noarch 16/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : unzip-6.0-59.el9.x86_64 17/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : zip-3.0-35.el9.x86_64 18/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libstoragemgmt-1.10.1-1.el9.x86_64 19/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : lua-5.4.4-4.el9.x86_64 20/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-libstoragemgmt-1.10.1-1.el9.x86_64 21/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-packaging-20.9-5.el9.noarch 22/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-toml-0.10.2-6.el9.noarch 23/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : lua-devel-5.4.4-4.el9.x86_64 24/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : luarocks-3.9.2-5.el9.noarch 25/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-autocommand-2.2.2-8.el9.noarch 26/41 2026-02-23T08:48:22.436 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-backports-tarfile-1.2.0-1.el9.noarch 27/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-bcrypt-3.2.2-1.el9.x86_64 28/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cheroot-10.0.1-4.el9.noarch 29/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cherrypy-18.6.1-2.el9.noarch 30/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-8.2.1-3.el9.noarch 31/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-classes-3.2.1-5.el9.noarch 32/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-collections-3.0.0-8.el9.noarch 33/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-context-6.0.1-3.el9.noarch 34/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-functools-3.5.0-2.el9.noarch 35/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jaraco-text-4.0.0-2.el9.noarch 36/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-more-itertools-8.12.0-2.el9.noarch 37/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-portend-3.1.0-2.el9.noarch 38/41 2026-02-23T08:48:22.437 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pyOpenSSL-21.0.0-1.el9.noarch 39/41 2026-02-23T08:48:22.438 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-tempora-5.0.0-2.el9.noarch 40/41 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-zc-lockfile-2.0-10.el9.noarch 41/41 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: ceph-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mds-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-modules-core-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mon-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:22.492 INFO:teuthology.orchestra.run.trial138.stdout: ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: ceph-osd-crimson-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: ledmon-libs-1.1.0-3.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: libconfig-1.7.2-9.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: lua-5.4.4-4.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: lua-devel-5.4.4-4.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: luarocks-3.9.2-5.el9.noarch 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: python3-autocommand-2.2.2-8.el9.noarch 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: python3-backports-tarfile-1.2.0-1.el9.noarch 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: python3-bcrypt-3.2.2-1.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: python3-cffi-1.14.5-5.el9.x86_64 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: python3-cheroot-10.0.1-4.el9.noarch 2026-02-23T08:48:22.493 INFO:teuthology.orchestra.run.trial138.stdout: python3-cherrypy-18.6.1-2.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-cryptography-36.0.1-5.el9.x86_64 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-8.2.1-3.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-classes-3.2.1-5.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-collections-3.0.0-8.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-context-6.0.1-3.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-functools-3.5.0-2.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-jaraco-text-4.0.0-2.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-libstoragemgmt-1.10.1-1.el9.x86_64 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-more-itertools-8.12.0-2.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-packaging-20.9-5.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-ply-3.11-14.el9.noarch 2026-02-23T08:48:22.494 INFO:teuthology.orchestra.run.trial138.stdout: python3-portend-3.1.0-2.el9.noarch 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyOpenSSL-21.0.0-1.el9.noarch 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: python3-pycparser-2.20-6.el9.noarch 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: python3-requests-2.25.1-10.el9.noarch 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: python3-tempora-5.0.0-2.el9.noarch 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: python3-toml-0.10.2-6.el9.noarch 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: python3-urllib3-1.26.5-7.el9.noarch 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: python3-zc-lockfile-2.0-10.el9.noarch 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: unzip-6.0-59.el9.x86_64 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: zip-3.0-35.el9.x86_64 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:22.495 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:22.530 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-base 2026-02-23T08:48:22.674 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:29 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:22.703 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:29 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:22.759 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:22.759 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout: cephadm noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 1.0 M 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 1.0 M 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 1.0 M 2026-02-23T08:48:22.760 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:22.785 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:22.787 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:22.787 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:48:22.787 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:22.787 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:22.787 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 51 M 2026-02-23T08:48:22.787 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:48:22.787 INFO:teuthology.orchestra.run.trial043.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 57 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 17 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-23T08:48:22.788 INFO:teuthology.orchestra.run.trial043.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-23T08:48:22.789 INFO:teuthology.orchestra.run.trial043.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-23T08:48:22.789 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:22.789 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:22.790 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:22.790 INFO:teuthology.orchestra.run.trial043.stdout:Install 13 Packages 2026-02-23T08:48:22.790 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:22.790 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 55 M 2026-02-23T08:48:22.790 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 262 M 2026-02-23T08:48:22.790 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:22.839 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:29 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:22.880 INFO:teuthology.orchestra.run.trial122.stdout:cephadm-20.3.0-5433.g5adce3ff.el9.noarch.rpm 8.5 MB/s | 1.0 MB 00:00 2026-02-23T08:48:22.881 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:22.881 INFO:teuthology.orchestra.run.trial122.stdout:Total 8.4 MB/s | 1.0 MB 00:00 2026-02-23T08:48:22.881 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:22.883 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:22.883 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:22.887 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:22.887 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:22.904 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-base-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:22.905 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:22.921 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:22.922 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:22.922 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:22.943 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install cephadm 2026-02-23T08:48:22.965 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:22.978 INFO:teuthology.orchestra.run.trial122.stdout: Installing : cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:23.041 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:23.095 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:23.095 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:23.095 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:23.095 INFO:teuthology.orchestra.run.trial122.stdout: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:23.095 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:23.095 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:23.122 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-immutable-object-cache 2026-02-23T08:48:23.248 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:30 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:23.279 INFO:teuthology.orchestra.run.trial043.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5433.g5ad 256 kB/s | 17 kB 00:00 2026-02-23T08:48:23.284 INFO:teuthology.orchestra.run.trial043.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5433.g5a 782 kB/s | 57 kB 00:00 2026-02-23T08:48:23.330 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout: cephadm noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 1.0 M 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 1.0 M 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 1.0 M 2026-02-23T08:48:23.331 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:23.441 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:30 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:23.526 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:23.527 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:23.527 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-23T08:48:23.527 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:23.527 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:23.527 INFO:teuthology.orchestra.run.trial122.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 147 k 2026-02-23T08:48:23.528 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:23.528 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:23.528 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:23.528 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-23T08:48:23.528 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:23.528 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 147 k 2026-02-23T08:48:23.528 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 419 k 2026-02-23T08:48:23.528 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:23.830 INFO:teuthology.orchestra.run.trial122.stdout:ceph-immutable-object-cache-20.3.0-5433.g5adce3 486 kB/s | 147 kB 00:00 2026-02-23T08:48:23.830 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:23.830 INFO:teuthology.orchestra.run.trial122.stdout:Total 485 kB/s | 147 kB 00:00 2026-02-23T08:48:23.830 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:23.835 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:23.836 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:23.863 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:23.863 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:23.874 INFO:teuthology.orchestra.run.trial043.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 80 kB/s | 48 kB 00:00 2026-02-23T08:48:23.913 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:23.915 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:23.937 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:23.937 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:23.938 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-23T08:48:23.938 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:23.961 INFO:teuthology.orchestra.run.trial043.stdout:(4/13): protobuf-compiler-3.14.0-17.el9.x86_64. 9.7 MB/s | 862 kB 00:00 2026-02-23T08:48:23.977 INFO:teuthology.orchestra.run.trial138.stdout:cephadm-20.3.0-5433.g5adce3ff.el9.noarch.rpm 1.6 MB/s | 1.0 MB 00:00 2026-02-23T08:48:23.977 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:23.977 INFO:teuthology.orchestra.run.trial138.stdout:Total 1.6 MB/s | 1.0 MB 00:00 2026-02-23T08:48:23.977 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:23.980 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:23.980 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:23.984 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:23.985 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:24.002 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:24.061 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:24.062 INFO:teuthology.orchestra.run.trial043.stdout:(5/13): python3-protobuf-3.14.0-17.el9.noarch.r 344 kB/s | 267 kB 00:00 2026-02-23T08:48:24.074 INFO:teuthology.orchestra.run.trial138.stdout: Installing : cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:24.141 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:24.197 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/1 2026-02-23T08:48:24.197 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:24.197 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:24.197 INFO:teuthology.orchestra.run.trial138.stdout: cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:24.197 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:24.197 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:24.222 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:24.222 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:24.222 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:24.222 INFO:teuthology.orchestra.run.trial122.stdout: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:24.222 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:24.222 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:24.228 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-immutable-object-cache 2026-02-23T08:48:24.249 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr 2026-02-23T08:48:24.269 INFO:teuthology.orchestra.run.trial043.stdout:(6/13): ceph-mgr-dashboard-20.3.0-5433.g5adce3f 48 MB/s | 51 MB 00:01 2026-02-23T08:48:24.285 INFO:teuthology.orchestra.run.trial043.stdout:(7/13): grpc-data-1.46.7-10.el9.noarch.rpm 87 kB/s | 19 kB 00:00 2026-02-23T08:48:24.474 INFO:teuthology.orchestra.run.trial043.stdout:(8/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.1 MB/s | 551 kB 00:00 2026-02-23T08:48:24.508 INFO:teuthology.orchestra.run.trial043.stdout:(9/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 647 kB/s | 144 kB 00:00 2026-02-23T08:48:24.543 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:31 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:24.556 INFO:teuthology.orchestra.run.trial043.stdout:(10/13): python3-repoze-lru-0.7-16.el9.noarch.r 375 kB/s | 31 kB 00:00 2026-02-23T08:48:24.557 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:31 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:24.621 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:24.626 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout: ceph-immutable-object-cache x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 147 k 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:24.627 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 147 k 2026-02-23T08:48:24.628 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 419 k 2026-02-23T08:48:24.628 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:24.638 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:24.639 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:24.639 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:24.657 INFO:teuthology.orchestra.run.trial043.stdout:(11/13): python3-xmltodict-0.12.0-15.el9.noarch 220 kB/s | 22 kB 00:00 2026-02-23T08:48:24.661 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr-dashboard 2026-02-23T08:48:24.714 INFO:teuthology.orchestra.run.trial138.stdout:ceph-immutable-object-cache-20.3.0-5433.g5adce3 1.7 MB/s | 147 kB 00:00 2026-02-23T08:48:24.714 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:24.714 INFO:teuthology.orchestra.run.trial138.stdout:Total 1.6 MB/s | 147 kB 00:00 2026-02-23T08:48:24.714 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:24.718 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:24.718 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:24.724 INFO:teuthology.orchestra.run.trial043.stdout:(12/13): python3-routes-2.5.1-5.el9.noarch.rpm 872 kB/s | 188 kB 00:00 2026-02-23T08:48:24.745 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:24.745 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:24.795 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:24.796 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:24.818 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:24.819 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:24.819 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-immutable-object-cache@*.service" escaped as "ceph-immutable-object-cache@\x2a.service". 2026-02-23T08:48:24.819 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:24.891 INFO:teuthology.orchestra.run.trial043.stdout:(13/13): python3-grpcio-1.46.7-10.el9.x86_64.rp 3.3 MB/s | 2.0 MB 00:00 2026-02-23T08:48:24.894 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:24.894 INFO:teuthology.orchestra.run.trial043.stdout:Total 26 MB/s | 55 MB 00:02 2026-02-23T08:48:24.921 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:24.930 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:24.930 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:24.968 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:31 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:25.054 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:25.055 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:25.055 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 51 M 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 57 k 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 17 k 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-23T08:48:25.056 INFO:teuthology.orchestra.run.trial122.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout:Install 13 Packages 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 55 M 2026-02-23T08:48:25.057 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 262 M 2026-02-23T08:48:25.058 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:25.125 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff. 1/1 2026-02-23T08:48:25.125 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:25.125 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:25.125 INFO:teuthology.orchestra.run.trial138.stdout: ceph-immutable-object-cache-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:25.125 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:25.125 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:25.142 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:25.143 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:25.154 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr 2026-02-23T08:48:25.318 INFO:teuthology.orchestra.run.trial122.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5433.g5ad 248 kB/s | 17 kB 00:00 2026-02-23T08:48:25.322 INFO:teuthology.orchestra.run.trial122.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5433.g5a 772 kB/s | 57 kB 00:00 2026-02-23T08:48:25.369 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:25.375 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-23T08:48:25.386 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-23T08:48:25.388 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-23T08:48:25.416 INFO:teuthology.orchestra.run.trial043.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-23T08:48:25.459 INFO:teuthology.orchestra.run.trial043.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-23T08:48:25.466 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:32 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:25.468 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-23T08:48:25.496 INFO:teuthology.orchestra.run.trial043.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-23T08:48:25.505 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-23T08:48:25.512 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-23T08:48:25.515 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-23T08:48:25.524 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9 11/13 2026-02-23T08:48:25.533 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-mgr-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:25.550 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:25.551 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:25.551 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:25.573 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr-dashboard 2026-02-23T08:48:25.879 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:32 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:25.953 INFO:teuthology.orchestra.run.trial122.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 75 kB/s | 48 kB 00:00 2026-02-23T08:48:25.961 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:25.961 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-dashboard noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 51 M 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: abseil-cpp x86_64 20211102.0-4.el9 epel 551 k 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: ceph-grafana-dashboards noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 57 k 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: ceph-prometheus-alerts noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 17 k 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: grpc-data noarch 1.46.7-10.el9 epel 19 k 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: protobuf-compiler x86_64 3.14.0-17.el9 crb 862 k 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: python3-grpcio x86_64 1.46.7-10.el9 epel 2.0 M 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: python3-grpcio-tools x86_64 1.46.7-10.el9 epel 144 k 2026-02-23T08:48:25.962 INFO:teuthology.orchestra.run.trial138.stdout: python3-jmespath noarch 1.0.1-1.el9 appstream 48 k 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout: python3-protobuf noarch 3.14.0-17.el9 appstream 267 k 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout: python3-repoze-lru noarch 0.7-16.el9 epel 31 k 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout: python3-routes noarch 2.5.1-5.el9 epel 188 k 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout: python3-xmltodict noarch 0.12.0-15.el9 epel 22 k 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout:Install 13 Packages 2026-02-23T08:48:25.963 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:25.964 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 55 M 2026-02-23T08:48:25.964 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 262 M 2026-02-23T08:48:25.964 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:26.022 INFO:teuthology.orchestra.run.trial122.stdout:(4/13): protobuf-compiler-3.14.0-17.el9.x86_64. 12 MB/s | 862 kB 00:00 2026-02-23T08:48:26.283 INFO:teuthology.orchestra.run.trial122.stdout:(5/13): ceph-mgr-dashboard-20.3.0-5433.g5adce3f 49 MB/s | 51 MB 00:01 2026-02-23T08:48:26.486 INFO:teuthology.orchestra.run.trial122.stdout:(6/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.2 MB/s | 551 kB 00:00 2026-02-23T08:48:26.488 INFO:teuthology.orchestra.run.trial122.stdout:(7/13): grpc-data-1.46.7-10.el9.noarch.rpm 95 kB/s | 19 kB 00:00 2026-02-23T08:48:26.608 INFO:teuthology.orchestra.run.trial138.stdout:(1/13): ceph-prometheus-alerts-20.3.0-5433.g5ad 259 kB/s | 17 kB 00:00 2026-02-23T08:48:26.615 INFO:teuthology.orchestra.run.trial138.stdout:(2/13): ceph-grafana-dashboards-20.3.0-5433.g5a 772 kB/s | 57 kB 00:00 2026-02-23T08:48:26.657 INFO:teuthology.orchestra.run.trial122.stdout:(8/13): python3-protobuf-3.14.0-17.el9.noarch.r 200 kB/s | 267 kB 00:01 2026-02-23T08:48:26.692 INFO:teuthology.orchestra.run.trial122.stdout:(9/13): python3-grpcio-1.46.7-10.el9.x86_64.rpm 9.9 MB/s | 2.0 MB 00:00 2026-02-23T08:48:26.695 INFO:teuthology.orchestra.run.trial122.stdout:(10/13): python3-grpcio-tools-1.46.7-10.el9.x86 698 kB/s | 144 kB 00:00 2026-02-23T08:48:26.762 INFO:teuthology.orchestra.run.trial122.stdout:(11/13): python3-routes-2.5.1-5.el9.noarch.rpm 2.6 MB/s | 188 kB 00:00 2026-02-23T08:48:26.766 INFO:teuthology.orchestra.run.trial122.stdout:(12/13): python3-xmltodict-0.12.0-15.el9.noarch 312 kB/s | 22 kB 00:00 2026-02-23T08:48:26.848 INFO:teuthology.orchestra.run.trial138.stdout:(3/13): python3-jmespath-1.0.1-1.el9.noarch.rpm 198 kB/s | 48 kB 00:00 2026-02-23T08:48:26.858 INFO:teuthology.orchestra.run.trial122.stdout:(13/13): python3-repoze-lru-0.7-16.el9.noarch.r 152 kB/s | 31 kB 00:00 2026-02-23T08:48:26.863 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:26.863 INFO:teuthology.orchestra.run.trial122.stdout:Total 30 MB/s | 55 MB 00:01 2026-02-23T08:48:26.890 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:26.899 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:26.899 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:26.941 INFO:teuthology.orchestra.run.trial138.stdout:(4/13): python3-protobuf-3.14.0-17.el9.noarch.r 820 kB/s | 267 kB 00:00 2026-02-23T08:48:27.112 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:27.112 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:27.295 INFO:teuthology.orchestra.run.trial138.stdout:(5/13): abseil-cpp-20211102.0-4.el9.x86_64.rpm 1.5 MB/s | 551 kB 00:00 2026-02-23T08:48:27.339 INFO:teuthology.orchestra.run.trial138.stdout:(6/13): grpc-data-1.46.7-10.el9.noarch.rpm 439 kB/s | 19 kB 00:00 2026-02-23T08:48:27.342 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:27.347 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-23T08:48:27.359 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-23T08:48:27.361 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-23T08:48:27.389 INFO:teuthology.orchestra.run.trial122.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-23T08:48:27.433 INFO:teuthology.orchestra.run.trial122.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-23T08:48:27.443 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-23T08:48:27.471 INFO:teuthology.orchestra.run.trial122.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-23T08:48:27.478 INFO:teuthology.orchestra.run.trial138.stdout:(7/13): python3-grpcio-1.46.7-10.el9.x86_64.rpm 15 MB/s | 2.0 MB 00:00 2026-02-23T08:48:27.480 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-23T08:48:27.488 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-23T08:48:27.490 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-23T08:48:27.500 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9 11/13 2026-02-23T08:48:27.574 INFO:teuthology.orchestra.run.trial138.stdout:(8/13): ceph-mgr-dashboard-20.3.0-5433.g5adce3f 49 MB/s | 51 MB 00:01 2026-02-23T08:48:27.575 INFO:teuthology.orchestra.run.trial138.stdout:(9/13): python3-grpcio-tools-1.46.7-10.el9.x86_ 1.5 MB/s | 144 kB 00:00 2026-02-23T08:48:27.620 INFO:teuthology.orchestra.run.trial138.stdout:(10/13): python3-routes-2.5.1-5.el9.noarch.rpm 4.1 MB/s | 188 kB 00:00 2026-02-23T08:48:27.663 INFO:teuthology.orchestra.run.trial138.stdout:(11/13): python3-xmltodict-0.12.0-15.el9.noarch 527 kB/s | 22 kB 00:00 2026-02-23T08:48:27.757 INFO:teuthology.orchestra.run.trial138.stdout:(12/13): python3-repoze-lru-0.7-16.el9.noarch.r 169 kB/s | 31 kB 00:00 2026-02-23T08:48:27.815 INFO:teuthology.orchestra.run.trial138.stdout:(13/13): protobuf-compiler-3.14.0-17.el9.x86_64 891 kB/s | 862 kB 00:00 2026-02-23T08:48:27.821 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:27.821 INFO:teuthology.orchestra.run.trial138.stdout:Total 30 MB/s | 55 MB 00:01 2026-02-23T08:48:27.848 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:27.858 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:27.858 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:28.071 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:28.072 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:28.300 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:28.305 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-xmltodict-0.12.0-15.el9.noarch 1/13 2026-02-23T08:48:28.316 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-repoze-lru-0.7-16.el9.noarch 2/13 2026-02-23T08:48:28.319 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-routes-2.5.1-5.el9.noarch 3/13 2026-02-23T08:48:28.348 INFO:teuthology.orchestra.run.trial138.stdout: Installing : grpc-data-1.46.7-10.el9.noarch 4/13 2026-02-23T08:48:28.391 INFO:teuthology.orchestra.run.trial138.stdout: Installing : abseil-cpp-20211102.0-4.el9.x86_64 5/13 2026-02-23T08:48:28.399 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-grpcio-1.46.7-10.el9.x86_64 6/13 2026-02-23T08:48:28.422 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el 12/13 2026-02-23T08:48:28.427 INFO:teuthology.orchestra.run.trial138.stdout: Installing : protobuf-compiler-3.14.0-17.el9.x86_64 7/13 2026-02-23T08:48:28.429 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 13/13 2026-02-23T08:48:28.437 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-protobuf-3.14.0-17.el9.noarch 8/13 2026-02-23T08:48:28.444 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-grpcio-tools-1.46.7-10.el9.x86_64 9/13 2026-02-23T08:48:28.447 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jmespath-1.0.1-1.el9.noarch 10/13 2026-02-23T08:48:28.456 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9 11/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 13/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el 1/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 2/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9 3/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-23T08:48:28.700 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-23T08:48:28.701 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-23T08:48:28.701 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-23T08:48:28.701 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-23T08:48:28.701 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout: ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout: ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-23T08:48:28.757 INFO:teuthology.orchestra.run.trial043.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:28.758 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:28.793 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-23T08:48:29.097 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:36 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:29.180 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout:======================================================================================= 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout:======================================================================================= 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 7.4 M 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-23T08:48:29.181 INFO:teuthology.orchestra.run.trial043.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-23T08:48:29.182 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:29.182 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:29.182 INFO:teuthology.orchestra.run.trial043.stdout:======================================================================================= 2026-02-23T08:48:29.182 INFO:teuthology.orchestra.run.trial043.stdout:Install 12 Packages 2026-02-23T08:48:29.182 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:29.182 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 43 M 2026-02-23T08:48:29.182 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 234 M 2026-02-23T08:48:29.182 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:29.771 INFO:teuthology.orchestra.run.trial043.stdout:(1/12): ceph-mgr-diskprediction-local-20.3.0-54 32 MB/s | 7.4 MB 00:00 2026-02-23T08:48:30.012 INFO:teuthology.orchestra.run.trial043.stdout:(2/12): libquadmath-11.5.0-14.el9.x86_64.rpm 393 kB/s | 184 kB 00:00 2026-02-23T08:48:30.173 INFO:teuthology.orchestra.run.trial043.stdout:(3/12): libgfortran-11.5.0-14.el9.x86_64.rpm 1.2 MB/s | 794 kB 00:00 2026-02-23T08:48:30.207 INFO:teuthology.orchestra.run.trial043.stdout:(4/12): flexiblas-3.0.4-9.el9.x86_64.rpm 68 kB/s | 30 kB 00:00 2026-02-23T08:48:30.377 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el 12/13 2026-02-23T08:48:30.383 INFO:teuthology.orchestra.run.trial043.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 240 kB/s | 42 kB 00:00 2026-02-23T08:48:30.384 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 13/13 2026-02-23T08:48:30.593 INFO:teuthology.orchestra.run.trial043.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 35 kB/s | 15 kB 00:00 2026-02-23T08:48:30.642 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 13/13 2026-02-23T08:48:30.642 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el 1/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 2/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9 3/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-23T08:48:30.643 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-23T08:48:30.698 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-23T08:48:30.698 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:30.698 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:30.698 INFO:teuthology.orchestra.run.trial122.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:30.699 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:30.733 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-23T08:48:31.008 INFO:teuthology.orchestra.run.trial043.stdout:(7/12): python3-devel-3.9.25-3.el9.x86_64.rpm 590 kB/s | 244 kB 00:00 2026-02-23T08:48:31.039 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:38 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:31.121 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:31.122 INFO:teuthology.orchestra.run.trial122.stdout:======================================================================================= 2026-02-23T08:48:31.122 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:48:31.122 INFO:teuthology.orchestra.run.trial122.stdout:======================================================================================= 2026-02-23T08:48:31.122 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:31.122 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 7.4 M 2026-02-23T08:48:31.122 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-23T08:48:31.123 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:31.124 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:31.124 INFO:teuthology.orchestra.run.trial122.stdout:======================================================================================= 2026-02-23T08:48:31.124 INFO:teuthology.orchestra.run.trial122.stdout:Install 12 Packages 2026-02-23T08:48:31.124 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:31.125 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 43 M 2026-02-23T08:48:31.125 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 234 M 2026-02-23T08:48:31.125 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:31.295 INFO:teuthology.orchestra.run.trial122.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 3.8 MB/s | 184 kB 00:00 2026-02-23T08:48:31.312 INFO:teuthology.orchestra.run.trial122.stdout:(2/12): libgfortran-11.5.0-14.el9.x86_64.rpm 12 MB/s | 794 kB 00:00 2026-02-23T08:48:31.461 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el 12/13 2026-02-23T08:48:31.468 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 13/13 2026-02-23T08:48:31.476 INFO:teuthology.orchestra.run.trial122.stdout:(3/12): ceph-mgr-diskprediction-local-20.3.0-54 32 MB/s | 7.4 MB 00:00 2026-02-23T08:48:31.728 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 13/13 2026-02-23T08:48:31.728 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el 1/13 2026-02-23T08:48:31.728 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noa 2/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9 3/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jmespath-1.0.1-1.el9.noarch 4/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-protobuf-3.14.0-17.el9.noarch 5/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : protobuf-compiler-3.14.0-17.el9.x86_64 6/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : abseil-cpp-20211102.0-4.el9.x86_64 7/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : grpc-data-1.46.7-10.el9.noarch 8/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-grpcio-1.46.7-10.el9.x86_64 9/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-grpcio-tools-1.46.7-10.el9.x86_64 10/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-repoze-lru-0.7-16.el9.noarch 11/13 2026-02-23T08:48:31.729 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-routes-2.5.1-5.el9.noarch 12/13 2026-02-23T08:48:31.785 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-xmltodict-0.12.0-15.el9.noarch 13/13 2026-02-23T08:48:31.785 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:31.785 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:31.786 INFO:teuthology.orchestra.run.trial138.stdout: abseil-cpp-20211102.0-4.el9.x86_64 2026-02-23T08:48:31.786 INFO:teuthology.orchestra.run.trial138.stdout: ceph-grafana-dashboards-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:31.786 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-dashboard-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:31.786 INFO:teuthology.orchestra.run.trial138.stdout: ceph-prometheus-alerts-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:31.786 INFO:teuthology.orchestra.run.trial138.stdout: grpc-data-1.46.7-10.el9.noarch 2026-02-23T08:48:31.786 INFO:teuthology.orchestra.run.trial138.stdout: protobuf-compiler-3.14.0-17.el9.x86_64 2026-02-23T08:48:31.786 INFO:teuthology.orchestra.run.trial138.stdout: python3-grpcio-1.46.7-10.el9.x86_64 2026-02-23T08:48:31.786 INFO:teuthology.orchestra.run.trial138.stdout: python3-grpcio-tools-1.46.7-10.el9.x86_64 2026-02-23T08:48:31.787 INFO:teuthology.orchestra.run.trial138.stdout: python3-jmespath-1.0.1-1.el9.noarch 2026-02-23T08:48:31.787 INFO:teuthology.orchestra.run.trial138.stdout: python3-protobuf-3.14.0-17.el9.noarch 2026-02-23T08:48:31.787 INFO:teuthology.orchestra.run.trial138.stdout: python3-repoze-lru-0.7-16.el9.noarch 2026-02-23T08:48:31.787 INFO:teuthology.orchestra.run.trial138.stdout: python3-routes-2.5.1-5.el9.noarch 2026-02-23T08:48:31.787 INFO:teuthology.orchestra.run.trial138.stdout: python3-xmltodict-0.12.0-15.el9.noarch 2026-02-23T08:48:31.787 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:31.787 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:31.825 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr-diskprediction-local 2026-02-23T08:48:31.845 INFO:teuthology.orchestra.run.trial122.stdout:(4/12): flexiblas-3.0.4-9.el9.x86_64.rpm 54 kB/s | 30 kB 00:00 2026-02-23T08:48:31.957 INFO:teuthology.orchestra.run.trial122.stdout:(5/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 31 kB/s | 15 kB 00:00 2026-02-23T08:48:32.147 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:39 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:32.232 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:32.233 INFO:teuthology.orchestra.run.trial138.stdout:======================================================================================= 2026-02-23T08:48:32.233 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:48:32.233 INFO:teuthology.orchestra.run.trial138.stdout:======================================================================================= 2026-02-23T08:48:32.233 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:32.233 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-diskprediction-local noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 7.4 M 2026-02-23T08:48:32.233 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:48:32.233 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas x86_64 3.0.4-9.el9 appstream 30 k 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-netlib x86_64 3.0.4-9.el9 appstream 3.0 M 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-openblas-openmp x86_64 3.0.4-9.el9 appstream 15 k 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: libgfortran x86_64 11.5.0-14.el9 baseos 794 k 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: libquadmath x86_64 11.5.0-14.el9 baseos 184 k 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: openblas x86_64 0.3.29-1.el9 appstream 42 k 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: openblas-openmp x86_64 0.3.29-1.el9 appstream 5.3 M 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: python3-devel x86_64 3.9.25-3.el9 appstream 244 k 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: python3-numpy x86_64 1:1.23.5-2.el9 appstream 6.1 M 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: python3-numpy-f2py x86_64 1:1.23.5-2.el9 appstream 442 k 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: python3-scipy x86_64 1.9.3-2.el9 appstream 19 M 2026-02-23T08:48:32.234 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:32.235 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:32.235 INFO:teuthology.orchestra.run.trial138.stdout:======================================================================================= 2026-02-23T08:48:32.235 INFO:teuthology.orchestra.run.trial138.stdout:Install 12 Packages 2026-02-23T08:48:32.235 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:32.235 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 43 M 2026-02-23T08:48:32.235 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 234 M 2026-02-23T08:48:32.235 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:32.353 INFO:teuthology.orchestra.run.trial122.stdout:(6/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 2.9 MB/s | 3.0 MB 00:01 2026-02-23T08:48:32.425 INFO:teuthology.orchestra.run.trial122.stdout:(7/12): openblas-0.3.29-1.el9.x86_64.rpm 73 kB/s | 42 kB 00:00 2026-02-23T08:48:33.001 INFO:teuthology.orchestra.run.trial138.stdout:(1/12): libquadmath-11.5.0-14.el9.x86_64.rpm 1.2 MB/s | 184 kB 00:00 2026-02-23T08:48:33.025 INFO:teuthology.orchestra.run.trial138.stdout:(2/12): flexiblas-3.0.4-9.el9.x86_64.rpm 1.2 MB/s | 30 kB 00:00 2026-02-23T08:48:33.068 INFO:teuthology.orchestra.run.trial122.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 4.8 MB/s | 5.3 MB 00:01 2026-02-23T08:48:33.084 INFO:teuthology.orchestra.run.trial138.stdout:(3/12): ceph-mgr-diskprediction-local-20.3.0-54 32 MB/s | 7.4 MB 00:00 2026-02-23T08:48:33.094 INFO:teuthology.orchestra.run.trial138.stdout:(4/12): libgfortran-11.5.0-14.el9.x86_64.rpm 3.2 MB/s | 794 kB 00:00 2026-02-23T08:48:33.117 INFO:teuthology.orchestra.run.trial138.stdout:(5/12): openblas-0.3.29-1.el9.x86_64.rpm 1.8 MB/s | 42 kB 00:00 2026-02-23T08:48:33.118 INFO:teuthology.orchestra.run.trial122.stdout:(9/12): python3-devel-3.9.25-3.el9.x86_64.rpm 320 kB/s | 244 kB 00:00 2026-02-23T08:48:33.148 INFO:teuthology.orchestra.run.trial138.stdout:(6/12): flexiblas-openblas-openmp-3.0.4-9.el9.x 235 kB/s | 15 kB 00:00 2026-02-23T08:48:33.159 INFO:teuthology.orchestra.run.trial138.stdout:(7/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rpm 22 MB/s | 3.0 MB 00:00 2026-02-23T08:48:33.210 INFO:teuthology.orchestra.run.trial138.stdout:(8/12): openblas-openmp-0.3.29-1.el9.x86_64.rpm 57 MB/s | 5.3 MB 00:00 2026-02-23T08:48:33.234 INFO:teuthology.orchestra.run.trial138.stdout:(9/12): python3-devel-3.9.25-3.el9.x86_64.rpm 2.8 MB/s | 244 kB 00:00 2026-02-23T08:48:33.236 INFO:teuthology.orchestra.run.trial138.stdout:(10/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 17 MB/s | 442 kB 00:00 2026-02-23T08:48:33.262 INFO:teuthology.orchestra.run.trial138.stdout:(11/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 59 MB/s | 6.1 MB 00:00 2026-02-23T08:48:33.399 INFO:teuthology.orchestra.run.trial043.stdout:(8/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 2.6 MB/s | 6.1 MB 00:02 2026-02-23T08:48:33.501 INFO:teuthology.orchestra.run.trial043.stdout:(9/12): python3-numpy-f2py-1.23.5-2.el9.x86_64. 4.2 MB/s | 442 kB 00:00 2026-02-23T08:48:33.551 INFO:teuthology.orchestra.run.trial122.stdout:(10/12): python3-numpy-1.23.5-2.el9.x86_64.rpm 5.4 MB/s | 6.1 MB 00:01 2026-02-23T08:48:33.868 INFO:teuthology.orchestra.run.trial138.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 30 MB/s | 19 MB 00:00 2026-02-23T08:48:33.869 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:33.869 INFO:teuthology.orchestra.run.trial138.stdout:Total 26 MB/s | 43 MB 00:01 2026-02-23T08:48:33.904 INFO:teuthology.orchestra.run.trial122.stdout:(11/12): python3-numpy-f2py-1.23.5-2.el9.x86_64 529 kB/s | 442 kB 00:00 2026-02-23T08:48:34.033 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:34.046 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:34.046 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:34.248 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:34.248 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:34.467 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:34.470 INFO:teuthology.orchestra.run.trial138.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-23T08:48:34.478 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-23T08:48:34.505 INFO:teuthology.orchestra.run.trial043.stdout:(10/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 19 MB/s | 19 MB 00:01 2026-02-23T08:48:34.511 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-23T08:48:34.516 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-23T08:48:34.542 INFO:teuthology.orchestra.run.trial122.stdout:(12/12): python3-scipy-1.9.3-2.el9.x86_64.rpm 14 MB/s | 19 MB 00:01 2026-02-23T08:48:34.543 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:34.543 INFO:teuthology.orchestra.run.trial122.stdout:Total 13 MB/s | 43 MB 00:03 2026-02-23T08:48:34.575 INFO:teuthology.orchestra.run.trial138.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-23T08:48:34.578 INFO:teuthology.orchestra.run.trial138.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-23T08:48:34.599 INFO:teuthology.orchestra.run.trial138.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-23T08:48:34.704 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:34.718 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:34.718 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:34.917 INFO:teuthology.orchestra.run.trial138.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-23T08:48:34.920 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:34.921 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:34.989 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-23T08:48:35.023 INFO:teuthology.orchestra.run.trial043.stdout:(11/12): flexiblas-netlib-3.0.4-9.el9.x86_64.rp 611 kB/s | 3.0 MB 00:05 2026-02-23T08:48:35.138 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:35.141 INFO:teuthology.orchestra.run.trial122.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-23T08:48:35.147 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-23T08:48:35.181 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-23T08:48:35.186 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-23T08:48:35.245 INFO:teuthology.orchestra.run.trial122.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-23T08:48:35.247 INFO:teuthology.orchestra.run.trial122.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-23T08:48:35.268 INFO:teuthology.orchestra.run.trial122.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-23T08:48:35.595 INFO:teuthology.orchestra.run.trial122.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-23T08:48:35.647 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-23T08:48:35.669 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-23T08:48:36.122 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-23T08:48:36.122 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 12/12 2026-02-23T08:48:36.344 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-23T08:48:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 12/12 2026-02-23T08:48:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 1/12 2026-02-23T08:48:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-23T08:48:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-23T08:48:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-23T08:48:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-23T08:48:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-23T08:48:36.417 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-23T08:48:36.418 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-23T08:48:36.418 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-23T08:48:36.418 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-23T08:48:36.418 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-23T08:48:36.476 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-23T08:48:36.476 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-23T08:48:36.477 INFO:teuthology.orchestra.run.trial138.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-23T08:48:36.478 INFO:teuthology.orchestra.run.trial138.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-23T08:48:36.478 INFO:teuthology.orchestra.run.trial138.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-23T08:48:36.478 INFO:teuthology.orchestra.run.trial138.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-23T08:48:36.478 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:36.478 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:36.485 INFO:teuthology.orchestra.run.trial043.stdout:(12/12): openblas-openmp-0.3.29-1.el9.x86_64.rp 887 kB/s | 5.3 MB 00:06 2026-02-23T08:48:36.488 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:36.488 INFO:teuthology.orchestra.run.trial043.stdout:Total 5.9 MB/s | 43 MB 00:07 2026-02-23T08:48:36.513 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr-rook 2026-02-23T08:48:36.642 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:36.656 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:36.656 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:36.802 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-23T08:48:36.803 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 12/12 2026-02-23T08:48:36.822 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:43 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:36.860 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:36.860 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:36.904 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:36.905 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:36.905 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:48:36.905 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-rook noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 50 k 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-23T08:48:36.906 INFO:teuthology.orchestra.run.trial138.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout:Install 10 Packages 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 2.0 M 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 25 M 2026-02-23T08:48:36.907 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:37.077 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:37.079 INFO:teuthology.orchestra.run.trial043.stdout: Installing : flexiblas-3.0.4-9.el9.x86_64 1/12 2026-02-23T08:48:37.086 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libquadmath-11.5.0-14.el9.x86_64 2/12 2026-02-23T08:48:37.089 INFO:teuthology.orchestra.run.trial138.stdout:(1/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 3.5 MB/s | 159 kB 00:00 2026-02-23T08:48:37.093 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 12/12 2026-02-23T08:48:37.093 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 1/12 2026-02-23T08:48:37.093 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-23T08:48:37.093 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-23T08:48:37.093 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-23T08:48:37.093 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-23T08:48:37.093 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-23T08:48:37.093 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-23T08:48:37.094 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-23T08:48:37.094 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-23T08:48:37.094 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-23T08:48:37.094 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-23T08:48:37.096 INFO:teuthology.orchestra.run.trial138.stdout:(2/10): python3-pyasn1-modules-0.4.8-6.el9.noar 5.2 MB/s | 279 kB 00:00 2026-02-23T08:48:37.099 INFO:teuthology.orchestra.run.trial138.stdout:(3/10): python3-requests-oauthlib-1.3.0-12.el9. 5.1 MB/s | 54 kB 00:00 2026-02-23T08:48:37.118 INFO:teuthology.orchestra.run.trial138.stdout:(4/10): ceph-mgr-rook-20.3.0-5433.g5adce3ff.el9 682 kB/s | 50 kB 00:00 2026-02-23T08:48:37.119 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libgfortran-11.5.0-14.el9.x86_64 3/12 2026-02-23T08:48:37.123 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-devel-3.9.25-3.el9.x86_64 4/12 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-23T08:48:37.150 INFO:teuthology.orchestra.run.trial122.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-23T08:48:37.151 INFO:teuthology.orchestra.run.trial122.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-23T08:48:37.151 INFO:teuthology.orchestra.run.trial122.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-23T08:48:37.151 INFO:teuthology.orchestra.run.trial122.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-23T08:48:37.151 INFO:teuthology.orchestra.run.trial122.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-23T08:48:37.151 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:37.151 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:37.182 INFO:teuthology.orchestra.run.trial043.stdout: Installing : openblas-0.3.29-1.el9.x86_64 5/12 2026-02-23T08:48:37.184 INFO:teuthology.orchestra.run.trial043.stdout: Installing : openblas-openmp-0.3.29-1.el9.x86_64 6/12 2026-02-23T08:48:37.188 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr-rook 2026-02-23T08:48:37.206 INFO:teuthology.orchestra.run.trial043.stdout: Installing : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 7/12 2026-02-23T08:48:37.243 INFO:teuthology.orchestra.run.trial138.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 98 kB/s | 14 kB 00:00 2026-02-23T08:48:37.243 INFO:teuthology.orchestra.run.trial138.stdout:(6/10): python3-cachetools-4.2.4-1.el9.noarch.r 219 kB/s | 32 kB 00:00 2026-02-23T08:48:37.291 INFO:teuthology.orchestra.run.trial138.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 1.2 MB/s | 59 kB 00:00 2026-02-23T08:48:37.313 INFO:teuthology.orchestra.run.trial138.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 1.3 MB/s | 254 kB 00:00 2026-02-23T08:48:37.320 INFO:teuthology.orchestra.run.trial138.stdout:(9/10): python3-websocket-client-1.2.3-2.el9.no 3.0 MB/s | 90 kB 00:00 2026-02-23T08:48:37.380 INFO:teuthology.orchestra.run.trial138.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 7.5 MB/s | 1.0 MB 00:00 2026-02-23T08:48:37.382 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:37.382 INFO:teuthology.orchestra.run.trial138.stdout:Total 4.2 MB/s | 2.0 MB 00:00 2026-02-23T08:48:37.407 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:37.414 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:37.415 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:37.454 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:37.454 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:37.499 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:44 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:37.525 INFO:teuthology.orchestra.run.trial043.stdout: Installing : flexiblas-netlib-3.0.4-9.el9.x86_64 8/12 2026-02-23T08:48:37.528 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:37.579 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-23T08:48:37.582 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-rook noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 50 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:37.583 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:37.584 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:37.584 INFO:teuthology.orchestra.run.trial122.stdout:Install 10 Packages 2026-02-23T08:48:37.584 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:37.584 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 2.0 M 2026-02-23T08:48:37.584 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 25 M 2026-02-23T08:48:37.584 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:37.591 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-23T08:48:37.598 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-numpy-1:1.23.5-2.el9.x86_64 9/12 2026-02-23T08:48:37.606 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-23T08:48:37.610 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-23T08:48:37.618 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-23T08:48:37.657 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-23T08:48:37.669 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-23T08:48:37.824 INFO:teuthology.orchestra.run.trial122.stdout:(1/10): ceph-mgr-rook-20.3.0-5433.g5adce3ff.el9 683 kB/s | 50 kB 00:00 2026-02-23T08:48:37.894 INFO:teuthology.orchestra.run.trial122.stdout:(2/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 1.1 MB/s | 159 kB 00:00 2026-02-23T08:48:37.915 INFO:teuthology.orchestra.run.trial122.stdout:(3/10): python3-pyasn1-modules-0.4.8-6.el9.noar 1.7 MB/s | 279 kB 00:00 2026-02-23T08:48:37.926 INFO:teuthology.orchestra.run.trial122.stdout:(4/10): python3-requests-oauthlib-1.3.0-12.el9. 522 kB/s | 54 kB 00:00 2026-02-23T08:48:37.980 INFO:teuthology.orchestra.run.trial122.stdout:(5/10): python3-cachetools-4.2.4-1.el9.noarch.r 375 kB/s | 32 kB 00:00 2026-02-23T08:48:37.984 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-23T08:48:37.995 INFO:teuthology.orchestra.run.trial122.stdout:(6/10): python3-certifi-2023.05.07-4.el9.noarch 176 kB/s | 14 kB 00:00 2026-02-23T08:48:37.998 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-23T08:48:37.999 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 10/10 2026-02-23T08:48:38.058 INFO:teuthology.orchestra.run.trial122.stdout:(7/10): python3-rsa-4.9-2.el9.noarch.rpm 943 kB/s | 59 kB 00:00 2026-02-23T08:48:38.072 INFO:teuthology.orchestra.run.trial122.stdout:(8/10): python3-google-auth-2.45.0-1.el9.noarch 1.7 MB/s | 254 kB 00:00 2026-02-23T08:48:38.107 INFO:teuthology.orchestra.run.trial122.stdout:(9/10): python3-websocket-client-1.2.3-2.el9.no 1.8 MB/s | 90 kB 00:00 2026-02-23T08:48:38.115 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 10/10 2026-02-23T08:48:38.115 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 1/10 2026-02-23T08:48:38.115 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-23T08:48:38.115 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-23T08:48:38.115 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-23T08:48:38.116 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-23T08:48:38.116 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-23T08:48:38.116 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-23T08:48:38.116 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-23T08:48:38.116 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-23T08:48:38.124 INFO:teuthology.orchestra.run.trial122.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 7.1 MB/s | 1.0 MB 00:00 2026-02-23T08:48:38.124 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:38.124 INFO:teuthology.orchestra.run.trial122.stdout:Total 3.7 MB/s | 2.0 MB 00:00 2026-02-23T08:48:38.149 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:38.157 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:38.157 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:38.173 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-23T08:48:38.173 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:38.173 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:38.173 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:38.173 INFO:teuthology.orchestra.run.trial138.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-23T08:48:38.173 INFO:teuthology.orchestra.run.trial138.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-23T08:48:38.173 INFO:teuthology.orchestra.run.trial138.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-23T08:48:38.174 INFO:teuthology.orchestra.run.trial138.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-23T08:48:38.174 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-23T08:48:38.174 INFO:teuthology.orchestra.run.trial138.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-23T08:48:38.174 INFO:teuthology.orchestra.run.trial138.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-23T08:48:38.174 INFO:teuthology.orchestra.run.trial138.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-23T08:48:38.174 INFO:teuthology.orchestra.run.trial138.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-23T08:48:38.174 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:38.174 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:38.196 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:38.197 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:38.206 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-mgr-cephadm 2026-02-23T08:48:38.257 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 10/12 2026-02-23T08:48:38.271 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:38.322 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-23T08:48:38.335 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-23T08:48:38.349 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-23T08:48:38.354 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-23T08:48:38.361 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-23T08:48:38.402 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-23T08:48:38.414 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-23T08:48:38.522 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:45 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:38.606 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:38.606 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:38.606 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:48:38.606 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 184 k 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-23T08:48:38.607 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:38.608 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:38.608 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:38.608 INFO:teuthology.orchestra.run.trial138.stdout:Install 7 Packages 2026-02-23T08:48:38.608 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:38.608 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 7.1 M 2026-02-23T08:48:38.608 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 34 M 2026-02-23T08:48:38.608 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:38.715 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-scipy-1.9.3-2.el9.x86_64 11/12 2026-02-23T08:48:38.716 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 12/12 2026-02-23T08:48:38.730 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-23T08:48:38.744 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-23T08:48:38.745 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 10/10 2026-02-23T08:48:38.858 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 10/10 2026-02-23T08:48:38.858 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 1/10 2026-02-23T08:48:38.858 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-23T08:48:38.858 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-23T08:48:38.858 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-23T08:48:38.858 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-23T08:48:38.859 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-23T08:48:38.859 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-23T08:48:38.859 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-23T08:48:38.859 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-23T08:48:38.915 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-23T08:48:38.916 INFO:teuthology.orchestra.run.trial122.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-23T08:48:38.917 INFO:teuthology.orchestra.run.trial122.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-23T08:48:38.917 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:38.917 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:38.945 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-mgr-cephadm 2026-02-23T08:48:39.004 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 12/12 2026-02-23T08:48:39.004 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce 1/12 2026-02-23T08:48:39.004 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libgfortran-11.5.0-14.el9.x86_64 2/12 2026-02-23T08:48:39.004 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libquadmath-11.5.0-14.el9.x86_64 3/12 2026-02-23T08:48:39.004 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : flexiblas-3.0.4-9.el9.x86_64 4/12 2026-02-23T08:48:39.004 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : flexiblas-netlib-3.0.4-9.el9.x86_64 5/12 2026-02-23T08:48:39.004 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 6/12 2026-02-23T08:48:39.005 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : openblas-0.3.29-1.el9.x86_64 7/12 2026-02-23T08:48:39.005 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : openblas-openmp-0.3.29-1.el9.x86_64 8/12 2026-02-23T08:48:39.005 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-devel-3.9.25-3.el9.x86_64 9/12 2026-02-23T08:48:39.005 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-numpy-1:1.23.5-2.el9.x86_64 10/12 2026-02-23T08:48:39.005 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-numpy-f2py-1:1.23.5-2.el9.x86_64 11/12 2026-02-23T08:48:39.063 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-scipy-1.9.3-2.el9.x86_64 12/12 2026-02-23T08:48:39.063 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:39.063 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:39.063 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-diskprediction-local-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:39.063 INFO:teuthology.orchestra.run.trial043.stdout: flexiblas-3.0.4-9.el9.x86_64 2026-02-23T08:48:39.063 INFO:teuthology.orchestra.run.trial043.stdout: flexiblas-netlib-3.0.4-9.el9.x86_64 2026-02-23T08:48:39.063 INFO:teuthology.orchestra.run.trial043.stdout: flexiblas-openblas-openmp-3.0.4-9.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: libgfortran-11.5.0-14.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: libquadmath-11.5.0-14.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: openblas-0.3.29-1.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: openblas-openmp-0.3.29-1.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: python3-devel-3.9.25-3.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: python3-numpy-1:1.23.5-2.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: python3-numpy-f2py-1:1.23.5-2.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: python3-scipy-1.9.3-2.el9.x86_64 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:39.064 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:39.093 INFO:teuthology.orchestra.run.trial138.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5433.g5adce3ff.e 2.1 MB/s | 184 kB 00:00 2026-02-23T08:48:39.101 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-mgr-rook 2026-02-23T08:48:39.104 INFO:teuthology.orchestra.run.trial138.stdout:(2/7): python3-babel-2.9.1-2.el9.noarch.rpm 62 MB/s | 6.0 MB 00:00 2026-02-23T08:48:39.122 INFO:teuthology.orchestra.run.trial138.stdout:(3/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 1.2 MB/s | 35 kB 00:00 2026-02-23T08:48:39.136 INFO:teuthology.orchestra.run.trial138.stdout:(4/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.9 MB/s | 249 kB 00:00 2026-02-23T08:48:39.221 INFO:teuthology.orchestra.run.trial138.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 585 kB/s | 58 kB 00:00 2026-02-23T08:48:39.231 INFO:teuthology.orchestra.run.trial138.stdout:(6/7): python3-typing-extensions-4.15.0-1.el9.n 908 kB/s | 86 kB 00:00 2026-02-23T08:48:39.253 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:39.276 INFO:teuthology.orchestra.run.trial138.stdout:(7/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 3.1 MB/s | 548 kB 00:00 2026-02-23T08:48:39.278 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:39.278 INFO:teuthology.orchestra.run.trial138.stdout:Total 11 MB/s | 7.1 MB 00:00 2026-02-23T08:48:39.315 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:39.322 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:39.322 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:39.336 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:39.337 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:39.337 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:48:39.337 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:39.337 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:39.337 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 184 k 2026-02-23T08:48:39.337 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout:Install 7 Packages 2026-02-23T08:48:39.338 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:39.339 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 7.1 M 2026-02-23T08:48:39.339 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 34 M 2026-02-23T08:48:39.339 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:39.394 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:39.394 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:39.409 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:46 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:39.484 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:39.493 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:39.493 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-rook noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 50 k 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout: python3-cachetools noarch 4.2.4-1.el9 epel 32 k 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout: python3-certifi noarch 2023.05.07-4.el9 epel 14 k 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout: python3-google-auth noarch 1:2.45.0-1.el9 epel 254 k 2026-02-23T08:48:39.494 INFO:teuthology.orchestra.run.trial043.stdout: python3-kubernetes noarch 1:26.1.0-3.el9 epel 1.0 M 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyasn1 noarch 0.4.8-6.el9 appstream 159 k 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyasn1-modules noarch 0.4.8-6.el9 appstream 279 k 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout: python3-requests-oauthlib noarch 1.3.0-12.el9 appstream 54 k 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout: python3-rsa noarch 4.9-2.el9 epel 59 k 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout: python3-websocket-client noarch 1.2.3-2.el9 epel 90 k 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:39.495 INFO:teuthology.orchestra.run.trial043.stdout:Install 10 Packages 2026-02-23T08:48:39.496 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:39.496 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 2.0 M 2026-02-23T08:48:39.496 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 25 M 2026-02-23T08:48:39.497 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:39.533 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-23T08:48:39.543 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-23T08:48:39.548 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-23T08:48:39.568 INFO:teuthology.orchestra.run.trial122.stdout:(1/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 9.1 MB/s | 249 kB 00:00 2026-02-23T08:48:39.573 INFO:teuthology.orchestra.run.trial122.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 6.9 MB/s | 35 kB 00:00 2026-02-23T08:48:39.608 INFO:teuthology.orchestra.run.trial122.stdout:(3/7): python3-babel-2.9.1-2.el9.noarch.rpm 90 MB/s | 6.0 MB 00:00 2026-02-23T08:48:39.630 INFO:teuthology.orchestra.run.trial122.stdout:(4/7): ceph-mgr-cephadm-20.3.0-5433.g5adce3ff.e 2.0 MB/s | 184 kB 00:00 2026-02-23T08:48:39.767 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-23T08:48:39.790 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-23T08:48:39.815 INFO:teuthology.orchestra.run.trial138.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-23T08:48:39.816 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 7/7 2026-02-23T08:48:39.927 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 7/7 2026-02-23T08:48:39.928 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/7 2026-02-23T08:48:39.928 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-23T08:48:39.928 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-23T08:48:39.928 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-23T08:48:39.928 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-23T08:48:39.928 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-23T08:48:39.946 INFO:teuthology.orchestra.run.trial043.stdout:(1/10): ceph-mgr-rook-20.3.0-5433.g5adce3ff.el9 668 kB/s | 50 kB 00:00 2026-02-23T08:48:39.985 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-23T08:48:39.985 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:39.985 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:39.985 INFO:teuthology.orchestra.run.trial138.stdout: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:39.985 INFO:teuthology.orchestra.run.trial138.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-23T08:48:39.985 INFO:teuthology.orchestra.run.trial138.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-23T08:48:39.985 INFO:teuthology.orchestra.run.trial138.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-23T08:48:39.985 INFO:teuthology.orchestra.run.trial138.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-23T08:48:39.986 INFO:teuthology.orchestra.run.trial138.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-23T08:48:39.986 INFO:teuthology.orchestra.run.trial138.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-23T08:48:39.986 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:39.986 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:40.016 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-osd 2026-02-23T08:48:40.028 INFO:teuthology.orchestra.run.trial122.stdout:(5/7): python3-typing-extensions-4.15.0-1.el9.n 218 kB/s | 86 kB 00:00 2026-02-23T08:48:40.036 INFO:teuthology.orchestra.run.trial122.stdout:(6/7): python3-natsort-7.1.1-5.el9.noarch.rpm 135 kB/s | 58 kB 00:00 2026-02-23T08:48:40.301 INFO:teuthology.orchestra.run.trial122.stdout:(7/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 753 kB/s | 548 kB 00:00 2026-02-23T08:48:40.302 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:40.302 INFO:teuthology.orchestra.run.trial122.stdout:Total 7.4 MB/s | 7.1 MB 00:00 2026-02-23T08:48:40.328 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:40.338 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:40.344 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:40.345 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:40.393 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:40.411 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:40.412 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:40.412 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:40.417 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:40.417 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:40.434 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-osd-classic 2026-02-23T08:48:40.443 INFO:teuthology.orchestra.run.trial043.stdout:(2/10): python3-requests-oauthlib-1.3.0-12.el9. 108 kB/s | 54 kB 00:00 2026-02-23T08:48:40.469 INFO:teuthology.orchestra.run.trial043.stdout:(3/10): python3-pyasn1-0.4.8-6.el9.noarch.rpm 265 kB/s | 159 kB 00:00 2026-02-23T08:48:40.508 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:40.520 INFO:teuthology.orchestra.run.trial043.stdout:(4/10): python3-cachetools-4.2.4-1.el9.noarch.r 415 kB/s | 32 kB 00:00 2026-02-23T08:48:40.522 INFO:teuthology.orchestra.run.trial043.stdout:(5/10): python3-certifi-2023.05.07-4.el9.noarch 266 kB/s | 14 kB 00:00 2026-02-23T08:48:40.540 INFO:teuthology.orchestra.run.trial043.stdout:(6/10): python3-pyasn1-modules-0.4.8-6.el9.noar 416 kB/s | 279 kB 00:00 2026-02-23T08:48:40.556 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-23T08:48:40.566 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-23T08:48:40.572 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-23T08:48:40.596 INFO:teuthology.orchestra.run.trial043.stdout:(7/10): python3-google-auth-2.45.0-1.el9.noarch 3.3 MB/s | 254 kB 00:00 2026-02-23T08:48:40.619 INFO:teuthology.orchestra.run.trial043.stdout:(8/10): python3-rsa-4.9-2.el9.noarch.rpm 750 kB/s | 59 kB 00:00 2026-02-23T08:48:40.628 INFO:teuthology.orchestra.run.trial043.stdout:(9/10): python3-websocket-client-1.2.3-2.el9.no 2.7 MB/s | 90 kB 00:00 2026-02-23T08:48:40.646 INFO:teuthology.orchestra.run.trial043.stdout:(10/10): python3-kubernetes-26.1.0-3.el9.noarch 8.2 MB/s | 1.0 MB 00:00 2026-02-23T08:48:40.648 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:40.648 INFO:teuthology.orchestra.run.trial043.stdout:Total 1.7 MB/s | 2.0 MB 00:01 2026-02-23T08:48:40.673 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:40.680 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:40.681 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:40.721 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:40.721 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:40.746 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:47 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:40.790 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-23T08:48:40.796 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:40.811 INFO:teuthology.orchestra.run.trial138.stdout:Package ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:40.813 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-23T08:48:40.830 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:40.830 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:40.830 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:40.837 INFO:teuthology.orchestra.run.trial122.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-23T08:48:40.839 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 7/7 2026-02-23T08:48:40.846 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-pyasn1-0.4.8-6.el9.noarch 1/10 2026-02-23T08:48:40.852 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-fuse 2026-02-23T08:48:40.858 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-pyasn1-modules-0.4.8-6.el9.noarch 2/10 2026-02-23T08:48:40.873 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-rsa-4.9-2.el9.noarch 3/10 2026-02-23T08:48:40.877 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-websocket-client-1.2.3-2.el9.noarch 4/10 2026-02-23T08:48:40.885 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-certifi-2023.05.07-4.el9.noarch 5/10 2026-02-23T08:48:40.924 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-cachetools-4.2.4-1.el9.noarch 6/10 2026-02-23T08:48:40.936 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-23T08:48:40.950 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 7/7 2026-02-23T08:48:40.951 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/7 2026-02-23T08:48:40.951 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-23T08:48:40.951 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-23T08:48:40.951 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-23T08:48:40.951 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-23T08:48:40.951 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-23T08:48:41.009 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-23T08:48:41.009 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:41.009 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:41.009 INFO:teuthology.orchestra.run.trial122.stdout: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:41.009 INFO:teuthology.orchestra.run.trial122.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-23T08:48:41.010 INFO:teuthology.orchestra.run.trial122.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-23T08:48:41.010 INFO:teuthology.orchestra.run.trial122.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-23T08:48:41.010 INFO:teuthology.orchestra.run.trial122.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-23T08:48:41.010 INFO:teuthology.orchestra.run.trial122.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-23T08:48:41.010 INFO:teuthology.orchestra.run.trial122.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-23T08:48:41.010 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:41.010 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:41.041 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-osd 2026-02-23T08:48:41.163 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:41.248 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:41.249 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:41.249 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-23T08:48:41.249 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:41.249 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:41.249 INFO:teuthology.orchestra.run.trial138.stdout: ceph-fuse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 987 k 2026-02-23T08:48:41.250 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:41.250 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:41.250 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:41.250 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-23T08:48:41.250 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:41.250 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 987 k 2026-02-23T08:48:41.250 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 2.9 M 2026-02-23T08:48:41.250 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:41.253 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-requests-oauthlib-1.3.0-12.el9.noarch 8/10 2026-02-23T08:48:41.268 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-kubernetes-1:26.1.0-3.el9.noarch 9/10 2026-02-23T08:48:41.268 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 10/10 2026-02-23T08:48:41.350 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:41.370 INFO:teuthology.orchestra.run.trial138.stdout:ceph-fuse-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 8.0 MB/s | 987 kB 00:00 2026-02-23T08:48:41.370 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:41.370 INFO:teuthology.orchestra.run.trial138.stdout:Total 7.9 MB/s | 987 kB 00:00 2026-02-23T08:48:41.370 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:41.375 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:41.375 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:41.378 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 10/10 2026-02-23T08:48:41.378 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 1/10 2026-02-23T08:48:41.378 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-pyasn1-0.4.8-6.el9.noarch 2/10 2026-02-23T08:48:41.378 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-pyasn1-modules-0.4.8-6.el9.noarch 3/10 2026-02-23T08:48:41.378 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-requests-oauthlib-1.3.0-12.el9.noarch 4/10 2026-02-23T08:48:41.378 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-cachetools-4.2.4-1.el9.noarch 5/10 2026-02-23T08:48:41.379 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-certifi-2023.05.07-4.el9.noarch 6/10 2026-02-23T08:48:41.379 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-google-auth-1:2.45.0-1.el9.noarch 7/10 2026-02-23T08:48:41.379 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-kubernetes-1:26.1.0-3.el9.noarch 8/10 2026-02-23T08:48:41.379 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-rsa-4.9-2.el9.noarch 9/10 2026-02-23T08:48:41.408 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:41.408 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:41.415 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:41.434 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:41.434 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:41.435 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-websocket-client-1.2.3-2.el9.noarch 10/10 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-rook-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout: python3-cachetools-4.2.4-1.el9.noarch 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout: python3-certifi-2023.05.07-4.el9.noarch 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout: python3-google-auth-1:2.45.0-1.el9.noarch 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout: python3-kubernetes-1:26.1.0-3.el9.noarch 2026-02-23T08:48:41.436 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyasn1-0.4.8-6.el9.noarch 2026-02-23T08:48:41.437 INFO:teuthology.orchestra.run.trial043.stdout: python3-pyasn1-modules-0.4.8-6.el9.noarch 2026-02-23T08:48:41.437 INFO:teuthology.orchestra.run.trial043.stdout: python3-requests-oauthlib-1.3.0-12.el9.noarch 2026-02-23T08:48:41.437 INFO:teuthology.orchestra.run.trial043.stdout: python3-rsa-4.9-2.el9.noarch 2026-02-23T08:48:41.437 INFO:teuthology.orchestra.run.trial043.stdout: python3-websocket-client-1.2.3-2.el9.noarch 2026-02-23T08:48:41.437 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:41.437 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:41.455 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-osd-classic 2026-02-23T08:48:41.467 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-mgr-cephadm 2026-02-23T08:48:41.500 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:41.517 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:41.751 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:41.759 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:41.775 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:48 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:41.808 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:41.808 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:41.808 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:41.808 INFO:teuthology.orchestra.run.trial138.stdout: ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:41.808 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:41.808 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:41.824 INFO:teuthology.orchestra.run.trial122.stdout:Package ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:41.835 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install ceph-volume 2026-02-23T08:48:41.842 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:41.843 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:41.843 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:41.858 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:41.859 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:41.859 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:48:41.859 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:41.859 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-cephadm noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 184 k 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout: python3-asyncssh noarch 2.13.2-5.el9 epel 548 k 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout: python3-babel noarch 2.9.1-2.el9 appstream 6.0 M 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout: python3-jinja2 noarch 2.11.3-8.el9 appstream 249 k 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout: python3-markupsafe x86_64 1.1.1-12.el9 appstream 35 k 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout: python3-natsort noarch 7.1.1-5.el9 epel 58 k 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout: python3-typing-extensions noarch 4.15.0-1.el9 epel 86 k 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:41.860 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:41.861 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:41.861 INFO:teuthology.orchestra.run.trial043.stdout:Install 7 Packages 2026-02-23T08:48:41.861 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:41.861 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 7.1 M 2026-02-23T08:48:41.861 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 34 M 2026-02-23T08:48:41.861 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:41.864 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-fuse 2026-02-23T08:48:42.140 INFO:teuthology.orchestra.run.trial043.stdout:(1/7): ceph-mgr-cephadm-20.3.0-5433.g5adce3ff.e 2.1 MB/s | 184 kB 00:00 2026-02-23T08:48:42.146 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:49 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:42.169 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:49 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:42.201 INFO:teuthology.orchestra.run.trial043.stdout:(2/7): python3-markupsafe-1.1.1-12.el9.x86_64.r 572 kB/s | 35 kB 00:00 2026-02-23T08:48:42.229 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:42.230 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:42.230 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repository Size 2026-02-23T08:48:42.230 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:42.230 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:42.230 INFO:teuthology.orchestra.run.trial138.stdout: ceph-volume noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 301 k 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout:Install 2 Packages 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 652 k 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 2.2 M 2026-02-23T08:48:42.231 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:42.232 INFO:teuthology.orchestra.run.trial043.stdout:(3/7): python3-jinja2-2.11.3-8.el9.noarch.rpm 1.4 MB/s | 249 kB 00:00 2026-02-23T08:48:42.253 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:42.253 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout: ceph-fuse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 987 k 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 987 k 2026-02-23T08:48:42.254 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 2.9 M 2026-02-23T08:48:42.255 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:42.278 INFO:teuthology.orchestra.run.trial043.stdout:(4/7): python3-asyncssh-2.13.2-5.el9.noarch.rpm 6.9 MB/s | 548 kB 00:00 2026-02-23T08:48:42.279 INFO:teuthology.orchestra.run.trial043.stdout:(5/7): python3-natsort-7.1.1-5.el9.noarch.rpm 1.2 MB/s | 58 kB 00:00 2026-02-23T08:48:42.287 INFO:teuthology.orchestra.run.trial043.stdout:(6/7): python3-typing-extensions-4.15.0-1.el9.n 9.5 MB/s | 86 kB 00:00 2026-02-23T08:48:42.373 INFO:teuthology.orchestra.run.trial122.stdout:ceph-fuse-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 8.1 MB/s | 987 kB 00:00 2026-02-23T08:48:42.374 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:42.374 INFO:teuthology.orchestra.run.trial122.stdout:Total 8.0 MB/s | 987 kB 00:00 2026-02-23T08:48:42.374 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:42.378 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:42.379 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:42.392 INFO:teuthology.orchestra.run.trial138.stdout:(1/2): ceph-volume-20.3.0-5433.g5adce3ff.el9.no 3.0 MB/s | 301 kB 00:00 2026-02-23T08:48:42.399 INFO:teuthology.orchestra.run.trial043.stdout:(7/7): python3-babel-2.9.1-2.el9.noarch.rpm 17 MB/s | 6.0 MB 00:00 2026-02-23T08:48:42.400 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:42.400 INFO:teuthology.orchestra.run.trial043.stdout:Total 13 MB/s | 7.1 MB 00:00 2026-02-23T08:48:42.412 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:42.412 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:42.438 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:42.445 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:42.445 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:42.504 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:42.517 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:42.517 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:42.521 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:42.608 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:42.657 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-typing-extensions-4.15.0-1.el9.noarch 1/7 2026-02-23T08:48:42.666 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-asyncssh-2.13.2-5.el9.noarch 2/7 2026-02-23T08:48:42.672 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-natsort-7.1.1-5.el9.noarch 3/7 2026-02-23T08:48:42.732 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:42.789 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:42.789 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:42.789 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:42.789 INFO:teuthology.orchestra.run.trial122.stdout: ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:42.789 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:42.790 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:42.817 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install ceph-volume 2026-02-23T08:48:42.890 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-23T08:48:42.913 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-babel-2.9.1-2.el9.noarch 5/7 2026-02-23T08:48:42.938 INFO:teuthology.orchestra.run.trial043.stdout: Installing : python3-jinja2-2.11.3-8.el9.noarch 6/7 2026-02-23T08:48:42.939 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 7/7 2026-02-23T08:48:43.048 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 7/7 2026-02-23T08:48:43.049 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 1/7 2026-02-23T08:48:43.049 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-babel-2.9.1-2.el9.noarch 2/7 2026-02-23T08:48:43.049 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-jinja2-2.11.3-8.el9.noarch 3/7 2026-02-23T08:48:43.049 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-markupsafe-1.1.1-12.el9.x86_64 4/7 2026-02-23T08:48:43.049 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-asyncssh-2.13.2-5.el9.noarch 5/7 2026-02-23T08:48:43.049 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-natsort-7.1.1-5.el9.noarch 6/7 2026-02-23T08:48:43.106 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : python3-typing-extensions-4.15.0-1.el9.noarch 7/7 2026-02-23T08:48:43.106 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:43.106 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:43.106 INFO:teuthology.orchestra.run.trial043.stdout: ceph-mgr-cephadm-2:20.3.0-5433.g5adce3ff.el9.noarch 2026-02-23T08:48:43.106 INFO:teuthology.orchestra.run.trial043.stdout: python3-asyncssh-2.13.2-5.el9.noarch 2026-02-23T08:48:43.106 INFO:teuthology.orchestra.run.trial043.stdout: python3-babel-2.9.1-2.el9.noarch 2026-02-23T08:48:43.107 INFO:teuthology.orchestra.run.trial043.stdout: python3-jinja2-2.11.3-8.el9.noarch 2026-02-23T08:48:43.107 INFO:teuthology.orchestra.run.trial043.stdout: python3-markupsafe-1.1.1-12.el9.x86_64 2026-02-23T08:48:43.107 INFO:teuthology.orchestra.run.trial043.stdout: python3-natsort-7.1.1-5.el9.noarch 2026-02-23T08:48:43.107 INFO:teuthology.orchestra.run.trial043.stdout: python3-typing-extensions-4.15.0-1.el9.noarch 2026-02-23T08:48:43.107 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:43.107 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:43.109 INFO:teuthology.orchestra.run.trial138.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 431 kB/s | 351 kB 00:00 2026-02-23T08:48:43.111 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:43.111 INFO:teuthology.orchestra.run.trial138.stdout:Total 741 kB/s | 652 kB 00:00 2026-02-23T08:48:43.119 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:43.125 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:43.125 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:43.131 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:43.136 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-osd 2026-02-23T08:48:43.170 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:43.170 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:43.214 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:43.215 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:43.215 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repository Size 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout: ceph-volume noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 301 k 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout:Install 2 Packages 2026-02-23T08:48:43.216 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:43.217 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 652 k 2026-02-23T08:48:43.217 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 2.2 M 2026-02-23T08:48:43.217 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:43.250 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:43.314 INFO:teuthology.orchestra.run.trial138.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-23T08:48:43.316 INFO:teuthology.orchestra.run.trial138.stdout: Installing : ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 2/2 2026-02-23T08:48:43.331 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 2/2 2026-02-23T08:48:43.331 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:43.331 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-23T08:48:43.331 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:43.369 INFO:teuthology.orchestra.run.trial122.stdout:(1/2): ceph-volume-20.3.0-5433.g5adce3ff.el9.no 3.1 MB/s | 301 kB 00:00 2026-02-23T08:48:43.444 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:43.508 INFO:teuthology.orchestra.run.trial043.stdout:Package ceph-osd-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:43.526 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:43.527 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:43.527 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:43.547 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-osd-classic 2026-02-23T08:48:43.560 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 1/2 2026-02-23T08:48:43.619 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-23T08:48:43.619 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:43.619 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:43.620 INFO:teuthology.orchestra.run.trial138.stdout: ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-23T08:48:43.620 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:43.620 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:43.648 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install librados-devel 2026-02-23T08:48:43.857 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:43.921 INFO:teuthology.orchestra.run.trial043.stdout:Package ceph-osd-classic-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:43.940 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:43.940 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:43.940 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:43.961 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-fuse 2026-02-23T08:48:43.964 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:50 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:44.048 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:44.048 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:44.048 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-23T08:48:44.048 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:44.048 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout: librados-devel x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 123 k 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 123 k 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 437 k 2026-02-23T08:48:44.049 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:44.077 INFO:teuthology.orchestra.run.trial122.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 436 kB/s | 351 kB 00:00 2026-02-23T08:48:44.078 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:44.078 INFO:teuthology.orchestra.run.trial122.stdout:Total 756 kB/s | 652 kB 00:00 2026-02-23T08:48:44.087 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:44.093 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:44.093 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:44.134 INFO:teuthology.orchestra.run.trial138.stdout:librados-devel-20.3.0-5433.g5adce3ff.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-23T08:48:44.135 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:44.135 INFO:teuthology.orchestra.run.trial138.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-23T08:48:44.135 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:44.137 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:44.137 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:44.138 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:44.138 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:44.168 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:44.169 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:44.218 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:44.223 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:44.239 INFO:teuthology.orchestra.run.trial138.stdout: Installing : librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:44.273 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:51 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:44.282 INFO:teuthology.orchestra.run.trial122.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-23T08:48:44.284 INFO:teuthology.orchestra.run.trial122.stdout: Installing : ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 2/2 2026-02-23T08:48:44.300 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 2/2 2026-02-23T08:48:44.300 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:44.300 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-23T08:48:44.300 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:44.330 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:44.356 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repo Size 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout: ceph-fuse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 987 k 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:44.357 INFO:teuthology.orchestra.run.trial043.stdout:Install 1 Package 2026-02-23T08:48:44.358 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:44.358 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 987 k 2026-02-23T08:48:44.358 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 2.9 M 2026-02-23T08:48:44.358 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:44.389 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:44.389 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:44.390 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:44.390 INFO:teuthology.orchestra.run.trial138.stdout: librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:44.390 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:44.390 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:44.420 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install libcephfs2 2026-02-23T08:48:44.476 INFO:teuthology.orchestra.run.trial043.stdout:ceph-fuse-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 8.1 MB/s | 987 kB 00:00 2026-02-23T08:48:44.476 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:44.476 INFO:teuthology.orchestra.run.trial043.stdout:Total 8.1 MB/s | 987 kB 00:00 2026-02-23T08:48:44.477 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:44.481 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:44.481 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:44.515 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:44.515 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:44.531 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 1/2 2026-02-23T08:48:44.589 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-23T08:48:44.589 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:44.589 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:44.589 INFO:teuthology.orchestra.run.trial122.stdout: ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-23T08:48:44.589 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:44.589 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:44.606 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:44.618 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install librados-devel 2026-02-23T08:48:44.623 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:44.729 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:51 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:44.794 INFO:teuthology.orchestra.run.trial138.stdout:Package libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:44.812 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:44.813 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:44.813 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:44.833 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install libcephfs-devel 2026-02-23T08:48:44.870 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:44.928 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:44.929 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:44.929 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:44.929 INFO:teuthology.orchestra.run.trial043.stdout: ceph-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:44.929 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:44.929 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:44.937 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:51 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:44.957 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install ceph-volume 2026-02-23T08:48:45.022 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:45.022 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:45.022 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-23T08:48:45.022 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:45.022 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout: librados-devel x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 123 k 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 123 k 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 437 k 2026-02-23T08:48:45.023 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:45.107 INFO:teuthology.orchestra.run.trial122.stdout:librados-devel-20.3.0-5433.g5adce3ff.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-23T08:48:45.107 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:45.108 INFO:teuthology.orchestra.run.trial122.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-23T08:48:45.108 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:45.110 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:45.110 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:45.141 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:45.142 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:45.147 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:52 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:45.195 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:45.211 INFO:teuthology.orchestra.run.trial122.stdout: Installing : librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-devel x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 37 k 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout:Installing dependencies: 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 26 k 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout:Install 2 Packages 2026-02-23T08:48:45.231 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:45.232 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 63 k 2026-02-23T08:48:45.232 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 231 k 2026-02-23T08:48:45.232 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:45.265 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:52 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:45.292 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:45.295 INFO:teuthology.orchestra.run.trial138.stdout:(1/2): libcephfs-devel-20.3.0-5433.g5adce3ff.el 592 kB/s | 37 kB 00:00 2026-02-23T08:48:45.300 INFO:teuthology.orchestra.run.trial138.stdout:(2/2): libcephfs-proxy2-20.3.0-5433.g5adce3ff.e 387 kB/s | 26 kB 00:00 2026-02-23T08:48:45.301 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:45.301 INFO:teuthology.orchestra.run.trial138.stdout:Total 920 kB/s | 63 kB 00:00 2026-02-23T08:48:45.301 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:45.303 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:45.304 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:45.335 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:45.336 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:45.350 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:45.351 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:45.351 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:45.351 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:45.352 INFO:teuthology.orchestra.run.trial122.stdout: librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:45.352 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:45.352 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:45.352 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repository Size 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout: ceph-volume noarch 2:20.3.0-5433.g5adce3ff.el9 ceph-noarch 301 k 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout: cryptsetup x86_64 2.8.1-3.el9 baseos 351 k 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:45.353 INFO:teuthology.orchestra.run.trial043.stdout:Install 2 Packages 2026-02-23T08:48:45.354 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:45.354 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 652 k 2026-02-23T08:48:45.354 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 2.2 M 2026-02-23T08:48:45.354 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:45.380 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install libcephfs2 2026-02-23T08:48:45.385 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:45.385 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:45.400 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:45.416 INFO:teuthology.orchestra.run.trial138.stdout: Installing : libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:45.474 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:45.474 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:45.530 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:45.531 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:45.531 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:45.531 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:45.531 INFO:teuthology.orchestra.run.trial138.stdout: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:45.531 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:45.531 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:45.536 INFO:teuthology.orchestra.run.trial043.stdout:(1/2): ceph-volume-20.3.0-5433.g5adce3ff.el9.no 3.1 MB/s | 301 kB 00:00 2026-02-23T08:48:45.555 INFO:teuthology.orchestra.run.trial043.stdout:(2/2): cryptsetup-2.8.1-3.el9.x86_64.rpm 3.0 MB/s | 351 kB 00:00 2026-02-23T08:48:45.556 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:45.556 INFO:teuthology.orchestra.run.trial043.stdout:Total 3.1 MB/s | 652 kB 00:00 2026-02-23T08:48:45.558 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install librados2 2026-02-23T08:48:45.566 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:45.572 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:45.572 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:45.617 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:45.617 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:45.685 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:52 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:45.698 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:45.750 INFO:teuthology.orchestra.run.trial122.stdout:Package libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:45.762 INFO:teuthology.orchestra.run.trial043.stdout: Installing : cryptsetup-2.8.1-3.el9.x86_64 1/2 2026-02-23T08:48:45.764 INFO:teuthology.orchestra.run.trial043.stdout: Installing : ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 2/2 2026-02-23T08:48:45.768 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:45.769 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:45.769 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:45.779 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 2/2 2026-02-23T08:48:45.779 INFO:teuthology.orchestra.run.trial043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:45.779 INFO:teuthology.orchestra.run.trial043.stdout:Invalid unit name "ceph-volume@*.service" escaped as "ceph-volume@\x2a.service". 2026-02-23T08:48:45.779 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:45.789 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install libcephfs-devel 2026-02-23T08:48:45.871 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:52 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:45.936 INFO:teuthology.orchestra.run.trial138.stdout:Package librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:45.955 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:45.955 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:45.955 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:45.977 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install librbd1 2026-02-23T08:48:46.011 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch 1/2 2026-02-23T08:48:46.070 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : cryptsetup-2.8.1-3.el9.x86_64 2/2 2026-02-23T08:48:46.070 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:46.070 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:46.070 INFO:teuthology.orchestra.run.trial043.stdout: ceph-volume-2:20.3.0-5433.g5adce3ff.el9.noarch cryptsetup-2.8.1-3.el9.x86_64 2026-02-23T08:48:46.070 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:46.070 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:46.098 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install librados-devel 2026-02-23T08:48:46.103 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:53 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:46.186 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:46.187 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:46.187 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-devel x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 37 k 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout:Installing dependencies: 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 26 k 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:46.188 INFO:teuthology.orchestra.run.trial122.stdout:Install 2 Packages 2026-02-23T08:48:46.189 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:46.189 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 63 k 2026-02-23T08:48:46.189 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 231 k 2026-02-23T08:48:46.189 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:46.251 INFO:teuthology.orchestra.run.trial122.stdout:(1/2): libcephfs-proxy2-20.3.0-5433.g5adce3ff.e 412 kB/s | 26 kB 00:00 2026-02-23T08:48:46.254 INFO:teuthology.orchestra.run.trial122.stdout:(2/2): libcephfs-devel-20.3.0-5433.g5adce3ff.el 564 kB/s | 37 kB 00:00 2026-02-23T08:48:46.255 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:46.255 INFO:teuthology.orchestra.run.trial122.stdout:Total 939 kB/s | 63 kB 00:00 2026-02-23T08:48:46.255 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:46.257 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:46.258 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:46.286 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:53 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:46.289 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:46.290 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:46.339 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:46.339 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:46.350 INFO:teuthology.orchestra.run.trial138.stdout:Package librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:46.354 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:46.369 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:46.370 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:46.370 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:46.370 INFO:teuthology.orchestra.run.trial122.stdout: Installing : libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:46.392 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install python3-rados 2026-02-23T08:48:46.409 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:53 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:46.428 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:46.428 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:46.486 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:46.486 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:46.486 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:46.486 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:46.486 INFO:teuthology.orchestra.run.trial122.stdout: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:46.487 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:46.487 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:46.494 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:46.495 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:46.495 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repo Size 2026-02-23T08:48:46.495 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:46.495 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:46.495 INFO:teuthology.orchestra.run.trial043.stdout: librados-devel x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 123 k 2026-02-23T08:48:46.495 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:46.495 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:46.495 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:46.496 INFO:teuthology.orchestra.run.trial043.stdout:Install 1 Package 2026-02-23T08:48:46.496 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:46.496 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 123 k 2026-02-23T08:48:46.496 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 437 k 2026-02-23T08:48:46.496 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:46.513 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install librados2 2026-02-23T08:48:46.581 INFO:teuthology.orchestra.run.trial043.stdout:librados-devel-20.3.0-5433.g5adce3ff.el9.x86_64 1.4 MB/s | 123 kB 00:00 2026-02-23T08:48:46.582 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:46.582 INFO:teuthology.orchestra.run.trial043.stdout:Total 1.4 MB/s | 123 kB 00:00 2026-02-23T08:48:46.582 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:46.585 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:46.585 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:46.616 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:46.616 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:46.671 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:46.687 INFO:teuthology.orchestra.run.trial043.stdout: Installing : librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:46.701 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:53 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:46.768 INFO:teuthology.orchestra.run.trial138.stdout:Package python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:46.768 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:46.786 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:46.787 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:46.787 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:46.808 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install python3-rgw 2026-02-23T08:48:46.823 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:53 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:46.827 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:46.828 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:46.828 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:46.828 INFO:teuthology.orchestra.run.trial043.stdout: librados-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:46.828 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:46.828 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:46.854 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install libcephfs2 2026-02-23T08:48:46.891 INFO:teuthology.orchestra.run.trial122.stdout:Package librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:46.909 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:46.910 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:46.910 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:46.931 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install librbd1 2026-02-23T08:48:47.114 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:47.162 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:47.179 INFO:teuthology.orchestra.run.trial138.stdout:Package python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:47.198 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:47.198 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:47.198 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:47.220 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install python3-cephfs 2026-02-23T08:48:47.226 INFO:teuthology.orchestra.run.trial043.stdout:Package libcephfs2-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:47.245 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:47.246 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:47.246 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:47.246 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:47.267 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install libcephfs-devel 2026-02-23T08:48:47.314 INFO:teuthology.orchestra.run.trial122.stdout:Package librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:47.332 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:47.333 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:47.333 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:47.354 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install python3-rados 2026-02-23T08:48:47.535 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:47.580 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:47.603 INFO:teuthology.orchestra.run.trial138.stdout:Package python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:47.621 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:47.622 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:47.622 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:47.644 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install python3-rbd 2026-02-23T08:48:47.663 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:47.664 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:47.664 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repo Size 2026-02-23T08:48:47.664 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:47.664 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:47.664 INFO:teuthology.orchestra.run.trial043.stdout: libcephfs-devel x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 37 k 2026-02-23T08:48:47.664 INFO:teuthology.orchestra.run.trial043.stdout:Installing dependencies: 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout: libcephfs-proxy2 x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 26 k 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout:Install 2 Packages 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 63 k 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 231 k 2026-02-23T08:48:47.665 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:47.673 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:47.727 INFO:teuthology.orchestra.run.trial043.stdout:(1/2): libcephfs-devel-20.3.0-5433.g5adce3ff.el 594 kB/s | 37 kB 00:00 2026-02-23T08:48:47.732 INFO:teuthology.orchestra.run.trial043.stdout:(2/2): libcephfs-proxy2-20.3.0-5433.g5adce3ff.e 389 kB/s | 26 kB 00:00 2026-02-23T08:48:47.733 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:47.733 INFO:teuthology.orchestra.run.trial043.stdout:Total 914 kB/s | 63 kB 00:00 2026-02-23T08:48:47.734 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:47.736 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:47.736 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:47.739 INFO:teuthology.orchestra.run.trial122.stdout:Package python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:47.758 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:47.758 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:47.758 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:47.768 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:47.768 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:47.778 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install python3-rgw 2026-02-23T08:48:47.819 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:47.819 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:47.836 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:47.853 INFO:teuthology.orchestra.run.trial043.stdout: Installing : libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:47.912 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:47.912 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/2 2026-02-23T08:48:47.960 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:54 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:47.971 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2/2 2026-02-23T08:48:47.971 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:47.971 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:47.971 INFO:teuthology.orchestra.run.trial043.stdout: libcephfs-devel-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:47.971 INFO:teuthology.orchestra.run.trial043.stdout: libcephfs-proxy2-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:47.972 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:47.972 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:47.999 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install librados2 2026-02-23T08:48:48.026 INFO:teuthology.orchestra.run.trial138.stdout:Package python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:48.045 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:48.046 INFO:teuthology.orchestra.run.trial138.stdout:Nothing to do. 2026-02-23T08:48:48.046 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:48.068 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install rbd-fuse 2026-02-23T08:48:48.088 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:55 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:48.152 INFO:teuthology.orchestra.run.trial122.stdout:Package python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:48.171 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:48.172 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:48.172 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:48.193 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install python3-cephfs 2026-02-23T08:48:48.307 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:55 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:48.372 INFO:teuthology.orchestra.run.trial043.stdout:Package librados2-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:48.378 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:55 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:48.390 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:48.391 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:48.391 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:48.412 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install librbd1 2026-02-23T08:48:48.462 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:48.463 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:48.463 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-23T08:48:48.463 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:48.463 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:48.463 INFO:teuthology.orchestra.run.trial138.stdout: rbd-fuse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 84 k 2026-02-23T08:48:48.463 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:48.463 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:48.463 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:48.464 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-23T08:48:48.464 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:48.464 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 84 k 2026-02-23T08:48:48.464 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 209 k 2026-02-23T08:48:48.464 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:48.507 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:55 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:48.539 INFO:teuthology.orchestra.run.trial138.stdout:rbd-fuse-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-23T08:48:48.539 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:48.539 INFO:teuthology.orchestra.run.trial138.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-23T08:48:48.540 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:48.543 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:48.543 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:48.572 INFO:teuthology.orchestra.run.trial122.stdout:Package python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:48.574 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:48.574 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:48.591 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:48.591 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:48.591 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:48.613 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install python3-rbd 2026-02-23T08:48:48.625 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:48.641 INFO:teuthology.orchestra.run.trial138.stdout: Installing : rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:48.720 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:55 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:48.725 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:48.783 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:48.783 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:48.783 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:48.783 INFO:teuthology.orchestra.run.trial138.stdout: rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:48.783 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:48.783 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:48.785 INFO:teuthology.orchestra.run.trial043.stdout:Package librbd1-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:48.803 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:48.804 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:48.804 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:48.811 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install rbd-mirror 2026-02-23T08:48:48.825 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install python3-rados 2026-02-23T08:48:48.924 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:55 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:48.991 INFO:teuthology.orchestra.run.trial122.stdout:Package python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:49.009 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:49.010 INFO:teuthology.orchestra.run.trial122.stdout:Nothing to do. 2026-02-23T08:48:49.010 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:49.031 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install rbd-fuse 2026-02-23T08:48:49.117 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:56 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:49.131 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:56 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:49.196 INFO:teuthology.orchestra.run.trial043.stdout:Package python3-rados-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:49.201 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:49.201 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout: Package Arch Version Repo Size 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout: rbd-mirror x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.9 M 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:49.202 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 2.9 M 2026-02-23T08:48:49.203 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 11 M 2026-02-23T08:48:49.203 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:49.214 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:49.215 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:49.215 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:49.236 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install python3-rgw 2026-02-23T08:48:49.340 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:56 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:49.349 INFO:teuthology.orchestra.run.trial138.stdout:rbd-mirror-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-23T08:48:49.350 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:49.350 INFO:teuthology.orchestra.run.trial138.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-23T08:48:49.350 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:49.355 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:49.355 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:49.395 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:49.395 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:49.424 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:49.425 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout: rbd-fuse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 84 k 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-23T08:48:49.426 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:49.427 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 84 k 2026-02-23T08:48:49.427 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 209 k 2026-02-23T08:48:49.427 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:49.502 INFO:teuthology.orchestra.run.trial122.stdout:rbd-fuse-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-23T08:48:49.502 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:49.502 INFO:teuthology.orchestra.run.trial122.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-23T08:48:49.502 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:49.505 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:49.505 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:49.536 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:49.537 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:49.542 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:56 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:49.576 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:49.578 INFO:teuthology.orchestra.run.trial138.stdout: Installing : rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:49.587 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:49.601 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:49.601 INFO:teuthology.orchestra.run.trial138.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:49.601 INFO:teuthology.orchestra.run.trial138.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-23T08:48:49.601 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-23T08:48:49.601 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-23T08:48:49.602 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:49.604 INFO:teuthology.orchestra.run.trial122.stdout: Installing : rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:49.607 INFO:teuthology.orchestra.run.trial043.stdout:Package python3-rgw-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:49.626 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:49.627 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:49.627 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:49.648 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install python3-cephfs 2026-02-23T08:48:49.684 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:49.743 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:49.743 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:49.743 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:49.743 INFO:teuthology.orchestra.run.trial122.stdout: rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:49.743 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:49.744 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:49.769 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install rbd-mirror 2026-02-23T08:48:49.897 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:49.897 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:49.898 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:49.898 INFO:teuthology.orchestra.run.trial138.stdout: rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:49.898 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:49.898 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:49.927 DEBUG:teuthology.orchestra.run.trial138:> sudo yum -y install rbd-nbd 2026-02-23T08:48:49.964 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:56 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:50.029 INFO:teuthology.orchestra.run.trial043.stdout:Package python3-cephfs-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:50.047 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:50.048 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:50.048 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:50.070 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install python3-rbd 2026-02-23T08:48:50.076 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:57 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:50.161 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:50.161 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:50.161 INFO:teuthology.orchestra.run.trial122.stdout: Package Arch Version Repo Size 2026-02-23T08:48:50.161 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:50.161 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:50.161 INFO:teuthology.orchestra.run.trial122.stdout: rbd-mirror x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.9 M 2026-02-23T08:48:50.161 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:50.162 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:50.162 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:50.162 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-23T08:48:50.162 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:50.162 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 2.9 M 2026-02-23T08:48:50.162 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 11 M 2026-02-23T08:48:50.162 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:50.238 INFO:teuthology.orchestra.run.trial138.stdout:Last metadata expiration check: 0:00:57 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:50.309 INFO:teuthology.orchestra.run.trial122.stdout:rbd-mirror-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-23T08:48:50.309 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:50.309 INFO:teuthology.orchestra.run.trial122.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-23T08:48:50.309 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:50.314 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:50.314 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:50.321 INFO:teuthology.orchestra.run.trial138.stdout:Dependencies resolved. 2026-02-23T08:48:50.321 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:50.321 INFO:teuthology.orchestra.run.trial138.stdout: Package Architecture Version Repository Size 2026-02-23T08:48:50.321 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout:Installing: 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout: rbd-nbd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 172 k 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout:Transaction Summary 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout:================================================================================ 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout:Install 1 Package 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout:Total download size: 172 k 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout:Installed size: 462 k 2026-02-23T08:48:50.322 INFO:teuthology.orchestra.run.trial138.stdout:Downloading Packages: 2026-02-23T08:48:50.354 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:50.354 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:50.372 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:57 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:50.408 INFO:teuthology.orchestra.run.trial138.stdout:rbd-nbd-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-23T08:48:50.409 INFO:teuthology.orchestra.run.trial138.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:50.409 INFO:teuthology.orchestra.run.trial138.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-23T08:48:50.409 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction check 2026-02-23T08:48:50.413 INFO:teuthology.orchestra.run.trial138.stdout:Transaction check succeeded. 2026-02-23T08:48:50.413 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction test 2026-02-23T08:48:50.438 INFO:teuthology.orchestra.run.trial043.stdout:Package python3-rbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 is already installed. 2026-02-23T08:48:50.444 INFO:teuthology.orchestra.run.trial138.stdout:Transaction test succeeded. 2026-02-23T08:48:50.444 INFO:teuthology.orchestra.run.trial138.stdout:Running transaction 2026-02-23T08:48:50.457 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:50.457 INFO:teuthology.orchestra.run.trial043.stdout:Nothing to do. 2026-02-23T08:48:50.457 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:50.478 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install rbd-fuse 2026-02-23T08:48:50.500 INFO:teuthology.orchestra.run.trial138.stdout: Preparing : 1/1 2026-02-23T08:48:50.517 INFO:teuthology.orchestra.run.trial138.stdout: Installing : rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:50.539 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:50.541 INFO:teuthology.orchestra.run.trial122.stdout: Installing : rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:50.563 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:50.563 INFO:teuthology.orchestra.run.trial122.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:50.564 INFO:teuthology.orchestra.run.trial122.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-23T08:48:50.564 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T08:48:50.564 INFO:teuthology.orchestra.run.trial122.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T08:48:50.564 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:50.598 INFO:teuthology.orchestra.run.trial138.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:50.656 INFO:teuthology.orchestra.run.trial138.stdout: Verifying : rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:50.656 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:50.656 INFO:teuthology.orchestra.run.trial138.stdout:Installed: 2026-02-23T08:48:50.656 INFO:teuthology.orchestra.run.trial138.stdout: rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:50.656 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:48:50.656 INFO:teuthology.orchestra.run.trial138.stdout:Complete! 2026-02-23T08:48:50.690 DEBUG:teuthology.parallel:result is None 2026-02-23T08:48:50.788 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:57 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:50.862 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:50.862 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:50.862 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:50.862 INFO:teuthology.orchestra.run.trial122.stdout: rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:50.862 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:50.862 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:50.871 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout: Package Architecture Version Repository Size 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout: rbd-fuse x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 84 k 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:50.872 INFO:teuthology.orchestra.run.trial043.stdout:Install 1 Package 2026-02-23T08:48:50.873 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:50.873 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 84 k 2026-02-23T08:48:50.873 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 209 k 2026-02-23T08:48:50.873 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:50.889 DEBUG:teuthology.orchestra.run.trial122:> sudo yum -y install rbd-nbd 2026-02-23T08:48:50.947 INFO:teuthology.orchestra.run.trial043.stdout:rbd-fuse-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 1.1 MB/s | 84 kB 00:00 2026-02-23T08:48:50.947 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:50.947 INFO:teuthology.orchestra.run.trial043.stdout:Total 1.1 MB/s | 84 kB 00:00 2026-02-23T08:48:50.948 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:50.951 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:50.951 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:50.982 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:50.982 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:51.037 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:51.054 INFO:teuthology.orchestra.run.trial043.stdout: Installing : rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:51.133 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:51.191 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:51.192 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:51.192 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:51.192 INFO:teuthology.orchestra.run.trial043.stdout: rbd-fuse-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:51.192 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:51.192 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:51.200 INFO:teuthology.orchestra.run.trial122.stdout:Last metadata expiration check: 0:00:58 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:51.219 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install rbd-mirror 2026-02-23T08:48:51.286 INFO:teuthology.orchestra.run.trial122.stdout:Dependencies resolved. 2026-02-23T08:48:51.287 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:51.287 INFO:teuthology.orchestra.run.trial122.stdout: Package Architecture Version Repository Size 2026-02-23T08:48:51.287 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:51.287 INFO:teuthology.orchestra.run.trial122.stdout:Installing: 2026-02-23T08:48:51.287 INFO:teuthology.orchestra.run.trial122.stdout: rbd-nbd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 172 k 2026-02-23T08:48:51.287 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:51.287 INFO:teuthology.orchestra.run.trial122.stdout:Transaction Summary 2026-02-23T08:48:51.288 INFO:teuthology.orchestra.run.trial122.stdout:================================================================================ 2026-02-23T08:48:51.288 INFO:teuthology.orchestra.run.trial122.stdout:Install 1 Package 2026-02-23T08:48:51.288 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:51.288 INFO:teuthology.orchestra.run.trial122.stdout:Total download size: 172 k 2026-02-23T08:48:51.288 INFO:teuthology.orchestra.run.trial122.stdout:Installed size: 462 k 2026-02-23T08:48:51.288 INFO:teuthology.orchestra.run.trial122.stdout:Downloading Packages: 2026-02-23T08:48:51.374 INFO:teuthology.orchestra.run.trial122.stdout:rbd-nbd-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-23T08:48:51.374 INFO:teuthology.orchestra.run.trial122.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:51.374 INFO:teuthology.orchestra.run.trial122.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-23T08:48:51.374 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction check 2026-02-23T08:48:51.378 INFO:teuthology.orchestra.run.trial122.stdout:Transaction check succeeded. 2026-02-23T08:48:51.379 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction test 2026-02-23T08:48:51.409 INFO:teuthology.orchestra.run.trial122.stdout:Transaction test succeeded. 2026-02-23T08:48:51.410 INFO:teuthology.orchestra.run.trial122.stdout:Running transaction 2026-02-23T08:48:51.465 INFO:teuthology.orchestra.run.trial122.stdout: Preparing : 1/1 2026-02-23T08:48:51.482 INFO:teuthology.orchestra.run.trial122.stdout: Installing : rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:51.526 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:58 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:51.563 INFO:teuthology.orchestra.run.trial122.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:51.609 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:51.610 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:51.610 INFO:teuthology.orchestra.run.trial043.stdout: Package Arch Version Repo Size 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout: rbd-mirror x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 2.9 M 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout:Install 1 Package 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 2.9 M 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 11 M 2026-02-23T08:48:51.611 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:51.620 INFO:teuthology.orchestra.run.trial122.stdout: Verifying : rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:51.620 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:51.620 INFO:teuthology.orchestra.run.trial122.stdout:Installed: 2026-02-23T08:48:51.620 INFO:teuthology.orchestra.run.trial122.stdout: rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:51.620 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:48:51.621 INFO:teuthology.orchestra.run.trial122.stdout:Complete! 2026-02-23T08:48:51.652 DEBUG:teuthology.parallel:result is None 2026-02-23T08:48:51.759 INFO:teuthology.orchestra.run.trial043.stdout:rbd-mirror-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 19 MB/s | 2.9 MB 00:00 2026-02-23T08:48:51.759 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:51.759 INFO:teuthology.orchestra.run.trial043.stdout:Total 19 MB/s | 2.9 MB 00:00 2026-02-23T08:48:51.759 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:51.764 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:51.764 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:51.804 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:51.804 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:51.989 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:51.991 INFO:teuthology.orchestra.run.trial043.stdout: Installing : rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:52.013 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:52.014 INFO:teuthology.orchestra.run.trial043.stdout:Glob pattern passed to enable, but globs are not supported for this. 2026-02-23T08:48:52.014 INFO:teuthology.orchestra.run.trial043.stdout:Invalid unit name "ceph-rbd-mirror@*.service" escaped as "ceph-rbd-mirror@\x2a.service". 2026-02-23T08:48:52.014 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T08:48:52.014 INFO:teuthology.orchestra.run.trial043.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-rbd-mirror.target → /usr/lib/systemd/system/ceph-rbd-mirror.target. 2026-02-23T08:48:52.014 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:52.324 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:52.324 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:52.325 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:52.325 INFO:teuthology.orchestra.run.trial043.stdout: rbd-mirror-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:52.325 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:52.325 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:52.355 DEBUG:teuthology.orchestra.run.trial043:> sudo yum -y install rbd-nbd 2026-02-23T08:48:52.665 INFO:teuthology.orchestra.run.trial043.stdout:Last metadata expiration check: 0:00:59 ago on Mon 23 Feb 2026 08:47:53 AM UTC. 2026-02-23T08:48:52.750 INFO:teuthology.orchestra.run.trial043.stdout:Dependencies resolved. 2026-02-23T08:48:52.750 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout: Package Architecture Version Repository Size 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout:Installing: 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout: rbd-nbd x86_64 2:20.3.0-5433.g5adce3ff.el9 ceph 172 k 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout:Transaction Summary 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout:================================================================================ 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout:Install 1 Package 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout:Total download size: 172 k 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout:Installed size: 462 k 2026-02-23T08:48:52.751 INFO:teuthology.orchestra.run.trial043.stdout:Downloading Packages: 2026-02-23T08:48:52.837 INFO:teuthology.orchestra.run.trial043.stdout:rbd-nbd-20.3.0-5433.g5adce3ff.el9.x86_64.rpm 2.0 MB/s | 172 kB 00:00 2026-02-23T08:48:52.837 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:48:52.837 INFO:teuthology.orchestra.run.trial043.stdout:Total 1.9 MB/s | 172 kB 00:00 2026-02-23T08:48:52.838 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction check 2026-02-23T08:48:52.842 INFO:teuthology.orchestra.run.trial043.stdout:Transaction check succeeded. 2026-02-23T08:48:52.842 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction test 2026-02-23T08:48:52.875 INFO:teuthology.orchestra.run.trial043.stdout:Transaction test succeeded. 2026-02-23T08:48:52.875 INFO:teuthology.orchestra.run.trial043.stdout:Running transaction 2026-02-23T08:48:52.931 INFO:teuthology.orchestra.run.trial043.stdout: Preparing : 1/1 2026-02-23T08:48:52.947 INFO:teuthology.orchestra.run.trial043.stdout: Installing : rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:53.033 INFO:teuthology.orchestra.run.trial043.stdout: Running scriptlet: rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:53.092 INFO:teuthology.orchestra.run.trial043.stdout: Verifying : rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 1/1 2026-02-23T08:48:53.092 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:53.092 INFO:teuthology.orchestra.run.trial043.stdout:Installed: 2026-02-23T08:48:53.092 INFO:teuthology.orchestra.run.trial043.stdout: rbd-nbd-2:20.3.0-5433.g5adce3ff.el9.x86_64 2026-02-23T08:48:53.092 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:48:53.093 INFO:teuthology.orchestra.run.trial043.stdout:Complete! 2026-02-23T08:48:53.124 DEBUG:teuthology.parallel:result is None 2026-02-23T08:48:53.124 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:48:53.298 DEBUG:teuthology.orchestra.run.trial043:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-23T08:48:53.318 INFO:teuthology.orchestra.run.trial043.stdout:20.3.0-5433.g5adce3ff.el9 2026-02-23T08:48:53.319 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5433.g5adce3ff.el9 2026-02-23T08:48:53.319 INFO:teuthology.task.install:The correct ceph version 20.3.0-5433.g5adce3ff is installed. 2026-02-23T08:48:53.322 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:48:53.474 DEBUG:teuthology.orchestra.run.trial122:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-23T08:48:53.496 INFO:teuthology.orchestra.run.trial122.stdout:20.3.0-5433.g5adce3ff.el9 2026-02-23T08:48:53.496 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5433.g5adce3ff.el9 2026-02-23T08:48:53.496 INFO:teuthology.task.install:The correct ceph version 20.3.0-5433.g5adce3ff is installed. 2026-02-23T08:48:53.499 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:48:53.652 DEBUG:teuthology.orchestra.run.trial138:> rpm -q ceph --qf '%{VERSION}-%{RELEASE}' 2026-02-23T08:48:53.673 INFO:teuthology.orchestra.run.trial138.stdout:20.3.0-5433.g5adce3ff.el9 2026-02-23T08:48:53.673 INFO:teuthology.packaging:The installed version of ceph is 20.3.0-5433.g5adce3ff.el9 2026-02-23T08:48:53.673 INFO:teuthology.task.install:The correct ceph version 20.3.0-5433.g5adce3ff is installed. 2026-02-23T08:48:53.675 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2026-02-23T08:48:53.675 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:48:53.676 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-23T08:48:53.701 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:48:53.701 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-23T08:48:53.729 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:48:53.729 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2026-02-23T08:48:53.755 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2026-02-23T08:48:53.755 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:48:53.755 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/usr/bin/daemon-helper 2026-02-23T08:48:53.782 DEBUG:teuthology.orchestra.run.trial043:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-23T08:48:53.845 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:48:53.845 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/usr/bin/daemon-helper 2026-02-23T08:48:53.871 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-23T08:48:53.935 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:48:53.935 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/usr/bin/daemon-helper 2026-02-23T08:48:53.961 DEBUG:teuthology.orchestra.run.trial138:> sudo chmod a=rx -- /usr/bin/daemon-helper 2026-02-23T08:48:54.025 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2026-02-23T08:48:54.025 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:48:54.025 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-23T08:48:54.050 DEBUG:teuthology.orchestra.run.trial043:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-23T08:48:54.113 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:48:54.113 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-23T08:48:54.139 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-23T08:48:54.202 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:48:54.202 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/usr/bin/adjust-ulimits 2026-02-23T08:48:54.227 DEBUG:teuthology.orchestra.run.trial138:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2026-02-23T08:48:54.289 INFO:teuthology.task.install.util:Shipping 'stdin-killer'... 2026-02-23T08:48:54.289 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:48:54.289 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/usr/bin/stdin-killer 2026-02-23T08:48:54.314 DEBUG:teuthology.orchestra.run.trial043:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-23T08:48:54.378 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:48:54.378 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/usr/bin/stdin-killer 2026-02-23T08:48:54.403 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-23T08:48:54.467 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:48:54.467 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/usr/bin/stdin-killer 2026-02-23T08:48:54.497 DEBUG:teuthology.orchestra.run.trial138:> sudo chmod a=rx -- /usr/bin/stdin-killer 2026-02-23T08:48:54.565 INFO:teuthology.run_tasks:Running task cephadm... 2026-02-23T08:48:54.700 INFO:tasks.cephadm:Config: {'conf': {'global': {'mon election default strategy': 1}, 'mgr': {'debug mgr': 20, 'debug ms': 1, 'mgr/cephadm/use_agent': False}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)', 'MON_DOWN', 'POOL_APP_NOT_ENABLED', 'mon down', 'mons down', 'out of quorum', 'CEPHADM_FAILED_DAEMON'], 'log-only-match': ['CEPHADM_'], 'sha1': '5adce3ff0fe1645dcbc38d059f948571dc3d69da'} 2026-02-23T08:48:54.700 INFO:tasks.cephadm:Cluster image is quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:48:54.703 INFO:tasks.cephadm:Cluster fsid is 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:48:54.703 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2026-02-23T08:48:54.703 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '10.20.193.43', 'mon.b': '10.20.193.122', 'mon.c': '10.20.193.138'} 2026-02-23T08:48:54.703 INFO:tasks.cephadm:First mon is mon.a on trial043 2026-02-23T08:48:54.703 INFO:tasks.cephadm:First mgr is a 2026-02-23T08:48:54.703 INFO:tasks.cephadm:Normalizing hostnames... 2026-02-23T08:48:54.703 DEBUG:teuthology.orchestra.run.trial043:> sudo hostname $(hostname -s) 2026-02-23T08:48:54.728 DEBUG:teuthology.orchestra.run.trial122:> sudo hostname $(hostname -s) 2026-02-23T08:48:54.754 DEBUG:teuthology.orchestra.run.trial138:> sudo hostname $(hostname -s) 2026-02-23T08:48:54.779 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2026-02-23T08:48:54.780 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F9%2Fx86_64&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:48:54.924 INFO:tasks.cephadm:builder_project result: [{'url': 'https://3.chacra.ceph.com/r/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/flavors/default/', 'ref': 'wip-bharath8-testing-2026-02-22-0716', 'sha1': '5adce3ff0fe1645dcbc38d059f948571dc3d69da', 'distro': 'centos', 'distro_version': '9', 'distro_codename': None, 'modified': '2026-02-22 03:50:04.316693', 'status': 'ready', 'flavor': 'default', 'project': 'ceph', 'archs': ['source', 'x86_64'], 'extra': {'version': '20.3.0-5433-g5adce3ff', 'package_manager_version': '20.3.0-5433.g5adce3ff', 'build_url': 'https://jenkins.ceph.com/job/ceph-dev-pipeline/3169/', 'root_build_cause': '', 'node_name': '10.20.192.96+toko06', 'job_name': 'ceph-dev-pipeline'}}] 2026-02-23T08:48:55.072 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref wip-bharath8-testing-2026-02-22-0716, sha1 5adce3ff0fe1645dcbc38d059f948571dc3d69da from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F9%2Fx86_64&flavor=default&sha1=5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:48:55.074 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/x86_64/flavors/default/cephadm 2026-02-23T08:48:55.074 INFO:tasks.cephadm:Downloading cephadm from url: https://3.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/x86_64/flavors/default/cephadm 2026-02-23T08:48:55.074 DEBUG:teuthology.orchestra.run.trial043:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T08:48:55.397 INFO:teuthology.orchestra.run.trial043.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076260 Feb 23 08:48 /home/ubuntu/cephtest/cephadm 2026-02-23T08:48:55.398 DEBUG:teuthology.orchestra.run.trial122:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T08:48:55.724 INFO:teuthology.orchestra.run.trial122.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076260 Feb 23 08:48 /home/ubuntu/cephtest/cephadm 2026-02-23T08:48:55.725 DEBUG:teuthology.orchestra.run.trial138:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/wip-bharath8-testing-2026-02-22-0716/5adce3ff0fe1645dcbc38d059f948571dc3d69da/centos/9/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2026-02-23T08:48:56.082 INFO:teuthology.orchestra.run.trial138.stdout:-rw-r--r--. 1 ubuntu ubuntu 1076260 Feb 23 08:48 /home/ubuntu/cephtest/cephadm 2026-02-23T08:48:56.082 DEBUG:teuthology.orchestra.run.trial043:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T08:48:56.100 DEBUG:teuthology.orchestra.run.trial122:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2026-02-23T08:48:56.117 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-23T08:48:56.143 INFO:tasks.cephadm:Pulling image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da on all hosts... 2026-02-23T08:48:56.143 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da pull 2026-02-23T08:48:56.145 DEBUG:teuthology.orchestra.run.trial122:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da pull 2026-02-23T08:48:56.159 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da pull 2026-02-23T08:48:56.385 INFO:teuthology.orchestra.run.trial043.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:48:56.406 INFO:teuthology.orchestra.run.trial122.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:48:56.415 INFO:teuthology.orchestra.run.trial138.stderr:Pulling container image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:49:06.402 INFO:teuthology.orchestra.run.trial138.stdout:{ 2026-02-23T08:49:06.402 INFO:teuthology.orchestra.run.trial138.stdout: "ceph_version": "ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev)", 2026-02-23T08:49:06.402 INFO:teuthology.orchestra.run.trial138.stdout: "image_id": "af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4", 2026-02-23T08:49:06.402 INFO:teuthology.orchestra.run.trial138.stdout: "repo_digests": [ 2026-02-23T08:49:06.402 INFO:teuthology.orchestra.run.trial138.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c" 2026-02-23T08:49:06.402 INFO:teuthology.orchestra.run.trial138.stdout: ] 2026-02-23T08:49:06.402 INFO:teuthology.orchestra.run.trial138.stdout:} 2026-02-23T08:49:06.417 INFO:teuthology.orchestra.run.trial122.stdout:{ 2026-02-23T08:49:06.417 INFO:teuthology.orchestra.run.trial122.stdout: "ceph_version": "ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev)", 2026-02-23T08:49:06.417 INFO:teuthology.orchestra.run.trial122.stdout: "image_id": "af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4", 2026-02-23T08:49:06.417 INFO:teuthology.orchestra.run.trial122.stdout: "repo_digests": [ 2026-02-23T08:49:06.417 INFO:teuthology.orchestra.run.trial122.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c" 2026-02-23T08:49:06.417 INFO:teuthology.orchestra.run.trial122.stdout: ] 2026-02-23T08:49:06.417 INFO:teuthology.orchestra.run.trial122.stdout:} 2026-02-23T08:49:06.470 INFO:teuthology.orchestra.run.trial043.stdout:{ 2026-02-23T08:49:06.470 INFO:teuthology.orchestra.run.trial043.stdout: "ceph_version": "ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev)", 2026-02-23T08:49:06.470 INFO:teuthology.orchestra.run.trial043.stdout: "image_id": "af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4", 2026-02-23T08:49:06.470 INFO:teuthology.orchestra.run.trial043.stdout: "repo_digests": [ 2026-02-23T08:49:06.470 INFO:teuthology.orchestra.run.trial043.stdout: "quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c" 2026-02-23T08:49:06.470 INFO:teuthology.orchestra.run.trial043.stdout: ] 2026-02-23T08:49:06.470 INFO:teuthology.orchestra.run.trial043.stdout:} 2026-02-23T08:49:06.487 DEBUG:teuthology.orchestra.run.trial043:> sudo mkdir -p /etc/ceph 2026-02-23T08:49:06.555 DEBUG:teuthology.orchestra.run.trial122:> sudo mkdir -p /etc/ceph 2026-02-23T08:49:06.582 DEBUG:teuthology.orchestra.run.trial138:> sudo mkdir -p /etc/ceph 2026-02-23T08:49:06.610 DEBUG:teuthology.orchestra.run.trial043:> sudo chmod 777 /etc/ceph 2026-02-23T08:49:06.635 DEBUG:teuthology.orchestra.run.trial122:> sudo chmod 777 /etc/ceph 2026-02-23T08:49:06.659 DEBUG:teuthology.orchestra.run.trial138:> sudo chmod 777 /etc/ceph 2026-02-23T08:49:06.683 INFO:tasks.cephadm:Writing seed config... 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [mgr] mgr/cephadm/use_agent = False 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [mon] debug mon = 20 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [mon] debug ms = 1 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [osd] debug ms = 1 2026-02-23T08:49:06.685 INFO:tasks.cephadm: override: [osd] debug osd = 20 2026-02-23T08:49:06.686 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:49:06.686 DEBUG:teuthology.orchestra.run.trial043:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2026-02-23T08:49:06.702 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 = 7c038258-1094-11f1-8a6e-d404e6e7d460 mon election default strategy = 1 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd mclock skip benchmark = true osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = true bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 mgr/cephadm/use_agent = False [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2026-02-23T08:49:06.703 DEBUG:teuthology.orchestra.run.trial043:mon.a> sudo journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.a.service 2026-02-23T08:49:06.745 DEBUG:teuthology.orchestra.run.trial043:mgr.a> sudo journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.a.service 2026-02-23T08:49:06.789 INFO:tasks.cephadm:Bootstrapping... 2026-02-23T08:49:06.789 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da -v bootstrap --fsid 7c038258-1094-11f1-8a6e-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.43 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:06.927 INFO:teuthology.orchestra.run.trial043.stdout:-------------------------------------------------------------------------------- 2026-02-23T08:49:06.928 INFO:teuthology.orchestra.run.trial043.stdout:cephadm ['--image', 'quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da', '-v', 'bootstrap', '--fsid', '7c038258-1094-11f1-8a6e-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.43', '--skip-admin-label'] 2026-02-23T08:49:06.928 INFO:teuthology.orchestra.run.trial043.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2026-02-23T08:49:06.929 INFO:teuthology.orchestra.run.trial043.stdout:Verifying podman|docker is present... 2026-02-23T08:49:06.943 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stdout 5.6.0 2026-02-23T08:49:06.943 INFO:teuthology.orchestra.run.trial043.stdout:Verifying lvm2 is present... 2026-02-23T08:49:06.944 INFO:teuthology.orchestra.run.trial043.stdout:Verifying time synchronization is in place... 2026-02-23T08:49:06.950 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T08:49:06.950 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T08:49:06.956 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T08:49:06.956 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-23T08:49:06.962 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout enabled 2026-02-23T08:49:06.968 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout active 2026-02-23T08:49:06.968 INFO:teuthology.orchestra.run.trial043.stdout:Unit chronyd.service is enabled and running 2026-02-23T08:49:06.968 INFO:teuthology.orchestra.run.trial043.stdout:Repeating the final host check... 2026-02-23T08:49:06.983 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stdout 5.6.0 2026-02-23T08:49:06.983 INFO:teuthology.orchestra.run.trial043.stdout:podman (/bin/podman) version 5.6.0 is present 2026-02-23T08:49:06.983 INFO:teuthology.orchestra.run.trial043.stdout:systemctl is present 2026-02-23T08:49:06.983 INFO:teuthology.orchestra.run.trial043.stdout:lvcreate is present 2026-02-23T08:49:06.989 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2026-02-23T08:49:06.989 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2026-02-23T08:49:06.995 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2026-02-23T08:49:06.995 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-23T08:49:07.000 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout enabled 2026-02-23T08:49:07.006 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout active 2026-02-23T08:49:07.006 INFO:teuthology.orchestra.run.trial043.stdout:Unit chronyd.service is enabled and running 2026-02-23T08:49:07.007 INFO:teuthology.orchestra.run.trial043.stdout:Host looks OK 2026-02-23T08:49:07.007 INFO:teuthology.orchestra.run.trial043.stdout:Cluster fsid: 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:07.007 INFO:teuthology.orchestra.run.trial043.stdout:Acquiring lock 139832351931600 on /run/cephadm/7c038258-1094-11f1-8a6e-d404e6e7d460.lock 2026-02-23T08:49:07.007 INFO:teuthology.orchestra.run.trial043.stdout:Lock 139832351931600 acquired on /run/cephadm/7c038258-1094-11f1-8a6e-d404e6e7d460.lock 2026-02-23T08:49:07.007 INFO:teuthology.orchestra.run.trial043.stdout:Verifying IP 10.20.193.43 port 3300 ... 2026-02-23T08:49:07.008 INFO:teuthology.orchestra.run.trial043.stdout:Verifying IP 10.20.193.43 port 6789 ... 2026-02-23T08:49:07.008 INFO:teuthology.orchestra.run.trial043.stdout:Base mon IP(s) is [10.20.193.43:3300, 10.20.193.43:6789], mon addrv is [v2:10.20.193.43:3300,v1:10.20.193.43:6789] 2026-02-23T08:49:07.010 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout default via 10.20.192.1 dev enp1s0f0 proto dhcp src 10.20.193.43 metric 102 2026-02-23T08:49:07.010 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 10.20.192.0/20 dev enp1s0f0 proto kernel scope link src 10.20.193.43 metric 102 2026-02-23T08:49:07.010 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 169.254.3.0/24 dev enp7s0f4u2u2c2 proto kernel scope link src 169.254.3.1 metric 101 2026-02-23T08:49:07.012 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2026-02-23T08:49:07.013 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout fe80::/64 dev enp1s0f0 proto kernel metric 256 pref medium 2026-02-23T08:49:07.013 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout fe80::/64 dev enp7s0f4u2u2c2 proto kernel metric 1024 pref medium 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 2: enp7s0f4u2u2c2: mtu 1500 state UNKNOWN qlen 1000 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout inet6 fe80::3be3:49c6:5499:3e57/64 scope link noprefixroute 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout 3: enp1s0f0: mtu 1500 state UP qlen 1000 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout inet6 fe80::925a:8ff:fe77:639a/64 scope link 2026-02-23T08:49:07.016 INFO:teuthology.orchestra.run.trial043.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2026-02-23T08:49:07.017 INFO:teuthology.orchestra.run.trial043.stdout:Mon IP `10.20.193.43` is in CIDR network `10.20.192.0/20` 2026-02-23T08:49:07.017 INFO:teuthology.orchestra.run.trial043.stdout:Mon IP `10.20.193.43` is in CIDR network `10.20.192.0/20` 2026-02-23T08:49:07.017 INFO:teuthology.orchestra.run.trial043.stdout:Inferred mon public CIDR from local network configuration ['10.20.192.0/20', '10.20.192.0/20'] 2026-02-23T08:49:07.017 INFO:teuthology.orchestra.run.trial043.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2026-02-23T08:49:07.017 INFO:teuthology.orchestra.run.trial043.stdout:Pulling container image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:49:07.255 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stdout af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 2026-02-23T08:49:07.255 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Trying to pull quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da... 2026-02-23T08:49:07.255 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Getting image source signatures 2026-02-23T08:49:07.255 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Copying blob sha256:5aa425a517a00a2fbe7954a11844e3fb1bc6ac3dabe86414673c851da7d4f225 2026-02-23T08:49:07.255 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Copying blob sha256:5dd85e1a50663785d86adae5ef92579a03e6f64059ca9c005010518acdd62048 2026-02-23T08:49:07.255 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Copying config sha256:af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 2026-02-23T08:49:07.255 INFO:teuthology.orchestra.run.trial043.stdout:/bin/podman: stderr Writing manifest to image destination 2026-02-23T08:49:07.389 INFO:teuthology.orchestra.run.trial043.stdout:ceph: stdout ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev) 2026-02-23T08:49:07.389 INFO:teuthology.orchestra.run.trial043.stdout:Ceph version: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev) 2026-02-23T08:49:07.389 INFO:teuthology.orchestra.run.trial043.stdout:Extracting ceph user uid/gid from container image... 2026-02-23T08:49:07.534 INFO:teuthology.orchestra.run.trial043.stdout:stat: stdout 167 167 2026-02-23T08:49:07.534 INFO:teuthology.orchestra.run.trial043.stdout:Creating initial keys... 2026-02-23T08:49:07.678 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph-authtool: stdout AQCDFJxpJR8NJhAAgq6epCk/Ym55ki4nv666QA== 2026-02-23T08:49:07.813 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph-authtool: stdout AQCDFJxpd36YLxAAs40YRil5PQ8XgEE8jlefAQ== 2026-02-23T08:49:07.934 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph-authtool: stdout AQCDFJxp6XrNNhAAWXGpw5fYbo/n1xmo/I3WTA== 2026-02-23T08:49:07.935 INFO:teuthology.orchestra.run.trial043.stdout:Creating initial monmap... 2026-02-23T08:49:08.048 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T08:49:08.048 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = tentacle 2026-02-23T08:49:08.049 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:08.049 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T08:49:08.049 INFO:teuthology.orchestra.run.trial043.stdout:monmaptool for a [v2:10.20.193.43:3300,v1:10.20.193.43:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2026-02-23T08:49:08.049 INFO:teuthology.orchestra.run.trial043.stdout:setting min_mon_release = tentacle 2026-02-23T08:49:08.049 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: set fsid to 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:08.049 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2026-02-23T08:49:08.049 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:08.049 INFO:teuthology.orchestra.run.trial043.stdout:Creating mon... 2026-02-23T08:49:08.169 INFO:teuthology.orchestra.run.trial043.stdout:create mon.a on 2026-02-23T08:49:08.339 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Removed "/etc/systemd/system/multi-user.target.wants/ceph.target". 2026-02-23T08:49:08.443 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2026-02-23T08:49:08.555 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460.target → /etc/systemd/system/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460.target. 2026-02-23T08:49:08.555 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460.target → /etc/systemd/system/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460.target. 2026-02-23T08:49:08.691 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.a 2026-02-23T08:49:08.692 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.a.service: Unit ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.a.service not loaded. 2026-02-23T08:49:08.810 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460.target.wants/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.a.service → /etc/systemd/system/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@.service. 2026-02-23T08:49:08.957 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T08:49:08.957 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout disabled 2026-02-23T08:49:08.963 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T08:49:08.963 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-23T08:49:08.963 INFO:teuthology.orchestra.run.trial043.stdout:firewalld.service is not enabled 2026-02-23T08:49:08.963 INFO:teuthology.orchestra.run.trial043.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T08:49:08.963 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mon to start... 2026-02-23T08:49:08.963 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mon... 2026-02-23T08:49:08.970 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:08 trial043 systemd[1]: Started Ceph mon.a for 7c038258-1094-11f1-8a6e-d404e6e7d460. 2026-02-23T08:49:09.117 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout cluster: 2026-02-23T08:49:09.117 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout id: 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:09.117 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2026-02-23T08:49:09.117 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:09.117 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout services: 2026-02-23T08:49:09.117 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum a (age 0.128365s) [leader: a] 2026-02-23T08:49:09.117 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2026-02-23T08:49:09.117 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout data: 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout pgs: 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:mon is available 2026-02-23T08:49:09.118 INFO:teuthology.orchestra.run.trial043.stdout:Assimilating anything we can from ceph.conf... 2026-02-23T08:49:09.230 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:08 trial043 ceph-mon[39562]: mkfs 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:09.230 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:08 trial043 ceph-mon[39562]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout fsid = 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.43:3300,v1:10.20.193.43:6789] 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mgr/cephadm/use_agent = False 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T08:49:09.266 INFO:teuthology.orchestra.run.trial043.stdout:Generating new minimal ceph.conf... 2026-02-23T08:49:09.421 INFO:teuthology.orchestra.run.trial043.stdout:Restarting the monitor... 2026-02-23T08:49:09.495 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 systemd[1]: Stopping Ceph mon.a for 7c038258-1094-11f1-8a6e-d404e6e7d460... 2026-02-23T08:49:09.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-a[39558]: 2026-02-23T08:49:09.490+0000 7f5f49040640 -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-23T08:49:09.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-a[39558]: 2026-02-23T08:49:09.490+0000 7f5f49040640 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2026-02-23T08:49:09.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 podman[39836]: 2026-02-23 08:49:09.603688718 +0000 UTC m=+0.124385645 container died 5c2d57e8d62c06773e662d86bf643fba2fc8ab4bd869a8b92b1e13077b931e56 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-a, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, OSD_FLAVOR=default, 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/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da) 2026-02-23T08:49:09.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 podman[39836]: 2026-02-23 08:49:09.611722335 +0000 UTC m=+0.132419272 container remove 5c2d57e8d62c06773e662d86bf643fba2fc8ab4bd869a8b92b1e13077b931e56 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-a, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T08:49:09.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 bash[39836]: ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-a 2026-02-23T08:49:09.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 systemd[1]: ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.a.service: Deactivated successfully. 2026-02-23T08:49:09.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 systemd[1]: Stopped Ceph mon.a for 7c038258-1094-11f1-8a6e-d404e6e7d460. 2026-02-23T08:49:09.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 systemd[1]: Starting Ceph mon.a for 7c038258-1094-11f1-8a6e-d404e6e7d460... 2026-02-23T08:49:09.799 INFO:teuthology.orchestra.run.trial043.stdout:Setting public_network to 10.20.192.0/20 in global config section 2026-02-23T08:49:09.958 INFO:teuthology.orchestra.run.trial043.stdout:Wrote config to /etc/ceph/ceph.conf 2026-02-23T08:49:09.958 INFO:teuthology.orchestra.run.trial043.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:09.958 INFO:teuthology.orchestra.run.trial043.stdout:Creating mgr... 2026-02-23T08:49:09.959 INFO:teuthology.orchestra.run.trial043.stdout:Verifying port 0.0.0.0:9283 ... 2026-02-23T08:49:09.959 INFO:teuthology.orchestra.run.trial043.stdout:Verifying port 0.0.0.0:8765 ... 2026-02-23T08:49:10.096 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.a 2026-02-23T08:49:10.096 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Failed to reset failed state of unit ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.a.service: Unit ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.a.service not loaded. 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 podman[39968]: 2026-02-23 08:49:09.763736277 +0000 UTC m=+0.014993822 container create dd9cc60c67ffb61ef4f1f095e8a77326167c5236e3df34ed5053537c40c0ad05 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, OSD_FLAVOR=default, org.label-schema.license=GPLv2) 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 podman[39968]: 2026-02-23 08:49:09.79039891 +0000 UTC m=+0.041656475 container init dd9cc60c67ffb61ef4f1f095e8a77326167c5236e3df34ed5053537c40c0ad05 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-a, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, 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/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216) 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 podman[39968]: 2026-02-23 08:49:09.792943807 +0000 UTC m=+0.044201362 container start dd9cc60c67ffb61ef4f1f095e8a77326167c5236e3df34ed5053537c40c0ad05 (image=quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-a, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.schema-version=1.0, org.label-schema.build-date=20260216, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 bash[39968]: dd9cc60c67ffb61ef4f1f095e8a77326167c5236e3df34ed5053537c40c0ad05 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 podman[39968]: 2026-02-23 08:49:09.757491618 +0000 UTC m=+0.008749173 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 systemd[1]: Started Ceph mon.a for 7c038258-1094-11f1-8a6e-d404e6e7d460. 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: pidfile_write: ignore empty --pid-file 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: load: jerasure load: lrc 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: RocksDB version: 7.9.2 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Git sha 0 2026-02-23T08:49:10.102 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Compile date 2026-02-22 03:19:16 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: DB SUMMARY 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: DB Session ID: 3YDA5X71IBCF2BSLLOS2 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: CURRENT file: CURRENT 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000008.sst 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000009.log size: 76545 ; 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.error_if_exists: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.create_if_missing: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.paranoid_checks: 1 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.env: 0xed5c80 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.info_log: 0x26d2ec0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.statistics: (nil) 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.use_fsync: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_log_file_size: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.allow_fallocate: 1 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.use_direct_reads: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T08:49:10.103 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.db_log_dir: 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.wal_dir: 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.write_buffer_manager: 0x26ce140 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.unordered_write: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.row_cache: None 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.wal_filter: None 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.two_write_queues: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.wal_compression: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.atomic_flush: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T08:49:10.104 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.log_readahead_size: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_background_jobs: 2 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_background_compactions: -1 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_subcompactions: 1 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_open_files: -1 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_background_flushes: -1 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Compression algorithms supported: 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: kZSTD supported: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: kXpressCompression supported: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: kBZip2Compression supported: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: kLZ4Compression supported: 1 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: kZlibCompression supported: 1 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: kSnappyCompression supported: 1 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T08:49:10.105 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000010 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.merge_operator: 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_filter: None 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x26d3600) 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: cache_index_and_filter_blocks: 1 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: pin_top_level_index_and_filter: 1 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: index_type: 0 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: data_block_index_type: 0 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: index_shortening: 1 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: checksum: 4 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: no_block_cache: 0 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: block_cache: 0x26a1a50 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: block_cache_name: BinnedLRUCache 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: block_cache_options: 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: capacity : 536870912 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: num_shard_bits : 4 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: strict_capacity_limit : 0 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: high_pri_pool_ratio: 0.000 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: block_cache_compressed: (nil) 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: persistent_cache: (nil) 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: block_size: 4096 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: block_size_deviation: 10 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: block_restart_interval: 16 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: index_block_restart_interval: 1 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: metadata_block_size: 4096 2026-02-23T08:49:10.106 INFO:journalctl@ceph.mon.a.trial043.stdout: partition_filters: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: use_delta_encoding: 1 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: filter_policy: bloomfilter 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: whole_key_filtering: 1 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: verify_compression: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: read_amp_bytes_per_bit: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: format_version: 5 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: enable_index_compression: 1 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: block_align: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: max_auto_readahead_size: 262144 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: prepopulate_block_cache: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: initial_auto_readahead_size: 8192 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression: NoCompression 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.num_levels: 7 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T08:49:10.107 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T08:49:10.108 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.inplace_update_support: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.bloom_locality: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.max_successive_merges: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.ttl: 2592000 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T08:49:10.109 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.enable_blob_files: false 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.min_blob_size: 0 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: 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-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 9c42d649-ca74-457e-9458-84f433ef417e 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771836549808869, "job": 1, "event": "recovery_started", "wal_files": [9]} 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771836549809773, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 13, "file_size": 73637, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 8, "largest_seqno": 229, "table_properties": {"data_size": 71912, "index_size": 174, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 1, "index_value_is_delta_encoded": 1, "filter_size": 517, "raw_key_size": 9783, "raw_average_key_size": 48, "raw_value_size": 66326, "raw_average_value_size": 331, "num_data_blocks": 8, "num_entries": 200, "num_filter_entries": 200, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "bloomfilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[CompactOnDeletionCollector]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; max_dict_buffer_bytes=0; use_zstd_dict_trainer=1; ", "creation_time": 1771836549, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "9c42d649-ca74-457e-9458-84f433ef417e", "db_session_id": "3YDA5X71IBCF2BSLLOS2", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771836549809822, "job": 1, "event": "recovery_finished"} 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: 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-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x26eee00 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: DB pointer 0x34e0000 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout: ** DB Stats ** 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.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-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:49:10.110 INFO:journalctl@ceph.mon.a.trial043.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.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-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: ** Compaction Stats [default] ** 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.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-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: L0 2/0 73.78 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Sum 2/0 73.78 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 111.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.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 111.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: ** Compaction Stats [default] ** 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.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-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.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 111.1 0.00 0.00 1 0.001 0 0 0.0 0.0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Cumulative compaction: 0.00 GB write, 24.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Interval compaction: 0.00 GB write, 24.44 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.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-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Block cache BinnedLRUCache@0x26a1a50#2 capacity: 512.00 MB usage: 1.06 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1.3e-05 secs_since: 0 2026-02-23T08:49:10.111 INFO:journalctl@ceph.mon.a.trial043.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.70 KB,0.00013411%) IndexBlock(2,0.36 KB,6.85453e-05%) Misc(1,0.00 KB,0%) 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: starting mon.a rank 0 at public addrs [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] at bind addrs [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a@-1(???) e1 preinit fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a@-1(???).mds e1 new map 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a@-1(???).mds e1 print_map 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout: e1 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout: btime 2026-02-23T08:49:08:966073+0000 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.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-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout: legacy client fscid: -1 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout: 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout: No filesystems configured 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: monmap epoch 1 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: last_changed 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: min_mon_release 20 (tentacle) 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: election_strategy: 1 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: fsmap 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: osdmap e1: 0 total, 0 up, 0 in 2026-02-23T08:49:10.112 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:09 trial043 ceph-mon[39996]: mgrmap e1: no daemons active 2026-02-23T08:49:10.215 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460.target.wants/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.a.service → /etc/systemd/system/ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@.service. 2026-02-23T08:49:10.353 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:10 trial043 podman[40245]: 2026-02-23 08:49:10.311942502 +0000 UTC m=+0.009460579 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da 2026-02-23T08:49:10.364 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T08:49:10.364 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout disabled 2026-02-23T08:49:10.370 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T08:49:10.370 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-23T08:49:10.370 INFO:teuthology.orchestra.run.trial043.stdout:firewalld.service is not enabled 2026-02-23T08:49:10.370 INFO:teuthology.orchestra.run.trial043.stdout:Not possible to enable service . firewalld.service is not available 2026-02-23T08:49:10.377 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T08:49:10.378 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout disabled 2026-02-23T08:49:10.384 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T08:49:10.384 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-23T08:49:10.384 INFO:teuthology.orchestra.run.trial043.stdout:firewalld.service is not enabled 2026-02-23T08:49:10.385 INFO:teuthology.orchestra.run.trial043.stdout:Not possible to open ports <[9283, 8765]>. firewalld.service is not available 2026-02-23T08:49:10.385 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mgr to start... 2026-02-23T08:49:10.385 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mgr... 2026-02-23T08:49:10.550 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:10.550 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsid": "7c038258-1094-11f1-8a6e-d404e6e7d460", 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 0 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:10.551 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_age": 0, 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T08:49:10.552 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T08:49:10.553 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T08:49:08:966073+0000", 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T08:49:10.554 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T08:49:08.966530+0000", 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:49:10.555 INFO:teuthology.orchestra.run.trial043.stdout:mgr not available, waiting (1/15)... 2026-02-23T08:49:10.747 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:10 trial043 systemd[1]: Started Ceph mgr.a for 7c038258-1094-11f1-8a6e-d404e6e7d460. 2026-02-23T08:49:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:10 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/2107307264' entity='client.admin' 2026-02-23T08:49:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:10 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3602483824' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:49:11.746 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:11 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: /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-23T08:49:11.747 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:11 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: 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-23T08:49:11.747 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:11 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: from numpy import show_config as show_numpy_config 2026-02-23T08:49:12.715 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:12.715 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:49:12.715 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsid": "7c038258-1094-11f1-8a6e-d404e6e7d460", 2026-02-23T08:49:12.715 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 0 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:12.716 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T08:49:12.717 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T08:49:12.718 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T08:49:08:966073+0000", 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": false, 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T08:49:12.719 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T08:49:08.966530+0000", 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:49:12.720 INFO:teuthology.orchestra.run.trial043.stdout:mgr not available, waiting (2/15)... 2026-02-23T08:49:12.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:12 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1476407484' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:49:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: Activating manager daemon a 2026-02-23T08:49:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: mgrmap e2: a(active, starting, since 0.00282549s) 2026-02-23T08:49:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:49:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:49:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:49:13.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:13.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:49:13.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: Manager daemon a is now available 2026-02-23T08:49:13.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:49:13.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:49:13.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' 2026-02-23T08:49:13.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' 2026-02-23T08:49:13.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:13 trial043 ceph-mon[39996]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsid": "7c038258-1094-11f1-8a6e-d404e6e7d460", 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "health": { 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "checks": {}, 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mutes": [] 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2026-02-23T08:49:14.987 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum": [ 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 0 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "a" 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "monmap": { 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "tentacle", 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_mons": 1 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osdmap": { 2026-02-23T08:49:14.988 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgmap": { 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2026-02-23T08:49:14.989 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "fsmap": { 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "btime": "2026-02-23T08:49:08:966073+0000", 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "by_rank": [], 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "up:standby": 0 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap": { 2026-02-23T08:49:14.990 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modules": [ 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "iostat", 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "nfs" 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ], 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "servicemap": { 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 1, 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "modified": "2026-02-23T08:49:08.966530+0000", 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "services": {} 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout }, 2026-02-23T08:49:14.991 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "progress_events": {} 2026-02-23T08:49:14.992 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:49:14.992 INFO:teuthology.orchestra.run.trial043.stdout:mgr is available 2026-02-23T08:49:15.210 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:15.210 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [global] 2026-02-23T08:49:15.210 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout fsid = 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:15.210 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_cluster_log_file_level = debug 2026-02-23T08:49:15.210 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_host = [v2:10.20.193.43:3300,v1:10.20.193.43:6789] 2026-02-23T08:49:15.210 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2026-02-23T08:49:15.210 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [mgr] 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout [osd] 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2026-02-23T08:49:15.211 INFO:teuthology.orchestra.run.trial043.stdout:Enabling cephadm module... 2026-02-23T08:49:15.257 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:15 trial043 ceph-mon[39996]: mgrmap e3: a(active, since 1.00521s) 2026-02-23T08:49:15.257 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:15 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/2306738648' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:49:16.463 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:16 trial043 ceph-mon[39996]: mgrmap e4: a(active, since 2s) 2026-02-23T08:49:16.463 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:16 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/832135372' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T08:49:16.463 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:16 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/832135372' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-23T08:49:16.463 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:16 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1013581654' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T08:49:16.464 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:16 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: ignoring --setuser ceph since I am not root 2026-02-23T08:49:16.464 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:16 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: ignoring --setgroup ceph since I am not root 2026-02-23T08:49:16.484 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:49:16.484 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 5, 2026-02-23T08:49:16.484 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T08:49:16.484 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-23T08:49:16.484 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T08:49:16.484 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:49:16.484 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for the mgr to restart... 2026-02-23T08:49:16.484 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mgr epoch 5... 2026-02-23T08:49:17.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:17 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1013581654' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T08:49:17.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:17 trial043 ceph-mon[39996]: mgrmap e5: a(active, since 3s) 2026-02-23T08:49:17.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:17 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/2749144196' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T08:49:17.497 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:17 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: /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-23T08:49:17.498 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:17 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: 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-23T08:49:17.498 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:17 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: from numpy import show_config as show_numpy_config 2026-02-23T08:49:19.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: Active manager daemon a restarted 2026-02-23T08:49:19.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: Activating manager daemon a 2026-02-23T08:49:19.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: osdmap e2: 0 total, 0 up, 0 in 2026-02-23T08:49:19.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: mgrmap e6: a(active, starting, since 0.0024397s) 2026-02-23T08:49:19.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:19.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:49:19.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:49:19.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:49:19.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:49:19.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:19 trial043 ceph-mon[39996]: Manager daemon a is now available 2026-02-23T08:49:19.979 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:49:19.979 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2026-02-23T08:49:19.979 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T08:49:19.979 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:49:19.979 INFO:teuthology.orchestra.run.trial043.stdout:mgr epoch 5 is available 2026-02-23T08:49:19.979 INFO:teuthology.orchestra.run.trial043.stdout:Verifying orchestrator module is enabled... 2026-02-23T08:49:20.977 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stderr module 'orchestrator' is already enabled (always-on) 2026-02-23T08:49:20.978 INFO:teuthology.orchestra.run.trial043.stdout:Setting orchestrator backend to cephadm... 2026-02-23T08:49:21.191 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:21.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:21.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: Found migration_current of "None". Setting to last migration. 2026-02-23T08:49:21.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:21.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:21.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:21.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:21.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:21.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: mgrmap e7: a(active, since 1.00336s) 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/873341917' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:21.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:20 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:21.420 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout value unchanged 2026-02-23T08:49:21.420 INFO:teuthology.orchestra.run.trial043.stdout:Generating ssh key... 2026-02-23T08:49:21.701 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: Generating public/private ed25519 key pair. 2026-02-23T08:49:21.701 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: Your identification has been saved in /tmp/tmphd95l8zk/key 2026-02-23T08:49:21.701 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: Your public key has been saved in /tmp/tmphd95l8zk/key.pub 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: The key fingerprint is: 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: SHA256:mOv15CMcIh1FVcirS5Wa73Ys5GristoLkvy5JP5NisU ceph-7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: The key's randomart image is: 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: +--[ED25519 256]--+ 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: | ..o.o. | 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: | . o | 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: | . o | 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: | .o + | 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: | .o.S= | 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: |... . o.* . | 2026-02-23T08:49:21.702 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: |oo.E o.+.*.. | 2026-02-23T08:49:21.703 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: |..*o*...=+* o | 2026-02-23T08:49:21.703 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: | ooB=*oo.=++ | 2026-02-23T08:49:21.703 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: +----[SHA256]-----+ 2026-02-23T08:49:21.882 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBcRFnkQBXwR/o57LLEDhg5ARMZIa75rZalefV2aCpy ceph-7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:21.882 INFO:teuthology.orchestra.run.trial043.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2026-02-23T08:49:21.882 INFO:teuthology.orchestra.run.trial043.stdout:Adding key to root@localhost authorized_keys... 2026-02-23T08:49:21.883 INFO:teuthology.orchestra.run.trial043.stdout:Adding host trial043... 2026-02-23T08:49:22.210 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:20] ENGINE Bus STARTING 2026-02-23T08:49:22.210 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:20] ENGINE Serving on https://10.20.193.43:7150 2026-02-23T08:49:22.210 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:20] ENGINE Client ('10.20.193.43', 46738) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T08:49:22.210 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:20] ENGINE Serving on http://10.20.193.43:8765 2026-02-23T08:49:22.210 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:20] ENGINE Bus STARTED 2026-02-23T08:49:22.211 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/873341917' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T08:49:22.211 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: mgrmap e8: a(active, since 2s) 2026-02-23T08:49:22.211 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:22.211 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:22.211 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:22.211 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:22.211 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:21 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:23.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:22 trial043 ceph-mon[39996]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:23.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:22 trial043 ceph-mon[39996]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:23.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:22 trial043 ceph-mon[39996]: Generating ssh key... 2026-02-23T08:49:23.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:22 trial043 ceph-mon[39996]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:23.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:22 trial043 ceph-mon[39996]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial043", "addr": "10.20.193.43", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:23.664 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout Added host 'trial043' with addr '10.20.193.43' 2026-02-23T08:49:23.664 INFO:teuthology.orchestra.run.trial043.stdout:Deploying unmanaged mon service... 2026-02-23T08:49:23.916 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2026-02-23T08:49:23.917 INFO:teuthology.orchestra.run.trial043.stdout:Deploying unmanaged mgr service... 2026-02-23T08:49:24.155 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:23 trial043 ceph-mon[39996]: Deploying cephadm binary to trial043 2026-02-23T08:49:24.155 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:23 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:24.155 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:23 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:24.155 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:23 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:24.157 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2026-02-23T08:49:24.644 INFO:teuthology.orchestra.run.trial043.stdout:Enabling the dashboard module... 2026-02-23T08:49:25.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: Added host trial043 2026-02-23T08:49:25.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:25.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: Saving service mon spec with placement count:5 2026-02-23T08:49:25.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: Saving service mgr spec with placement count:2 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1102265174' entity='client.admin' 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/92223626' entity='client.admin' 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3446538989' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T08:49:25.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-mon[39996]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:25.942 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: ignoring --setuser ceph since I am not root 2026-02-23T08:49:25.943 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:25 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: ignoring --setgroup ceph since I am not root 2026-02-23T08:49:25.965 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:49:25.966 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "epoch": 9, 2026-02-23T08:49:25.966 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "available": true, 2026-02-23T08:49:25.966 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "active_name": "a", 2026-02-23T08:49:25.966 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "num_standby": 0 2026-02-23T08:49:25.966 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:49:25.966 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for the mgr to restart... 2026-02-23T08:49:25.966 INFO:teuthology.orchestra.run.trial043.stdout:Waiting for mgr epoch 9... 2026-02-23T08:49:26.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:26 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3446538989' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T08:49:26.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:26 trial043 ceph-mon[39996]: mgrmap e9: a(active, since 6s) 2026-02-23T08:49:26.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:26 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1960050778' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T08:49:26.997 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:26 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: /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-23T08:49:26.997 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:26 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: 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-23T08:49:26.997 INFO:journalctl@ceph.mgr.a.trial043.stdout:Feb 23 08:49:26 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-a[40268]: from numpy import show_config as show_numpy_config 2026-02-23T08:49:28.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: Active manager daemon a restarted 2026-02-23T08:49:28.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: Activating manager daemon a 2026-02-23T08:49:28.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: osdmap e3: 0 total, 0 up, 0 in 2026-02-23T08:49:28.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: mgrmap e10: a(active, starting, since 0.00275005s) 2026-02-23T08:49:28.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:28.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:49:28.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:49:28.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:49:28.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:49:28.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:28 trial043 ceph-mon[39996]: Manager daemon a is now available 2026-02-23T08:49:29.485 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout { 2026-02-23T08:49:29.486 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2026-02-23T08:49:29.486 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout "initialized": true 2026-02-23T08:49:29.486 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout } 2026-02-23T08:49:29.486 INFO:teuthology.orchestra.run.trial043.stdout:mgr epoch 9 is available 2026-02-23T08:49:29.486 INFO:teuthology.orchestra.run.trial043.stdout:Using certmgr to generate dashboard self-signed certificate... 2026-02-23T08:49:29.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:29 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:29.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:29 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:49:29.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:29 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:49:29.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:29 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:29.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:29 trial043 ceph-mon[39996]: mgrmap e11: a(active, since 1.00456s) 2026-02-23T08:49:30.346 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout {"cert": "-----BEGIN CERTIFICATE-----\nMIIFHzCCAwegAwIBAgIUBamMC82t16BiwSrJZJiSbLbsRyUwDQYJKoZIhvcNAQEL\nBQAwPDE6MDgGA1UEAwwxY2VwaGFkbS1yb290LTdjMDM4MjU4LTEwOTQtMTFmMS04\nYTZlLWQ0MDRlNmU3ZDQ2MDAeFw0yNjAyMjMwODQ5MzBaFw0yOTAyMjIwODQ5MzBa\nMBcxFTATBgNVBAMMDDEwLjIwLjE5My40MzCCAiIwDQYJKoZIhvcNAQEBBQADggIP\nADCCAgoCggIBANUKW4X79NVmOLxa2F6tne5dVUW0GpjiGRVjbtFty6NdwsR2Ao41\nDkHMexikSXq/udkq0tNmK6nJYI+mB5A4wgHg35rKHeRBlh8TAR7ZHlJ6TEiwyooH\nrrnUVoeVx3Rfd5z7AJgPwYXalTv8jYEN0LIb5HwHuax/PMElISNiXMvCaQBuO8Pp\n8zPlTgA98SZTA61K0Gy9OgqIhXL3iAEEGxbNc6IHFFtvfAwlJUW/3pUDKj0JHOI7\nSJJvKExR5yVDfE35pCloEMn0UeN4hoono2kEQC/6siDIfAgGRo5wWa7rLGXkfYZy\ny76UK2PGx1GMwDdrIw/WtPeQHrFF6yDHdtif0sG2DAtCMlXhxHCS2LvH0QYtbovU\nQwuWZOw0naWw38TMv3NVFcB91H84w2ex9DcWFBBsK1hytD9HIDXrOs4BFk5oMoc8\nwivhhFt5ReOPspOf9bMBXth+ZYymrYC1Ar+PsMJTwxMZ2Balyxi8/5G9O70X8XBF\nuMfewGgL81VSjXxMjamJg1/UWoq4j2lVAR+hEUCXceVCYiGM97LQaYvGnkAXmXKQ\noJH08y9aaKd2N8sXNiEds4UNDX4YVt0fsFeEn77QRRJ45EDQEw6E57EGUDSWUHpJ\nn2wWtgviObs25jQEp6SrzpQ/8x0qI9Y8OpW3HzCO3Co+E99iOY7U/uw3AgMBAAGj\nPjA8MCwGA1UdEQQlMCOCCHRyaWFsMDQzghFkYXNoYm9hcmRfc2VydmVyc4cEChTB\nKzAMBgNVHRMBAf8EAjAAMA0GCSqGSIb3DQEBCwUAA4ICAQAqw0Mq9Uw1/czkWZ4E\nLJOptEayp803ONN0p+K5zwfTTi/JOz0qnWBd8aty8zYCqIwmGloxLxGDzYlpg5qt\nSeEOIb4j1q6juIQWvQFGNdHPvO+CsCp/9jeLQ3+D3xTkZ7r5nEjkskSD8VPBz9qd\nglzFfIoocpmp9edZRaMnQLhApA+WinQDvJa2E0FnlF0+rotYzkFuabRkdizuEqU0\n5snSJ9e1yeD0eeV4vqObjfm70vz8lQt2y4oSOIbMqZ1zI5exo5xRqvkX/MDQ5ItE\n98ItlB7nvNQrsYSyH7IdeZk5QuKpYzReWN43ZEK/UCcnlInHRvQRM4tS5h7JijEb\nZHEGrK48bw7joLKDC7n5jV/X1wgyJh1PSxyclyNuplf76ccuPkNE0P4q7CHMD4Nn\nSdXXMri5dN6kw3KGUqR/TUftjxW8DQMsERWtsDWz2jgEE++dSZr+yNkBCuLUNB3y\n1Aur/u9xpugIq6cgCcUyjuVGHA58MvCupIeFvtx2Pqi0DmI5xeb1l7EfdcUr9BZu\nvo4g5w2xseWQpAi3wlt6VEc6Jcj05eUo5XIN0zaBnk5SH7z8Ppm+ThI5z8Y6vIbP\n88D77wbTknCsTUnhmNQvsVtpyUTM9uc7TmuYTdFGJ7b0Z4178LGZUoZlTgZp4Aof\nuYOr6kLMktHcdJBZ4rFBFKAQww==\n-----END CERTIFICATE-----\n", "key": "-----BEGIN RSA PRIVATE KEY-----\nMIIJJwIBAAKCAgEA1Qpbhfv01WY4vFrYXq2d7l1VRbQamOIZFWNu0W3Lo13CxHYC\njjUOQcx7GKRJer+52SrS02Yrqclgj6YHkDjCAeDfmsod5EGWHxMBHtkeUnpMSLDK\nigeuudRWh5XHdF93nPsAmA/BhdqVO/yNgQ3QshvkfAe5rH88wSUhI2Jcy8JpAG47\nw+nzM+VOAD3xJlMDrUrQbL06CoiFcveIAQQbFs1zogcUW298DCUlRb/elQMqPQkc\n4jtIkm8oTFHnJUN8TfmkKWgQyfRR43iGiiejaQRAL/qyIMh8CAZGjnBZrussZeR9\nhnLLvpQrY8bHUYzAN2sjD9a095AesUXrIMd22J/SwbYMC0IyVeHEcJLYu8fRBi1u\ni9RDC5Zk7DSdpbDfxMy/c1UVwH3UfzjDZ7H0NxYUEGwrWHK0P0cgNes6zgEWTmgy\nhzzCK+GEW3lF44+yk5/1swFe2H5ljKatgLUCv4+wwlPDExnYFqXLGLz/kb07vRfx\ncEW4x97AaAvzVVKNfEyNqYmDX9RairiPaVUBH6ERQJdx5UJiIYz3stBpi8aeQBeZ\ncpCgkfTzL1pop3Y3yxc2IR2zhQ0NfhhW3R+wV4SfvtBFEnjkQNATDoTnsQZQNJZQ\nekmfbBa2C+I5uzbmNASnpKvOlD/zHSoj1jw6lbcfMI7cKj4T32I5jtT+7DcCAwEA\nAQKCAgAlIEn03oS7T7YhdP9x+HWmXZOHsyxTakuOw6ZDTwwG60cO77XgTHSwmM72\n62J2xsS/iMv21T5Ut2hhgECfLJT6uNKe6gwthBSCU9CFLLcxDmkO3eheB5q2fb+a\nn0qECEMTE1b2KQDDr+UD8C5EyECPWXcG+l2sJvxSeIL+5JxhUf70eUFnEfU1HQfr\n2N+Wmy7v2zLZUFy2CzaeY27LJokF/0XgfbVZfeMzRqHpNte2RjftLRJgho5OHpr6\nOee7Qbh+6jtmj+ElILPInW9s0h2TJo99DQZP2kBrMZTIK+IlLoytMRWDAaxqCO5K\n1BBWMN4qijww/WzKG86NfC7OppQaOLw4hi1VSv8L9jsHovGRRHsFb9NG6SvDiLCG\n+7RU43KAlOghun+dXzRcEZzN+z5kp5XmvY9gUScYy/GWii3vpg4y+w6gVjiUPX5W\n+Pbu+DfETt9GKUms3msrwND6wnEH3qg4cdKgco3NzjZlGYXI2dctlUadauNa/qxP\nk2Lb8tdS0HgG3UgJpQ37zjhwhVdxfbszhZ5+UA0v2JDPYpOTTWCdqcnFPlWOkT10\nsYRxOv7bDowm+7k1KmicEB9NQFcQYlQqFexje4LA9MtN2pZdjuZIll/FAnLASSLj\n0oAV9uRnCUlE3kf7JPLtGWRglx726T9TEaoxroEL2YzuMhxpSQKCAQEA9Jiiw9Xm\n/CGnWIlfjWHl4oIySzO6s7dPJi3V2vOC3NnYYmVQkP4wSYW+ZPf0lm9EZ/HsSDzd\nW1Tt0yI2U8MIz/aDSoyNeyrUgYPWk2RKOmdYiQ/BA/UyL2NtnTq5HoFWWmAB4ECR\nfFGzLjhKx7sCxUOud8LLSTdRcVd53aE/qHZcc8+yfX8FUMFV/n8dILWazqB46L+r\n41+DEBr9njwoMzJPMd/eIv3ZgsdbWRKHJv6mrvBIMppFS8IeLf6/20rJ6/n0eg+i\n4i3kQer5fWz4cFY6BFMOxF0nhoxTefVr61U5+3uHcuZ3DeBR3PBF+JJfpfVFFPU8\nhlRAMntkw3jbJQKCAQEA3vkW72PydeQOBGDLLWFm9qxG64+NCw6q943/PD/PItjv\nrchKYZ2sm6VnJWj3x6gvt2DUBPOd2Emk5xV0tue8fsAPDKqshJ/qdaoIPf8COzV6\nBBn95ulu5aKbkvguDyWdfJe3A3qQvcY3zXZxV34FkvHQ+YX6x3RxND7DMjBMRhG1\nLdUW9XKL782jLr/3+WO7CiX52dJvjtrQB7UaE5q1exS5UmehYbckgzS6c/DFm/KD\nCKV6x111vRXh3DyxTYjuD50EUm6yXWRsv7t9dmIVd5Aluf4PuhLYDizhu0VlzNjR\nYdxtB3w+hy5XRnGhcf+g3np+ftPSyCmL5XcGeQWZKwKCAQAMBm0KH7wJbUYi7i4K\nb2Oz7R6338UwDLURdXNsHkiyvusKe1yopDaPhsnDgQU/WB0O1y/8pTFkyhofJTFy\nkMYgI0h1I8/Y3FQyQd8MxAN6N5Z8to+QuD9NYSAEeNydCVLLgqjU85ezevjKLu5O\nP311YUx0itkfsl6IqfpN0R2mFJua/f0SemoyfC7UIj+2WfdQbUdEehfjR9DTu9/4\nJZD8Y17NXuo24jANY+uzx1tpqV9cfmeuRTNe9B4zuLCKAXVH6rQARECHyiXMr9aw\nOelE7JhRmhvBv6qvzLpV5qD1ou0E1h/koDv+LKcZq55lCB03tYU98IiXOhEl6jcb\n/RcZAoIBAFLTBAn4fl/8Tpihu9cnjy+h3tYxhJrO4AME5AJlUXQIUT+kXrzT7QID\n9sSWsTOg7diYRylvtPpaoL6V4bzvZ71NakmyPFMnc9gxSM5+oz2LJ7/OR9o2a9Mx\nC8kUF0fZGR7m3DyWkp1ru96+WGu/jCKBYLbPZdAhGMvnZGqINkzw1vQna1fRLNnu\n8Oa0uFATE685XA3ldTsDXLMAOqd9mFwX3p8Vj4TUmuOB+qCGl2DOPI5BqdHUjZ+n\nOTat9M5wRr3V/X0BUZAPdbXi1z/aP08iZGEqVn0v8sGROmht5tqoz14imv1k0XU1\naYXpP6cw5Xi+164U0P85L5YVGHpr8fECggEAWwAkgBTMQ3Y+Ak7yNqSEarqaZFnS\nsPBdIlSVEWZufOc3HfRO5CRzUKpGesNa8VpJPuCQs8ZzMlCzdq9vZ2Il1UcqUUex\nhJnv3n1kGc5FgO3RnLHOCHFM/ZM6uRagWrmGdKYo0BR9rtEZG65WhDSaEti8mh8I\nAQmvoU5Qi5uWcsqyEMQKc/tg0iGBZUehCr2bH9lZ4pJqBJIacX5/aeoHR9xNL22S\n/ROuNS/0SHwubowxfRRW9GexoCKf6Ft5+s31KIUsVG62R9EK4+KoKKtDNeukRi0C\ng+MySdb9O1mrMLMJ1NLisQyYDjvtAlAnqecZuRDCf46pRh//kqa012w5/g==\n-----END RSA PRIVATE KEY-----\n"} 2026-02-23T08:49:30.582 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout SSL certificate updated 2026-02-23T08:49:30.812 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout SSL certificate key updated 2026-02-23T08:49:30.812 INFO:teuthology.orchestra.run.trial043.stdout:Creating initial admin user... 2026-02-23T08:49:30.834 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:28] ENGINE Bus STARTING 2026-02-23T08:49:30.834 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:28] ENGINE Serving on http://10.20.193.43:8765 2026-02-23T08:49:30.835 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:29] ENGINE Serving on https://10.20.193.43:7150 2026-02-23T08:49:30.835 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:29] ENGINE Bus STARTED 2026-02-23T08:49:30.835 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: [23/Feb/2026:08:49:29] ENGINE Client ('10.20.193.43', 46980) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T08:49:30.835 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T08:49:30.835 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T08:49:30.835 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:30.835 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:30.835 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:30 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:31.239 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$ErBSjhUXdc6knh4qYzB8Y.OmWWWHSmo4n0DE098moJXCOoj2AVuyO", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1771836571, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2026-02-23T08:49:31.239 INFO:teuthology.orchestra.run.trial043.stdout:Fetching dashboard port number... 2026-02-23T08:49:31.463 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stdout 8443 2026-02-23T08:49:31.472 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2026-02-23T08:49:31.472 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout disabled 2026-02-23T08:49:31.478 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2026-02-23T08:49:31.478 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-23T08:49:31.478 INFO:teuthology.orchestra.run.trial043.stdout:firewalld.service is not enabled 2026-02-23T08:49:31.478 INFO:teuthology.orchestra.run.trial043.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2026-02-23T08:49:31.479 INFO:teuthology.orchestra.run.trial043.stdout:Ceph Dashboard is now available at: 2026-02-23T08:49:31.479 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.479 INFO:teuthology.orchestra.run.trial043.stdout: URL: https://trial043:8443/ 2026-02-23T08:49:31.479 INFO:teuthology.orchestra.run.trial043.stdout: User: admin 2026-02-23T08:49:31.480 INFO:teuthology.orchestra.run.trial043.stdout: Password: b1bn30m5j4 2026-02-23T08:49:31.480 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.480 INFO:teuthology.orchestra.run.trial043.stdout:Saving cluster configuration to /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config directory 2026-02-23T08:49:31.756 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:31 trial043 ceph-mon[39996]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:31.756 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:31 trial043 ceph-mon[39996]: mgrmap e12: a(active, since 2s) 2026-02-23T08:49:31.756 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:31 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:31.756 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:31 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:31.756 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:31 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1502469431' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T08:49:31.761 INFO:teuthology.orchestra.run.trial043.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout:Or, if you are only running a single cluster on this host: 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout:Please consider enabling telemetry to help improve Ceph: 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.762 INFO:teuthology.orchestra.run.trial043.stdout: ceph telemetry on 2026-02-23T08:49:31.763 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.763 INFO:teuthology.orchestra.run.trial043.stdout:For more information see: 2026-02-23T08:49:31.763 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.763 INFO:teuthology.orchestra.run.trial043.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2026-02-23T08:49:31.763 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:31.763 INFO:teuthology.orchestra.run.trial043.stdout:Bootstrap complete. 2026-02-23T08:49:31.769 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout static 2026-02-23T08:49:31.774 INFO:teuthology.orchestra.run.trial043.stdout:Non-zero exit code 3 from systemctl is-active logrotate 2026-02-23T08:49:31.774 INFO:teuthology.orchestra.run.trial043.stdout:systemctl: stdout inactive 2026-02-23T08:49:31.775 INFO:teuthology.orchestra.run.trial043.stdout:Enabling the logrotate.timer service to perform daily log rotation. 2026-02-23T08:49:31.923 INFO:tasks.cephadm:Fetching config... 2026-02-23T08:49:31.923 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:49:31.924 DEBUG:teuthology.orchestra.run.trial043:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2026-02-23T08:49:31.939 INFO:tasks.cephadm:Fetching client.admin keyring... 2026-02-23T08:49:31.939 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:49:31.939 DEBUG:teuthology.orchestra.run.trial043:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2026-02-23T08:49:31.996 INFO:tasks.cephadm:Fetching mon keyring... 2026-02-23T08:49:31.996 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:49:31.996 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/keyring of=/dev/stdout 2026-02-23T08:49:32.061 INFO:tasks.cephadm:Fetching pub ssh key... 2026-02-23T08:49:32.061 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:49:32.061 DEBUG:teuthology.orchestra.run.trial043:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2026-02-23T08:49:32.119 INFO:tasks.cephadm:Installing pub ssh key for root users... 2026-02-23T08:49:32.120 DEBUG:teuthology.orchestra.run.trial043:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBcRFnkQBXwR/o57LLEDhg5ARMZIa75rZalefV2aCpy ceph-7c038258-1094-11f1-8a6e-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T08:49:32.193 INFO:teuthology.orchestra.run.trial043.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBcRFnkQBXwR/o57LLEDhg5ARMZIa75rZalefV2aCpy ceph-7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:32.204 DEBUG:teuthology.orchestra.run.trial122:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBcRFnkQBXwR/o57LLEDhg5ARMZIa75rZalefV2aCpy ceph-7c038258-1094-11f1-8a6e-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T08:49:32.238 INFO:teuthology.orchestra.run.trial122.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBcRFnkQBXwR/o57LLEDhg5ARMZIa75rZalefV2aCpy ceph-7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:32.248 DEBUG:teuthology.orchestra.run.trial138:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBcRFnkQBXwR/o57LLEDhg5ARMZIa75rZalefV2aCpy ceph-7c038258-1094-11f1-8a6e-d404e6e7d460' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2026-02-23T08:49:32.282 INFO:teuthology.orchestra.run.trial138.stdout:ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBcRFnkQBXwR/o57LLEDhg5ARMZIa75rZalefV2aCpy ceph-7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:32.292 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2026-02-23T08:49:32.406 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:32.679 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2026-02-23T08:49:32.679 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch client-keyring set client.admin '*' --mode 0755 2026-02-23T08:49:32.795 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:32.895 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:32 trial043 ceph-mon[39996]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:32.895 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:32 trial043 ceph-mon[39996]: 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-23T08:49:32.895 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:32 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3643333047' entity='client.admin' 2026-02-23T08:49:32.896 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:32 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3737719454' entity='client.admin' 2026-02-23T08:49:33.085 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial122 2026-02-23T08:49:33.085 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:49:33.085 DEBUG:teuthology.orchestra.run.trial122:> dd of=/etc/ceph/ceph.conf 2026-02-23T08:49:33.104 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:49:33.104 DEBUG:teuthology.orchestra.run.trial122:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:33.160 INFO:tasks.cephadm:Adding host trial122 to orchestrator... 2026-02-23T08:49:33.160 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch host add trial122 2026-02-23T08:49:33.277 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:34.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:34 trial043 ceph-mon[39996]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:34.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:34 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:34.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:34 trial043 ceph-mon[39996]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial122", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:34.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:34 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:34.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:34 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:34.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:34 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial043", "name": "osd_memory_target"} : dispatch 2026-02-23T08:49:34.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:34 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:34.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:34 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:35.169 INFO:teuthology.orchestra.run.trial043.stdout:Added host 'trial122' with addr '10.20.193.122' 2026-02-23T08:49:35.211 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T08:49:35.329 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:35.444 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: Updating trial043:/etc/ceph/ceph.conf 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: Updating trial043:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: Deploying cephadm binary to trial122 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: Updating trial043:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: Updating trial043:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: Certificate for "cephadm-signed_agent_cert (trial043)" is still valid for 1824 days. 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:35.445 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:35.446 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:35.446 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:35.446 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:35.446 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:35.541 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:35.541 INFO:teuthology.orchestra.run.trial043.stdout:[{"addr": "10.20.193.43", "hostname": "trial043", "labels": [], "status": ""}, {"addr": "10.20.193.122", "hostname": "trial122", "labels": [], "status": ""}] 2026-02-23T08:49:35.578 INFO:tasks.cephadm:Writing (initial) conf and keyring to trial138 2026-02-23T08:49:35.578 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:49:35.578 DEBUG:teuthology.orchestra.run.trial138:> dd of=/etc/ceph/ceph.conf 2026-02-23T08:49:35.597 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:49:35.597 DEBUG:teuthology.orchestra.run.trial138:> dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:35.655 INFO:tasks.cephadm:Adding host trial138 to orchestrator... 2026-02-23T08:49:35.655 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch host add trial138 2026-02-23T08:49:35.774 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:36.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:36 trial043 ceph-mon[39996]: Added host trial122 2026-02-23T08:49:36.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:36 trial043 ceph-mon[39996]: mgrmap e13: a(active, since 6s) 2026-02-23T08:49:36.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:36 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:36.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:36 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:36.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:36 trial043 ceph-mon[39996]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:49:37.520 INFO:teuthology.orchestra.run.trial043.stdout:Added host 'trial138' with addr '10.20.193.138' 2026-02-23T08:49:37.562 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch host ls --format=json 2026-02-23T08:49:37.680 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:37.702 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:37 trial043 ceph-mon[39996]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial138", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:37.702 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:37 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:37.702 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:37 trial043 ceph-mon[39996]: Deploying cephadm binary to trial138 2026-02-23T08:49:37.897 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:37.897 INFO:teuthology.orchestra.run.trial043.stdout:[{"addr": "10.20.193.43", "hostname": "trial043", "labels": [], "status": ""}, {"addr": "10.20.193.122", "hostname": "trial122", "labels": [], "status": ""}, {"addr": "10.20.193.138", "hostname": "trial138", "labels": [], "status": ""}] 2026-02-23T08:49:37.937 INFO:tasks.cephadm:Setting crush tunables to default 2026-02-23T08:49:37.937 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd crush tunables default 2026-02-23T08:49:38.053 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:38.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial122", "name": "osd_memory_target"} : dispatch 2026-02-23T08:49:38.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: Updating trial122:/etc/ceph/ceph.conf 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: Added host trial138 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: Updating trial122:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: Updating trial122:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:38.749 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:38 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1955401644' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-23T08:49:39.251 INFO:teuthology.orchestra.run.trial043.stderr:adjusted tunables profile to default 2026-02-23T08:49:39.294 INFO:tasks.cephadm:Adding mon.a on trial043 2026-02-23T08:49:39.294 INFO:tasks.cephadm:Adding mon.b on trial122 2026-02-23T08:49:39.294 INFO:tasks.cephadm:Adding mon.c on trial138 2026-02-23T08:49:39.295 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch apply mon '3;trial043:10.20.193.43=a;trial122:10.20.193.122=b;trial138:10.20.193.138=c' 2026-02-23T08:49:39.413 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-23T08:49:39.413 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-23T08:49:39.647 INFO:teuthology.orchestra.run.trial138.stdout:Scheduled mon update... 2026-02-23T08:49:39.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:39 trial043 ceph-mon[39996]: Updating trial122:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:49:39.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:39 trial043 ceph-mon[39996]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:49:39.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:39 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:39.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:39 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1955401644' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-23T08:49:39.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:39 trial043 ceph-mon[39996]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:49:40.057 DEBUG:teuthology.orchestra.run.trial122:mon.b> sudo journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.b.service 2026-02-23T08:49:40.059 DEBUG:teuthology.orchestra.run.trial138:mon.c> sudo journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.c.service 2026-02-23T08:49:40.061 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-23T08:49:40.061 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T08:49:40.271 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-23T08:49:40.271 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /etc/ceph/ceph.conf 2026-02-23T08:49:40.552 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:49:40.552 INFO:teuthology.orchestra.run.trial138.stdout:{"epoch":1,"fsid":"7c038258-1094-11f1-8a6e-d404e6e7d460","modified":"2026-02-23T08:49:08.018534Z","created":"2026-02-23T08:49:08.018534Z","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.43:3300","nonce":0},{"type":"v1","addr":"10.20.193.43:6789","nonce":0}]},"addr":"10.20.193.43:6789/0","public_addr":"10.20.193.43:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:49:08:018547+0000","crush_location":[]}],"quorum":[0]} 2026-02-23T08:49:40.553 INFO:teuthology.orchestra.run.trial138.stderr:dumped monmap epoch 1 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial043:10.20.193.43=a;trial122:10.20.193.122=b;trial138:10.20.193.138=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: Saving service mon spec with placement trial043:10.20.193.43=a;trial122:10.20.193.122=b;trial138:10.20.193.138=c;count:3 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial138", "name": "osd_memory_target"} : dispatch 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='client.? 10.20.193.138:0/520614822' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:40.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:40 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:41.592 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-23T08:49:41.592 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T08:49:41.712 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.c/config 2026-02-23T08:49:41.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:41 trial043 ceph-mon[39996]: Updating trial138:/etc/ceph/ceph.conf 2026-02-23T08:49:41.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:41 trial043 ceph-mon[39996]: Updating trial138:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:41.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:41 trial043 ceph-mon[39996]: Updating trial138:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:41.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:41 trial043 ceph-mon[39996]: Updating trial138:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:49:41.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:41 trial043 ceph-mon[39996]: Deploying daemon mon.c on trial138 2026-02-23T08:49:47.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:47.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:47.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: mon.a calling monitor election 2026-02-23T08:49:47.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: mon.c calling monitor election 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: monmap epoch 2 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: last_changed 2026-02-23T08:49:41.782513+0000 2026-02-23T08:49:47.248 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:47.249 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: min_mon_release 20 (tentacle) 2026-02-23T08:49:47.249 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: election_strategy: 1 2026-02-23T08:49:47.249 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a 2026-02-23T08:49:47.249 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-23T08:49:47.249 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: fsmap 2026-02-23T08:49:47.249 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:49:47.249 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: mgrmap e13: a(active, since 18s) 2026-02-23T08:49:47.250 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: overall HEALTH_OK 2026-02-23T08:49:47.250 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:47.250 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:47.250 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:47.250 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:47.250 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:46 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:47.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:46 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:47.961 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:49:47.961 INFO:teuthology.orchestra.run.trial138.stdout:{"epoch":2,"fsid":"7c038258-1094-11f1-8a6e-d404e6e7d460","modified":"2026-02-23T08:49:41.782513Z","created":"2026-02-23T08:49:08.018534Z","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.43:3300","nonce":0},{"type":"v1","addr":"10.20.193.43:6789","nonce":0}]},"addr":"10.20.193.43:6789/0","public_addr":"10.20.193.43:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:49:08:018547+0000","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,"time_added":"2026-02-23T08:49:41:782511+0000","crush_location":[]}],"quorum":[0,1]} 2026-02-23T08:49:47.962 INFO:teuthology.orchestra.run.trial138.stderr:dumped monmap epoch 2 2026-02-23T08:49:47.969 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 podman[43034]: 2026-02-23 08:49:47.930050075 +0000 UTC m=+0.009579467 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:49:48.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:47 trial043 ceph-mon[39996]: Deploying daemon mon.b on trial122 2026-02-23T08:49:48.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:47 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:47 trial138 ceph-mon[44055]: Deploying daemon mon.b on trial122 2026-02-23T08:49:48.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:47 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 systemd[1]: Started Ceph mon.b for 7c038258-1094-11f1-8a6e-d404e6e7d460. 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: set uid:gid to 167:167 (ceph:ceph) 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: ceph version 20.3.0-5433-g5adce3ff (5adce3ff0fe1645dcbc38d059f948571dc3d69da) tentacle (dev - RelWithDebInfo), process ceph-mon, pid 2 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: pidfile_write: ignore empty --pid-file 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: load: jerasure load: lrc 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: RocksDB version: 7.9.2 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Git sha 0 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Compile date 2026-02-22 03:19:16 2026-02-23T08:49:48.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: DB SUMMARY 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: DB Session ID: ZOHGEAEMDSNDLWNX88FI 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: CURRENT file: CURRENT 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: IDENTITY file: IDENTITY 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 0, files: 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000004.log size: 652 ; 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.error_if_exists: 0 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.create_if_missing: 0 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.paranoid_checks: 1 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.flush_verify_memtable_count: 1 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2026-02-23T08:49:48.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.env: 0xed5c80 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.fs: PosixFileSystem 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.info_log: 0x1b6cec0 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_file_opening_threads: 16 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.statistics: (nil) 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.use_fsync: 0 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_log_file_size: 0 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_manifest_file_size: 1073741824 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.log_file_time_to_roll: 0 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.keep_log_file_num: 1000 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.recycle_log_file_num: 0 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.allow_fallocate: 1 2026-02-23T08:49:48.395 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.allow_mmap_reads: 0 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.allow_mmap_writes: 0 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.use_direct_reads: 0 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.create_missing_column_families: 0 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.db_log_dir: 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.wal_dir: 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.table_cache_numshardbits: 6 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.WAL_ttl_seconds: 0 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.WAL_size_limit_MB: 0 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.manifest_preallocation_size: 4194304 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.is_fd_close_on_exec: 1 2026-02-23T08:49:48.396 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.advise_random_on_open: 1 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.db_write_buffer_size: 0 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.write_buffer_manager: 0x1b68140 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.access_hint_on_compaction_start: 1 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.random_access_max_buffer_size: 1048576 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.use_adaptive_mutex: 0 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.rate_limiter: (nil) 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.wal_recovery_mode: 2 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.enable_thread_tracking: 0 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.enable_pipelined_write: 0 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.unordered_write: 0 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.allow_concurrent_memtable_write: 1 2026-02-23T08:49:48.397 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.write_thread_max_yield_usec: 100 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.write_thread_slow_yield_usec: 3 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.row_cache: None 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.wal_filter: None 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.avoid_flush_during_recovery: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.allow_ingest_behind: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.two_write_queues: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.manual_wal_flush: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.wal_compression: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.atomic_flush: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.persist_stats_to_disk: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.write_dbid_to_manifest: 0 2026-02-23T08:49:48.398 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.log_readahead_size: 0 2026-02-23T08:49:48.399 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.file_checksum_gen_factory: Unknown 2026-02-23T08:49:48.399 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.best_efforts_recovery: 0 2026-02-23T08:49:48.399 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2026-02-23T08:49:48.399 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2026-02-23T08:49:48.399 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.allow_data_in_errors: 0 2026-02-23T08:49:48.399 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.db_host_id: __hostname__ 2026-02-23T08:49:48.401 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.enforce_single_del_contracts: true 2026-02-23T08:49:48.401 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_background_jobs: 2 2026-02-23T08:49:48.401 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_background_compactions: -1 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_subcompactions: 1 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.avoid_flush_during_shutdown: 0 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.delayed_write_rate : 16777216 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_total_wal_size: 0 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.stats_dump_period_sec: 600 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.stats_persist_period_sec: 600 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.stats_history_buffer_size: 1048576 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_open_files: -1 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bytes_per_sync: 0 2026-02-23T08:49:48.402 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.wal_bytes_per_sync: 0 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.strict_bytes_per_sync: 0 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_readahead_size: 0 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_background_flushes: -1 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Compression algorithms supported: 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: kZSTD supported: 0 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: kXpressCompression supported: 0 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: kBZip2Compression supported: 0 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: kZSTDNotFinalCompression supported: 0 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: kLZ4Compression supported: 1 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: kZlibCompression supported: 1 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: kLZ4HCCompression supported: 1 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: kSnappyCompression supported: 1 2026-02-23T08:49:48.403 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Fast CRC32 supported: Supported on x86 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: DMutex implementation: pthread_mutex_t 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.merge_operator: 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_filter: None 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_filter_factory: None 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.sst_partitioner_factory: None 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.memtable_factory: SkipListFactory 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.table_factory: BlockBasedTable 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x1b6d600) 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout: cache_index_and_filter_blocks: 1 2026-02-23T08:49:48.404 INFO:journalctl@ceph.mon.b.trial122.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: pin_top_level_index_and_filter: 1 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: index_type: 0 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: data_block_index_type: 0 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: index_shortening: 1 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: data_block_hash_table_util_ratio: 0.750000 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: checksum: 4 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: no_block_cache: 0 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: block_cache: 0x1b3ba50 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: block_cache_name: BinnedLRUCache 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: block_cache_options: 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: capacity : 536870912 2026-02-23T08:49:48.405 INFO:journalctl@ceph.mon.b.trial122.stdout: num_shard_bits : 4 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: strict_capacity_limit : 0 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: high_pri_pool_ratio: 0.000 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: block_cache_compressed: (nil) 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: persistent_cache: (nil) 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: block_size: 4096 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: block_size_deviation: 10 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: block_restart_interval: 16 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: index_block_restart_interval: 1 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: metadata_block_size: 4096 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: partition_filters: 0 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: use_delta_encoding: 1 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: filter_policy: bloomfilter 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: whole_key_filtering: 1 2026-02-23T08:49:48.406 INFO:journalctl@ceph.mon.b.trial122.stdout: verify_compression: 0 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout: read_amp_bytes_per_bit: 0 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout: format_version: 5 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout: enable_index_compression: 1 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout: block_align: 0 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout: max_auto_readahead_size: 262144 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout: prepopulate_block_cache: 0 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout: initial_auto_readahead_size: 8192 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout: num_file_reads_for_auto_readahead: 2 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.write_buffer_size: 33554432 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_write_buffer_number: 2 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression: NoCompression 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression: Disabled 2026-02-23T08:49:48.407 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.prefix_extractor: nullptr 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.num_levels: 7 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.level: 32767 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.enabled: false 2026-02-23T08:49:48.408 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.window_bits: -14 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.level: 32767 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.strategy: 0 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.parallel_threads: 1 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.enabled: false 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.level0_stop_writes_trigger: 36 2026-02-23T08:49:48.409 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.target_file_size_base: 67108864 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.target_file_size_multiplier: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_base: 268435456 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2026-02-23T08:49:48.410 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_compaction_bytes: 1677721600 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.arena_block_size: 1048576 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.disable_auto_compactions: 0 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2026-02-23T08:49:48.411 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.table_properties_collectors: CompactOnDeletionCollector (Sliding window size = 32768 Deletion trigger = 16384 Deletion ratio = 0); 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.inplace_update_support: 0 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.inplace_update_num_locks: 10000 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.memtable_whole_key_filtering: 0 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.memtable_huge_page_size: 0 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.bloom_locality: 0 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.max_successive_merges: 0 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.optimize_filters_for_hits: 0 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.paranoid_file_checks: 0 2026-02-23T08:49:48.412 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.force_consistency_checks: 1 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.report_bg_io_stats: 0 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.ttl: 2592000 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.periodic_compaction_seconds: 0 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.preclude_last_level_data_seconds: 0 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.preserve_internal_time_seconds: 0 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.enable_blob_files: false 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.min_blob_size: 0 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.blob_file_size: 268435456 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.blob_compression_type: NoCompression 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.enable_blob_garbage_collection: false 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.blob_compaction_readahead_size: 0 2026-02-23T08:49:48.413 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.blob_file_starting_level: 0 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: 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-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 1a91a84b-502d-4203-b23b-0ef7f7922d33 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771836587983484, "job": 1, "event": "recovery_started", "wal_files": [4]} 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771836587983822, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 8, "file_size": 1788, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1, "largest_seqno": 5, "table_properties": {"data_size": 664, "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": 542, "raw_average_value_size": 108, "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": 1771836587, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "1a91a84b-502d-4203-b23b-0ef7f7922d33", "db_session_id": "ZOHGEAEMDSNDLWNX88FI", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: EVENT_LOG_v1 {"time_micros": 1771836587983886, "job": 1, "event": "recovery_finished"} 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: 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-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x1b88e00 2026-02-23T08:49:48.414 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: DB pointer 0x297a000 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b does not exist in monmap, will attempt to join an existing cluster 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: rocksdb: [db/db_impl/db_impl.cc:1111] 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout: ** DB Stats ** 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.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-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.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-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout: 2026-02-23T08:49:48.415 INFO:journalctl@ceph.mon.b.trial122.stdout: ** Compaction Stats [default] ** 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.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-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.stdout: L0 1/0 1.75 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.stdout: Sum 1/0 1.75 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 5.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.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 5.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.stdout: 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.stdout: ** Compaction Stats [default] ** 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.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-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.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 5.2 0.00 0.00 1 0.000 0 0 0.0 0.0 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.stdout: 2026-02-23T08:49:48.416 INFO:journalctl@ceph.mon.b.trial122.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: Uptime(secs): 0.0 total, 0.0 interval 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: Flush(GB): cumulative 0.000, interval 0.000 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: AddFile(Total Files): cumulative 0, interval 0 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: AddFile(L0 Files): cumulative 0, interval 0 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: AddFile(Keys): cumulative 0, interval 0 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: Cumulative compaction: 0.00 GB write, 0.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: Interval compaction: 0.00 GB write, 0.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.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-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: Block cache BinnedLRUCache@0x1b3ba50#2 capacity: 512.00 MB usage: 0.98 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: Block cache entry stats(count,size,portion): DataBlock(1,0.77 KB,0.000146031%) FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2026-02-23T08:49:48.417 INFO:journalctl@ceph.mon.b.trial122.stdout: 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout: ** File Read Latency Histogram By Level [default] ** 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: using public_addr v2:10.20.193.122:0/0 -> [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: starting mon.b rank -1 at public addrs [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] at bind addrs [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(???) e0 preinit fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).mds e1 new map 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).mds e1 print_map 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout: e1 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout: btime 2026-02-23T08:49:08:966073+0000 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout: enable_multiple, ever_enabled_multiple: 1,1 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.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-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout: legacy client fscid: -1 2026-02-23T08:49:48.418 INFO:journalctl@ceph.mon.b.trial122.stdout: 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout: No filesystems configured 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: 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-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e4 crush map has features 3314932999778484224, adjusting msgr requires 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).osd e4 crush map has features 288514050185494528, adjusting msgr requires 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mkfs 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:48.419 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: mon.a is new leader, mons a in quorum (ranks 0) 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: monmap epoch 1 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: last_changed 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: min_mon_release 20 (tentacle) 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:47 trial122 ceph-mon[43063]: election_strategy: 1 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: fsmap 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: osdmap e1: 0 total, 0 up, 0 in 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e1: no daemons active 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/2107307264' entity='client.admin' 2026-02-23T08:49:48.420 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3602483824' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1476407484' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Activating manager daemon a 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e2: a(active, starting, since 0.00282549s) 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Manager daemon a is now available 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' 2026-02-23T08:49:48.421 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14100 10.20.193.43:0/1256045856' entity='mgr.a' 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e3: a(active, since 1.00521s) 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/2306738648' entity='client.admin' cmd={"prefix": "status", "format": "json-pretty"} : dispatch 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e4: a(active, since 2s) 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/832135372' entity='client.admin' cmd={"prefix": "config assimilate-conf"} : dispatch 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/832135372' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1013581654' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "cephadm"} : dispatch 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1013581654' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e5: a(active, since 3s) 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/2749144196' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Active manager daemon a restarted 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Activating manager daemon a 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: osdmap e2: 0 total, 0 up, 0 in 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e6: a(active, starting, since 0.0024397s) 2026-02-23T08:49:48.422 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Manager daemon a is now available 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Found migration_current of "None". Setting to last migration. 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.423 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e7: a(active, since 1.00336s) 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14122 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/873341917' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "orchestrator"} : dispatch 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:20] ENGINE Bus STARTING 2026-02-23T08:49:48.424 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:20] ENGINE Serving on https://10.20.193.43:7150 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:20] ENGINE Client ('10.20.193.43', 46738) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:20] ENGINE Serving on http://10.20.193.43:8765 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:20] ENGINE Bus STARTED 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/873341917' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "orchestrator"}]': finished 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e8: a(active, since 2s) 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.425 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Generating ssh key... 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial043", "addr": "10.20.193.43", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Deploying cephadm binary to trial043 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Added host trial043 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Saving service mon spec with placement count:5 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "unmanaged": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Saving service mgr spec with placement count:2 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.426 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1102265174' entity='client.admin' 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/92223626' entity='client.admin' 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3446538989' entity='client.admin' cmd={"prefix": "mgr module enable", "module": "dashboard"} : dispatch 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14118 10.20.193.43:0/4050134361' entity='mgr.a' 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3446538989' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e9: a(active, since 6s) 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1960050778' entity='client.admin' cmd={"prefix": "mgr stat"} : dispatch 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Active manager daemon a restarted 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Activating manager daemon a 2026-02-23T08:49:48.427 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: osdmap e3: 0 total, 0 up, 0 in 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e10: a(active, starting, since 0.00275005s) 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "a", "id": "a"} : dispatch 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mds metadata"} : dispatch 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata"} : dispatch 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata"} : dispatch 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Manager daemon a is now available 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/mirror_snapshot_schedule"} : dispatch 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/a/trash_purge_schedule"} : dispatch 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e11: a(active, since 1.00456s) 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:28] ENGINE Bus STARTING 2026-02-23T08:49:48.428 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:28] ENGINE Serving on http://10.20.193.43:8765 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:29] ENGINE Serving on https://10.20.193.43:7150 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:29] ENGINE Bus STARTED 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: [23/Feb/2026:08:49:29] ENGINE Client ('10.20.193.43', 46980) lost — peer dropped the TLS connection suddenly, during handshake: (6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1147)') 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14164 -' entity='client.admin' cmd=[{"prefix": "orch certmgr generate-certificates", "module_name": "dashboard", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e12: a(active, since 2s) 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1502469431' entity='client.admin' cmd={"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"} : dispatch 2026-02-23T08:49:48.429 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard set-ssl-certificate-key", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: 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-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3643333047' entity='client.admin' 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3737719454' entity='client.admin' 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14180 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial122", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial043", "name": "osd_memory_target"} : dispatch 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial043:/etc/ceph/ceph.conf 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial043:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:48.430 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Deploying cephadm binary to trial122 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial043:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial043:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Certificate for "cephadm-signed_agent_cert (trial043)" is still valid for 1824 days. 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Added host trial122 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e13: a(active, since 6s) 2026-02-23T08:49:48.431 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14182 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14184 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "trial138", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Deploying cephadm binary to trial138 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial122", "name": "osd_memory_target"} : dispatch 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial122:/etc/ceph/ceph.conf 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.432 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Added host trial138 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial122:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial122:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1955401644' entity='client.admin' cmd={"prefix": "osd crush tunables", "profile": "default"} : dispatch 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial122:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1955401644' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.14190 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "3;trial043:10.20.193.43=a;trial122:10.20.193.122=b;trial138:10.20.193.138=c", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:48.433 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Saving service mon spec with placement trial043:10.20.193.43=a;trial122:10.20.193.122=b;trial138:10.20.193.138=c;count:3 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd/host:trial138", "name": "osd_memory_target"} : dispatch 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='client.? 10.20.193.138:0/520614822' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial138:/etc/ceph/ceph.conf 2026-02-23T08:49:48.434 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial138:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial138:/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Updating trial138:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.client.admin.keyring 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Deploying daemon mon.c on trial138 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mon.a calling monitor election 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mon.c calling monitor election 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mon.a is new leader, mons a,c in quorum (ranks 0,1) 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: monmap epoch 2 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: last_changed 2026-02-23T08:49:41.782513+0000 2026-02-23T08:49:48.435 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: min_mon_release 20 (tentacle) 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: election_strategy: 1 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: fsmap 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mgrmap e13: a(active, since 18s) 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: overall HEALTH_OK 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: Deploying daemon mon.b on trial122 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:48.436 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:48 trial122 ceph-mon[43063]: mon.b@-1(synchronizing).paxosservice(auth 1..3) refresh upgraded, format 0 -> 3 2026-02-23T08:49:49.016 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2026-02-23T08:49:49.016 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph mon dump -f json 2026-02-23T08:49:49.137 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.c/config 2026-02-23T08:49:53.317 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:53.318 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.318 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: mon.a calling monitor election 2026-02-23T08:49:53.318 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:53.318 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: mon.c calling monitor election 2026-02-23T08:49:53.318 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.318 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.318 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: mon.b calling monitor election 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: monmap epoch 3 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: last_changed 2026-02-23T08:49:48.002380+0000 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:53.319 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: min_mon_release 20 (tentacle) 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: election_strategy: 1 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: fsmap 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: mgrmap e13: a(active, since 24s) 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: overall HEALTH_OK 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.320 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:53 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:53.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: mon.a calling monitor election 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: mon.c calling monitor election 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: mon.b calling monitor election 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: monmap epoch 3 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: last_changed 2026-02-23T08:49:48.002380+0000 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: min_mon_release 20 (tentacle) 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: election_strategy: 1 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: fsmap 2026-02-23T08:49:53.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:49:53.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: mgrmap e13: a(active, since 24s) 2026-02-23T08:49:53.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: overall HEALTH_OK 2026-02-23T08:49:53.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:53 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.548 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: mon.a calling monitor election 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: mon.c calling monitor election 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: mon.b calling monitor election 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: monmap epoch 3 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: last_changed 2026-02-23T08:49:48.002380+0000 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: min_mon_release 20 (tentacle) 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: election_strategy: 1 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: 1: [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] mon.c 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b 2026-02-23T08:49:53.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: fsmap 2026-02-23T08:49:53.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: osdmap e4: 0 total, 0 up, 0 in 2026-02-23T08:49:53.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: mgrmap e13: a(active, since 24s) 2026-02-23T08:49:53.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: overall HEALTH_OK 2026-02-23T08:49:53.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:53 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:53.792 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:49:53.792 INFO:teuthology.orchestra.run.trial138.stdout:{"epoch":3,"fsid":"7c038258-1094-11f1-8a6e-d404e6e7d460","modified":"2026-02-23T08:49:48.002380Z","created":"2026-02-23T08:49:08.018534Z","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.43:3300","nonce":0},{"type":"v1","addr":"10.20.193.43:6789","nonce":0}]},"addr":"10.20.193.43:6789/0","public_addr":"10.20.193.43:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:49:08:018547+0000","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,"time_added":"2026-02-23T08:49:41:782511+0000","crush_location":[]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:3300","nonce":0},{"type":"v1","addr":"10.20.193.122:6789","nonce":0}]},"addr":"10.20.193.122:6789/0","public_addr":"10.20.193.122:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:49:48:002378+0000","crush_location":[]}],"quorum":[0,1,2]} 2026-02-23T08:49:53.793 INFO:teuthology.orchestra.run.trial138.stderr:dumped monmap epoch 3 2026-02-23T08:49:53.828 INFO:tasks.cephadm:Generating final ceph.conf file... 2026-02-23T08:49:53.829 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph config generate-minimal-conf 2026-02-23T08:49:53.959 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:54.173 INFO:teuthology.orchestra.run.trial043.stdout:# minimal ceph.conf for 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:54.173 INFO:teuthology.orchestra.run.trial043.stdout:[global] 2026-02-23T08:49:54.173 INFO:teuthology.orchestra.run.trial043.stdout: fsid = 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:49:54.173 INFO:teuthology.orchestra.run.trial043.stdout: mon_host = [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] [v2:10.20.193.138:3300/0,v1:10.20.193.138:6789/0] 2026-02-23T08:49:54.173 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: Updating trial043:/etc/ceph/ceph.conf 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: Updating trial122:/etc/ceph/ceph.conf 2026-02-23T08:49:54.174 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: Updating trial138:/etc/ceph/ceph.conf 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: Updating trial043:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: Updating trial138:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: Updating trial122:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.175 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='client.? 10.20.193.138:0/890063023' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:54.176 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.177 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:54 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:54.208 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2026-02-23T08:49:54.209 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:49:54.209 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T08:49:54.234 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:49:54.234 DEBUG:teuthology.orchestra.run.trial043:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:54.297 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:49:54.297 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T08:49:54.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:54.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: Updating trial043:/etc/ceph/ceph.conf 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: Updating trial122:/etc/ceph/ceph.conf 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: Updating trial138:/etc/ceph/ceph.conf 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: Updating trial043:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: Updating trial138:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: Updating trial122:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:49:54.323 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='client.? 10.20.193.138:0/890063023' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:49:54.324 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.324 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.324 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:54.324 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:54.324 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.324 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:54 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:54.326 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:49:54.326 DEBUG:teuthology.orchestra.run.trial122:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:54.345 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:54.346 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.346 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.346 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.346 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.346 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.346 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:54.346 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: Updating trial043:/etc/ceph/ceph.conf 2026-02-23T08:49:54.346 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: Updating trial122:/etc/ceph/ceph.conf 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: Updating trial138:/etc/ceph/ceph.conf 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: Updating trial043:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: Updating trial138:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: Updating trial122:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/config/ceph.conf 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.347 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: Reconfiguring mon.a (unknown last config time)... 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='client.? 10.20.193.138:0/890063023' entity='client.admin' cmd={"prefix": "mon dump", "format": "json"} : dispatch 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:54.348 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:54.349 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:54.349 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:54 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:49:54.391 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:49:54.392 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/etc/ceph/ceph.conf 2026-02-23T08:49:54.419 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:49:54.420 DEBUG:teuthology.orchestra.run.trial138:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2026-02-23T08:49:54.484 INFO:tasks.cephadm:Adding mgr.a on trial043 2026-02-23T08:49:54.484 INFO:tasks.cephadm:Adding mgr.b on trial122 2026-02-23T08:49:54.484 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch apply mgr '2;trial043=a;trial122=b' 2026-02-23T08:49:54.638 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.c/config 2026-02-23T08:49:54.862 INFO:teuthology.orchestra.run.trial138.stdout:Scheduled mgr update... 2026-02-23T08:49:54.898 DEBUG:teuthology.orchestra.run.trial122:mgr.b> sudo journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.b.service 2026-02-23T08:49:54.900 DEBUG:tasks.cephadm:set 0 configs 2026-02-23T08:49:54.901 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph config dump 2026-02-23T08:49:55.015 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:WHO MASK LEVEL OPTION VALUE RO 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global dev auth_debug true 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global basic container_image quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c * 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global dev debug_asserts_on_shutdown true 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global basic log_to_file true 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global basic log_to_journald false 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global basic log_to_stderr false 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_allow_pool_delete true 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_clock_drift_allowed 1.000000 2026-02-23T08:49:55.232 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_cluster_log_to_file true 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_election_default_strategy 1 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_max_pg_per_osd 10000 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_pg_warn_max_object_skew 0.000000 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_warn_on_crush_straw_calc_version_zero false 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_warn_on_legacy_crush_tunables false 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_warn_on_osd_down_out_interval_zero false 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global dev mon_warn_on_pool_pg_num_not_power_of_two false 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced mon_warn_on_too_few_osds false 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global dev ms_die_on_bug true 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global dev ms_die_on_old_message true 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.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-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced osd_pool_default_pg_autoscale_mode off 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:global advanced public_network 10.20.192.0/20 * 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced auth_allow_insecure_global_id_reclaim false 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced auth_mon_ticket_ttl 660.000000 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced auth_service_ticket_ttl 240.000000 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced debug_mon 20/20 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced debug_ms 1/1 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced debug_paxos 20/20 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_data_avail_warn 5 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_mgr_mkfs_grace 240 2026-02-23T08:49:55.233 INFO:teuthology.orchestra.run.trial043.stdout:mon dev mon_osd_prime_pg_temp true 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_osd_reporter_subtree_level osd 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_reweight_min_bytes_per_osd 10 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_reweight_min_pgs_per_osd 4 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim false 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mon advanced mon_warn_on_insecure_global_id_reclaim_allowed false 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced debug_mgr 20/20 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced debug_ms 1/1 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/cephadm/allow_ptrace true * 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/cephadm/container_init True * 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/cephadm/migration_current 8 * 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/cephadm/use_agent false * 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/dashboard/ssl_server_port 8443 * 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mgr/orchestrator/orchestrator cephadm 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mon_reweight_min_bytes_per_osd 10 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:mgr advanced mon_reweight_min_pgs_per_osd 4 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:osd dev bdev_debug_aio true 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced debug_ms 1/1 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced debug_osd 20/20 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_misdirected_ops true 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_op_order true 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_pg_log_writeout true 2026-02-23T08:49:55.234 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_shutdown true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_verify_cached_snaps true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_verify_missing_on_start true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_debug_verify_stray_on_activate true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_deep_scrub_update_digest_min_age 30 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_mclock_profile high_recovery_ops 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd dev osd_mclock_skip_benchmark true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_memory_target_autotune true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_op_queue debug_random * 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_op_queue_cut_off debug_random * 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_recover_clone_overlap true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_recovery_max_chunk 1048576 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_scrub_load_threshold 5.000000 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_scrub_max_interval 600.000000 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:osd advanced osd_shutdown_pgref_assert true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:client.rgw advanced rgw_cache_enabled true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:client.rgw advanced rgw_enable_ops_log true 2026-02-23T08:49:55.235 INFO:teuthology.orchestra.run.trial043.stdout:client.rgw advanced rgw_enable_usage_log true 2026-02-23T08:49:55.235 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:49:55.235 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/369341806' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:49:55.236 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-23T08:49:55.237 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:49:55.237 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:55 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/369341806' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.255 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:49:55.256 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.268 INFO:tasks.cephadm:Deploying OSDs... 2026-02-23T08:49:55.269 DEBUG:teuthology.orchestra.run.trial043:> set -ex 2026-02-23T08:49:55.269 DEBUG:teuthology.orchestra.run.trial043:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T08:49:55.285 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-23T08:49:55.286 DEBUG:teuthology.orchestra.run.trial043:> stat /dev/vg_nvme/lv_1 2026-02-23T08:49:55.343 INFO:teuthology.orchestra.run.trial043.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T08:49:55.343 INFO:teuthology.orchestra.run.trial043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:55.344 INFO:teuthology.orchestra.run.trial043.stdout:Device: 6h/6d Inode: 1299 Links: 1 2026-02-23T08:49:55.344 INFO:teuthology.orchestra.run.trial043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:55.344 INFO:teuthology.orchestra.run.trial043.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:55.344 INFO:teuthology.orchestra.run.trial043.stdout:Access: 2026-02-23 08:49:33.449086573 +0000 2026-02-23T08:49:55.344 INFO:teuthology.orchestra.run.trial043.stdout:Modify: 2026-02-23 08:47:38.131865060 +0000 2026-02-23T08:49:55.344 INFO:teuthology.orchestra.run.trial043.stdout:Change: 2026-02-23 08:47:38.131865060 +0000 2026-02-23T08:49:55.344 INFO:teuthology.orchestra.run.trial043.stdout: Birth: 2026-02-23 08:47:38.131865060 +0000 2026-02-23T08:49:55.344 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T08:49:55.408 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records in 2026-02-23T08:49:55.408 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records out 2026-02-23T08:49:55.408 INFO:teuthology.orchestra.run.trial043.stderr:512 bytes copied, 0.000172912 s, 3.0 MB/s 2026-02-23T08:49:55.409 DEBUG:teuthology.orchestra.run.trial043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T08:49:55.466 DEBUG:teuthology.orchestra.run.trial043:> stat /dev/vg_nvme/lv_2 2026-02-23T08:49:55.511 INFO:journalctl@ceph.mgr.b.trial122.stdout:Feb 23 08:49:55 trial122 systemd[1]: Started Ceph mgr.b for 7c038258-1094-11f1-8a6e-d404e6e7d460. 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout:Device: 6h/6d Inode: 1303 Links: 1 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout:Access: 2026-02-23 08:49:33.480085416 +0000 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout:Modify: 2026-02-23 08:47:38.132865024 +0000 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout:Change: 2026-02-23 08:47:38.132865024 +0000 2026-02-23T08:49:55.523 INFO:teuthology.orchestra.run.trial043.stdout: Birth: 2026-02-23 08:47:38.132865024 +0000 2026-02-23T08:49:55.524 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T08:49:55.548 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/369341806' entity='client.admin' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:49:55.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:55.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:49:55.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2026-02-23T08:49:55.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:49:55.551 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:55 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:55.588 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records in 2026-02-23T08:49:55.588 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records out 2026-02-23T08:49:55.588 INFO:teuthology.orchestra.run.trial043.stderr:512 bytes copied, 0.000146673 s, 3.5 MB/s 2026-02-23T08:49:55.589 DEBUG:teuthology.orchestra.run.trial043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T08:49:55.646 DEBUG:teuthology.orchestra.run.trial043:> stat /dev/vg_nvme/lv_3 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout:Device: 6h/6d Inode: 1294 Links: 1 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout:Access: 2026-02-23 08:49:33.515084111 +0000 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout:Modify: 2026-02-23 08:47:38.131865060 +0000 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout:Change: 2026-02-23 08:47:38.131865060 +0000 2026-02-23T08:49:55.702 INFO:teuthology.orchestra.run.trial043.stdout: Birth: 2026-02-23 08:47:38.131865060 +0000 2026-02-23T08:49:55.702 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T08:49:55.764 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records in 2026-02-23T08:49:55.765 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records out 2026-02-23T08:49:55.765 INFO:teuthology.orchestra.run.trial043.stderr:512 bytes copied, 0.000148286 s, 3.5 MB/s 2026-02-23T08:49:55.766 DEBUG:teuthology.orchestra.run.trial043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T08:49:55.809 INFO:journalctl@ceph.mgr.b.trial122.stdout:Feb 23 08:49:55 trial122 ceph-mgr[44177]: -- 10.20.193.122:0/3961104926 <== mon.0 v2:10.20.193.43:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) ==== 194+0+0 (secure 0 0 0) 0xf23a00 con 0xef7800 2026-02-23T08:49:55.823 DEBUG:teuthology.orchestra.run.trial043:> stat /dev/vg_nvme/lv_4 2026-02-23T08:49:55.879 INFO:teuthology.orchestra.run.trial043.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T08:49:55.880 INFO:teuthology.orchestra.run.trial043.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:55.880 INFO:teuthology.orchestra.run.trial043.stdout:Device: 6h/6d Inode: 1308 Links: 1 2026-02-23T08:49:55.880 INFO:teuthology.orchestra.run.trial043.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:55.880 INFO:teuthology.orchestra.run.trial043.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:55.880 INFO:teuthology.orchestra.run.trial043.stdout:Access: 2026-02-23 08:49:33.550082804 +0000 2026-02-23T08:49:55.880 INFO:teuthology.orchestra.run.trial043.stdout:Modify: 2026-02-23 08:47:38.132865024 +0000 2026-02-23T08:49:55.880 INFO:teuthology.orchestra.run.trial043.stdout:Change: 2026-02-23 08:47:38.132865024 +0000 2026-02-23T08:49:55.880 INFO:teuthology.orchestra.run.trial043.stdout: Birth: 2026-02-23 08:47:38.132865024 +0000 2026-02-23T08:49:55.881 DEBUG:teuthology.orchestra.run.trial043:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T08:49:55.943 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records in 2026-02-23T08:49:55.943 INFO:teuthology.orchestra.run.trial043.stderr:1+0 records out 2026-02-23T08:49:55.944 INFO:teuthology.orchestra.run.trial043.stderr:512 bytes copied, 0.000144368 s, 3.5 MB/s 2026-02-23T08:49:55.945 DEBUG:teuthology.orchestra.run.trial043:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T08:49:56.002 DEBUG:teuthology.orchestra.run.trial122:> set -ex 2026-02-23T08:49:56.002 DEBUG:teuthology.orchestra.run.trial122:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T08:49:56.019 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-23T08:49:56.020 DEBUG:teuthology.orchestra.run.trial122:> stat /dev/vg_nvme/lv_1 2026-02-23T08:49:56.076 INFO:teuthology.orchestra.run.trial122.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T08:49:56.076 INFO:teuthology.orchestra.run.trial122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:56.076 INFO:teuthology.orchestra.run.trial122.stdout:Device: 6h/6d Inode: 1300 Links: 1 2026-02-23T08:49:56.076 INFO:teuthology.orchestra.run.trial122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:56.076 INFO:teuthology.orchestra.run.trial122.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:56.076 INFO:teuthology.orchestra.run.trial122.stdout:Access: 2026-02-23 08:49:55.337231080 +0000 2026-02-23T08:49:56.077 INFO:teuthology.orchestra.run.trial122.stdout:Modify: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.077 INFO:teuthology.orchestra.run.trial122.stdout:Change: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.077 INFO:teuthology.orchestra.run.trial122.stdout: Birth: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.077 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T08:49:56.142 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records in 2026-02-23T08:49:56.142 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records out 2026-02-23T08:49:56.142 INFO:teuthology.orchestra.run.trial122.stderr:512 bytes copied, 0.000155206 s, 3.3 MB/s 2026-02-23T08:49:56.144 DEBUG:teuthology.orchestra.run.trial122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T08:49:56.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial043=a;trial122=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:56.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: Saving service mgr spec with placement trial043=a;trial122=b;count:2 2026-02-23T08:49:56.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: Deploying daemon mgr.b on trial122 2026-02-23T08:49:56.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/576081122' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T08:49:56.192 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:49:56.193 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:56 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:56.201 DEBUG:teuthology.orchestra.run.trial122:> stat /dev/vg_nvme/lv_2 2026-02-23T08:49:56.258 INFO:teuthology.orchestra.run.trial122.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T08:49:56.258 INFO:teuthology.orchestra.run.trial122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:56.258 INFO:teuthology.orchestra.run.trial122.stdout:Device: 6h/6d Inode: 1299 Links: 1 2026-02-23T08:49:56.258 INFO:teuthology.orchestra.run.trial122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:56.258 INFO:teuthology.orchestra.run.trial122.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:56.258 INFO:teuthology.orchestra.run.trial122.stdout:Access: 2026-02-23 08:49:55.338231041 +0000 2026-02-23T08:49:56.258 INFO:teuthology.orchestra.run.trial122.stdout:Modify: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.259 INFO:teuthology.orchestra.run.trial122.stdout:Change: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.259 INFO:teuthology.orchestra.run.trial122.stdout: Birth: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.259 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial043=a;trial122=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: Saving service mgr spec with placement trial043=a;trial122=b;count:2 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: Deploying daemon mgr.b on trial122 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/576081122' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.321 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:56.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:56.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:56.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:49:56.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:49:56.322 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:56.323 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records in 2026-02-23T08:49:56.323 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records out 2026-02-23T08:49:56.323 INFO:teuthology.orchestra.run.trial122.stderr:512 bytes copied, 0.000156799 s, 3.3 MB/s 2026-02-23T08:49:56.324 DEBUG:teuthology.orchestra.run.trial122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T08:49:56.380 DEBUG:teuthology.orchestra.run.trial122:> stat /dev/vg_nvme/lv_3 2026-02-23T08:49:56.435 INFO:teuthology.orchestra.run.trial122.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T08:49:56.435 INFO:teuthology.orchestra.run.trial122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:56.435 INFO:teuthology.orchestra.run.trial122.stdout:Device: 6h/6d Inode: 1307 Links: 1 2026-02-23T08:49:56.435 INFO:teuthology.orchestra.run.trial122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:56.435 INFO:teuthology.orchestra.run.trial122.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:56.436 INFO:teuthology.orchestra.run.trial122.stdout:Access: 2026-02-23 08:49:55.338231041 +0000 2026-02-23T08:49:56.436 INFO:teuthology.orchestra.run.trial122.stdout:Modify: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.436 INFO:teuthology.orchestra.run.trial122.stdout:Change: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.436 INFO:teuthology.orchestra.run.trial122.stdout: Birth: 2026-02-23 08:47:37.088075774 +0000 2026-02-23T08:49:56.436 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T08:49:56.498 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records in 2026-02-23T08:49:56.498 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records out 2026-02-23T08:49:56.498 INFO:teuthology.orchestra.run.trial122.stderr:512 bytes copied, 0.000151809 s, 3.4 MB/s 2026-02-23T08:49:56.499 DEBUG:teuthology.orchestra.run.trial122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T08:49:56.548 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='client.14214 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;trial043=a;trial122=b", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:56.548 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: Saving service mgr spec with placement trial043=a;trial122=b;count:2 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: Deploying daemon mgr.b on trial122 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/576081122' entity='client.admin' cmd={"prefix": "config dump"} : dispatch 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:56.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:56.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:56.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:49:56.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:49:56.550 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:56 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:56.558 DEBUG:teuthology.orchestra.run.trial122:> stat /dev/vg_nvme/lv_4 2026-02-23T08:49:56.615 INFO:teuthology.orchestra.run.trial122.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T08:49:56.615 INFO:teuthology.orchestra.run.trial122.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:56.616 INFO:teuthology.orchestra.run.trial122.stdout:Device: 6h/6d Inode: 1285 Links: 1 2026-02-23T08:49:56.616 INFO:teuthology.orchestra.run.trial122.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:56.616 INFO:teuthology.orchestra.run.trial122.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:56.616 INFO:teuthology.orchestra.run.trial122.stdout:Access: 2026-02-23 08:49:55.338231041 +0000 2026-02-23T08:49:56.616 INFO:teuthology.orchestra.run.trial122.stdout:Modify: 2026-02-23 08:47:37.087075801 +0000 2026-02-23T08:49:56.616 INFO:teuthology.orchestra.run.trial122.stdout:Change: 2026-02-23 08:47:37.087075801 +0000 2026-02-23T08:49:56.616 INFO:teuthology.orchestra.run.trial122.stdout: Birth: 2026-02-23 08:47:37.087075801 +0000 2026-02-23T08:49:56.616 DEBUG:teuthology.orchestra.run.trial122:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T08:49:56.642 INFO:journalctl@ceph.mgr.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-b[44173]: /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-23T08:49:56.642 INFO:journalctl@ceph.mgr.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-b[44173]: 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-23T08:49:56.642 INFO:journalctl@ceph.mgr.b.trial122.stdout:Feb 23 08:49:56 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mgr-b[44173]: from numpy import show_config as show_numpy_config 2026-02-23T08:49:56.665 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records in 2026-02-23T08:49:56.666 INFO:teuthology.orchestra.run.trial122.stderr:1+0 records out 2026-02-23T08:49:56.666 INFO:teuthology.orchestra.run.trial122.stderr:512 bytes copied, 0.000143414 s, 3.6 MB/s 2026-02-23T08:49:56.667 DEBUG:teuthology.orchestra.run.trial122:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T08:49:56.724 DEBUG:teuthology.orchestra.run.trial138:> set -ex 2026-02-23T08:49:56.724 DEBUG:teuthology.orchestra.run.trial138:> dd if=/scratch_devs of=/dev/stdout 2026-02-23T08:49:56.744 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-23T08:49:56.744 DEBUG:teuthology.orchestra.run.trial138:> stat /dev/vg_nvme/lv_1 2026-02-23T08:49:56.800 INFO:teuthology.orchestra.run.trial138.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2026-02-23T08:49:56.800 INFO:teuthology.orchestra.run.trial138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:56.801 INFO:teuthology.orchestra.run.trial138.stdout:Device: 6h/6d Inode: 1283 Links: 1 2026-02-23T08:49:56.801 INFO:teuthology.orchestra.run.trial138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:56.801 INFO:teuthology.orchestra.run.trial138.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:56.801 INFO:teuthology.orchestra.run.trial138.stdout:Access: 2026-02-23 08:49:41.563335901 +0000 2026-02-23T08:49:56.801 INFO:teuthology.orchestra.run.trial138.stdout:Modify: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:56.801 INFO:teuthology.orchestra.run.trial138.stdout:Change: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:56.801 INFO:teuthology.orchestra.run.trial138.stdout: Birth: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:56.801 DEBUG:teuthology.orchestra.run.trial138:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2026-02-23T08:49:56.864 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records in 2026-02-23T08:49:56.864 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records out 2026-02-23T08:49:56.864 INFO:teuthology.orchestra.run.trial138.stderr:512 bytes copied, 0.000155608 s, 3.3 MB/s 2026-02-23T08:49:56.865 DEBUG:teuthology.orchestra.run.trial138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2026-02-23T08:49:56.922 DEBUG:teuthology.orchestra.run.trial138:> stat /dev/vg_nvme/lv_2 2026-02-23T08:49:56.978 INFO:teuthology.orchestra.run.trial138.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2026-02-23T08:49:56.978 INFO:teuthology.orchestra.run.trial138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:56.978 INFO:teuthology.orchestra.run.trial138.stdout:Device: 6h/6d Inode: 1298 Links: 1 2026-02-23T08:49:56.979 INFO:teuthology.orchestra.run.trial138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:56.979 INFO:teuthology.orchestra.run.trial138.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:56.979 INFO:teuthology.orchestra.run.trial138.stdout:Access: 2026-02-23 08:49:41.563335901 +0000 2026-02-23T08:49:56.979 INFO:teuthology.orchestra.run.trial138.stdout:Modify: 2026-02-23 08:47:36.853757793 +0000 2026-02-23T08:49:56.979 INFO:teuthology.orchestra.run.trial138.stdout:Change: 2026-02-23 08:47:36.853757793 +0000 2026-02-23T08:49:56.979 INFO:teuthology.orchestra.run.trial138.stdout: Birth: 2026-02-23 08:47:36.853757793 +0000 2026-02-23T08:49:56.980 DEBUG:teuthology.orchestra.run.trial138:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2026-02-23T08:49:57.040 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records in 2026-02-23T08:49:57.040 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records out 2026-02-23T08:49:57.040 INFO:teuthology.orchestra.run.trial138.stderr:512 bytes copied, 0.000150148 s, 3.4 MB/s 2026-02-23T08:49:57.042 DEBUG:teuthology.orchestra.run.trial138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2026-02-23T08:49:57.101 DEBUG:teuthology.orchestra.run.trial138:> stat /dev/vg_nvme/lv_3 2026-02-23T08:49:57.159 INFO:teuthology.orchestra.run.trial138.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2026-02-23T08:49:57.159 INFO:teuthology.orchestra.run.trial138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:57.159 INFO:teuthology.orchestra.run.trial138.stdout:Device: 6h/6d Inode: 1289 Links: 1 2026-02-23T08:49:57.159 INFO:teuthology.orchestra.run.trial138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:57.159 INFO:teuthology.orchestra.run.trial138.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:57.159 INFO:teuthology.orchestra.run.trial138.stdout:Access: 2026-02-23 08:49:41.564335855 +0000 2026-02-23T08:49:57.159 INFO:teuthology.orchestra.run.trial138.stdout:Modify: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:57.160 INFO:teuthology.orchestra.run.trial138.stdout:Change: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:57.160 INFO:teuthology.orchestra.run.trial138.stdout: Birth: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:57.160 DEBUG:teuthology.orchestra.run.trial138:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2026-02-23T08:49:57.223 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records in 2026-02-23T08:49:57.223 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records out 2026-02-23T08:49:57.223 INFO:teuthology.orchestra.run.trial138.stderr:512 bytes copied, 0.000151249 s, 3.4 MB/s 2026-02-23T08:49:57.225 DEBUG:teuthology.orchestra.run.trial138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2026-02-23T08:49:57.282 DEBUG:teuthology.orchestra.run.trial138:> stat /dev/vg_nvme/lv_4 2026-02-23T08:49:57.339 INFO:teuthology.orchestra.run.trial138.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2026-02-23T08:49:57.339 INFO:teuthology.orchestra.run.trial138.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2026-02-23T08:49:57.339 INFO:teuthology.orchestra.run.trial138.stdout:Device: 6h/6d Inode: 1287 Links: 1 2026-02-23T08:49:57.339 INFO:teuthology.orchestra.run.trial138.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2026-02-23T08:49:57.339 INFO:teuthology.orchestra.run.trial138.stdout:Context: system_u:object_r:device_t:s0 2026-02-23T08:49:57.339 INFO:teuthology.orchestra.run.trial138.stdout:Access: 2026-02-23 08:49:41.564335855 +0000 2026-02-23T08:49:57.339 INFO:teuthology.orchestra.run.trial138.stdout:Modify: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:57.340 INFO:teuthology.orchestra.run.trial138.stdout:Change: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:57.340 INFO:teuthology.orchestra.run.trial138.stdout: Birth: 2026-02-23 08:47:36.852757833 +0000 2026-02-23T08:49:57.340 DEBUG:teuthology.orchestra.run.trial138:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2026-02-23T08:49:57.403 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records in 2026-02-23T08:49:57.403 INFO:teuthology.orchestra.run.trial138.stderr:1+0 records out 2026-02-23T08:49:57.403 INFO:teuthology.orchestra.run.trial138.stderr:512 bytes copied, 0.000137855 s, 3.7 MB/s 2026-02-23T08:49:57.404 DEBUG:teuthology.orchestra.run.trial138:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2026-02-23T08:49:57.461 INFO:tasks.cephadm:Deploying osd.0 on trial043 with /dev/vg_nvme/lv_4... 2026-02-23T08:49:57.461 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T08:49:57.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: Reconfiguring mgr.a (unknown last config time)... 2026-02-23T08:49:57.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:49:57.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:57.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:57.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:57.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:57 trial043 ceph-mon[39996]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:57.548 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: Reconfiguring mgr.a (unknown last config time)... 2026-02-23T08:49:57.548 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:49:57.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:57.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:57.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:57.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.549 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:57 trial138 ceph-mon[44055]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:57.578 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: Reconfiguring mgr.a (unknown last config time)... 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:57.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:57 trial122 ceph-mon[43063]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:58.027 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:49:58.042 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch daemon add osd trial043:vg_nvme/lv_4 --skip-validation 2026-02-23T08:49:58.200 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:49:58.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:58 trial043 ceph-mon[39996]: Standby manager daemon b started 2026-02-23T08:49:58.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:58 trial043 ceph-mon[39996]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-23T08:49:58.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:58 trial043 ceph-mon[39996]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-23T08:49:58.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:58 trial043 ceph-mon[39996]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-23T08:49:58.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:58 trial043 ceph-mon[39996]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-23T08:49:58.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:58 trial122 ceph-mon[43063]: Standby manager daemon b started 2026-02-23T08:49:58.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:58 trial122 ceph-mon[43063]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-23T08:49:58.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:58 trial122 ceph-mon[43063]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-23T08:49:58.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:58 trial122 ceph-mon[43063]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-23T08:49:58.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:58 trial122 ceph-mon[43063]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-23T08:49:58.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:58 trial138 ceph-mon[44055]: Standby manager daemon b started 2026-02-23T08:49:58.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:58 trial138 ceph-mon[44055]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/crt"} : dispatch 2026-02-23T08:49:58.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:58 trial138 ceph-mon[44055]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/crt"} : dispatch 2026-02-23T08:49:58.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:58 trial138 ceph-mon[44055]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/b/key"} : dispatch 2026-02-23T08:49:58.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:58 trial138 ceph-mon[44055]: from='mgr.? 10.20.193.122:0/3943084848' entity='mgr.b' cmd={"prefix": "config-key get", "key": "mgr/dashboard/key"} : dispatch 2026-02-23T08:49:59.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: mgrmap e14: a(active, since 29s), standbys: b 2026-02-23T08:49:59.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-23T08:49:59.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial043:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:59.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: osd.default does not exist. Creating it now. 2026-02-23T08:49:59.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: Creating OSDs with service ID: default on trial043:['vg_nvme/lv_4'] 2026-02-23T08:49:59.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: Marking host: trial043 for OSDSpec preview refresh. 2026-02-23T08:49:59.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: Saving service osd.default spec with placement trial043 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:49:59.499 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:49:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3740719831' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6ac6ed10-e202-4104-a1d9-d16ab75d57e2"} : dispatch 2026-02-23T08:49:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3740719831' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ac6ed10-e202-4104-a1d9-d16ab75d57e2"}]': finished 2026-02-23T08:49:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T08:49:59.500 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:49:59 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:49:59.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: mgrmap e14: a(active, since 29s), standbys: b 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial043:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: osd.default does not exist. Creating it now. 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: Creating OSDs with service ID: default on trial043:['vg_nvme/lv_4'] 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: Marking host: trial043 for OSDSpec preview refresh. 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: Saving service osd.default spec with placement trial043 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:49:59.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:49:59.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.645 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.645 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3740719831' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6ac6ed10-e202-4104-a1d9-d16ab75d57e2"} : dispatch 2026-02-23T08:49:59.645 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3740719831' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ac6ed10-e202-4104-a1d9-d16ab75d57e2"}]': finished 2026-02-23T08:49:59.645 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T08:49:59.645 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:49:59 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:49:59.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: mgrmap e14: a(active, since 29s), standbys: b 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr metadata", "who": "b", "id": "b"} : dispatch 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='client.14232 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial043:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: osd.default does not exist. Creating it now. 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: Creating OSDs with service ID: default on trial043:['vg_nvme/lv_4'] 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: Marking host: trial043 for OSDSpec preview refresh. 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: Saving service osd.default spec with placement trial043 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:49:59.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:49:59.801 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:49:59.801 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3740719831' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "6ac6ed10-e202-4104-a1d9-d16ab75d57e2"} : dispatch 2026-02-23T08:49:59.801 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3740719831' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6ac6ed10-e202-4104-a1d9-d16ab75d57e2"}]': finished 2026-02-23T08:49:59.801 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: osdmap e5: 1 total, 0 up, 1 in 2026-02-23T08:49:59.801 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:49:59 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:00.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:00 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3950646994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:00.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:00 trial122 ceph-mon[43063]: overall HEALTH_OK 2026-02-23T08:50:00.654 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:00 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3950646994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:00.654 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:00 trial043 ceph-mon[39996]: overall HEALTH_OK 2026-02-23T08:50:00.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:00 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3950646994' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:00.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:00 trial138 ceph-mon[44055]: overall HEALTH_OK 2026-02-23T08:50:01.549 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:01 trial043 ceph-mon[39996]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:01.549 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:01 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:01.549 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:01 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:01.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:01 trial122 ceph-mon[43063]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:01.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:01 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:01.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:01 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:01.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:01 trial138 ceph-mon[44055]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:01.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:01 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:01.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:01 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:02.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:02 trial043 ceph-mon[39996]: Deploying daemon osd.0 on trial043 2026-02-23T08:50:02.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:02 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:02.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:02 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:02.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:02 trial043 ceph-mon[39996]: Deploying daemon osd.0 on trial043 2026-02-23T08:50:02.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:02 trial122 ceph-mon[43063]: Deploying daemon osd.0 on trial043 2026-02-23T08:50:02.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:02 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:02.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:02 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:02.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:02 trial122 ceph-mon[43063]: Deploying daemon osd.0 on trial043 2026-02-23T08:50:02.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:02 trial138 ceph-mon[44055]: Deploying daemon osd.0 on trial043 2026-02-23T08:50:02.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:02 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:02.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:02 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:02.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:02 trial138 ceph-mon[44055]: Deploying daemon osd.0 on trial043 2026-02-23T08:50:03.435 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:03 trial043 ceph-mon[39996]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:03.435 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:03 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:03.436 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:03 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:03.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:03 trial122 ceph-mon[43063]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:03.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:03 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:03.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:03 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:03.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:03 trial138 ceph-mon[44055]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:03.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:03 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:03.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:03 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.609 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:05 trial043 ceph-mon[39996]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:05.610 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:05 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.610 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:05 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.610 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:05 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.610 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:05 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.610 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:05 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:05.610 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:05 trial043 ceph-mon[39996]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T08:50:05.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:05 trial138 ceph-mon[44055]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:05.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:05 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:05 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:05 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:05 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:05 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:05.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:05 trial138 ceph-mon[44055]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T08:50:05.892 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:05 trial122 ceph-mon[43063]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:05.892 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:05 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:05 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:05 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:05 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:05.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:05 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:05.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:05 trial122 ceph-mon[43063]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]} : dispatch 2026-02-23T08:50:05.950 INFO:teuthology.orchestra.run.trial043.stdout:Created osd(s) 0 on host 'trial043' 2026-02-23T08:50:05.994 DEBUG:teuthology.orchestra.run.trial043:osd.0> sudo journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.0.service 2026-02-23T08:50:05.997 INFO:tasks.cephadm:Deploying osd.1 on trial122 with /dev/vg_nvme/lv_4... 2026-02-23T08:50:05.997 DEBUG:teuthology.orchestra.run.trial122:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T08:50:06.114 INFO:teuthology.orchestra.run.trial122.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.b/config 2026-02-23T08:50:06.570 INFO:teuthology.orchestra.run.trial122.stdout: 2026-02-23T08:50:06.588 DEBUG:teuthology.orchestra.run.trial122:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch daemon add osd trial122:vg_nvme/lv_4 --skip-validation 2026-02-23T08:50:06.707 INFO:teuthology.orchestra.run.trial122.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.b/config 2026-02-23T08:50:07.026 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.026 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.026 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.026 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.026 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T08:50:07.027 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T08:50:07.027 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial043", "root=default"]} : dispatch 2026-02-23T08:50:07.027 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:07.027 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:06 trial043 ceph-mon[39996]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:07.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T08:50:07.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T08:50:07.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial043", "root=default"]} : dispatch 2026-02-23T08:50:07.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:07.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:06 trial138 ceph-mon[44055]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:07.081 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.081 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.081 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.081 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:07.081 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2026-02-23T08:50:07.081 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: osdmap e6: 1 total, 0 up, 1 in 2026-02-23T08:50:07.081 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd={"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial043", "root=default"]} : dispatch 2026-02-23T08:50:07.082 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:07.082 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:06 trial122 ceph-mon[43063]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2026-02-23T08:50:07.554 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:07 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0[57181]: 2026-02-23T08:50:07.352+0000 7fc220adf640 -1 osd.0 0 waiting for initial osdmap 2026-02-23T08:50:07.554 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:07 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0[57181]: 2026-02-23T08:50:07.354+0000 7fc21c9a6640 -1 osd.0 7 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T08:50:08.118 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: Detected new or changed devices on trial043 2026-02-23T08:50:08.118 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: Adjusting osd_memory_target on trial043 to 84047M 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial122:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: osd.default does not exist. Creating it now. 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: Creating OSDs with service ID: default on trial122:['vg_nvme/lv_4'] 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: Marking host: trial122 for OSDSpec preview refresh. 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: Saving service osd.default spec with placement trial122 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.119 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial043", "root=default"]}]': finished 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: osdmap e7: 1 total, 0 up, 1 in 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"} : dispatch 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"}]': finished 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='client.? 10.20.193.122:0/3958134076' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"} : dispatch 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693] boot 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: osdmap e8: 2 total, 1 up, 2 in 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.120 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:07 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: Detected new or changed devices on trial043 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: Adjusting osd_memory_target on trial043 to 84047M 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial122:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: osd.default does not exist. Creating it now. 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: Creating OSDs with service ID: default on trial122:['vg_nvme/lv_4'] 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: Marking host: trial122 for OSDSpec preview refresh. 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: Saving service osd.default spec with placement trial122 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial043", "root=default"]}]': finished 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: osdmap e7: 1 total, 0 up, 1 in 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"} : dispatch 2026-02-23T08:50:08.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"}]': finished 2026-02-23T08:50:08.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='client.? 10.20.193.122:0/3958134076' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"} : dispatch 2026-02-23T08:50:08.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693] boot 2026-02-23T08:50:08.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: osdmap e8: 2 total, 1 up, 2 in 2026-02-23T08:50:08.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:07 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:08.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: Detected new or changed devices on trial043 2026-02-23T08:50:08.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:08.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: Adjusting osd_memory_target on trial043 to 84047M 2026-02-23T08:50:08.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='client.24125 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "trial122:vg_nvme/lv_4", "skip_validation": true, "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: osd.default does not exist. Creating it now. 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: Creating OSDs with service ID: default on trial122:['vg_nvme/lv_4'] 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: Marking host: trial122 for OSDSpec preview refresh. 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: Saving service osd.default spec with placement trial122 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.6836, "args": ["host=trial043", "root=default"]}]': finished 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: osdmap e7: 1 total, 0 up, 1 in 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"} : dispatch 2026-02-23T08:50:08.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"}]': finished 2026-02-23T08:50:08.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='client.? 10.20.193.122:0/3958134076' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "c0be4ee7-73f7-4a40-bf19-0febb7d387ee"} : dispatch 2026-02-23T08:50:08.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: osd.0 [v2:10.20.193.43:6802/4005055693,v1:10.20.193.43:6803/4005055693] boot 2026-02-23T08:50:08.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: osdmap e8: 2 total, 1 up, 2 in 2026-02-23T08:50:08.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 0} : dispatch 2026-02-23T08:50:08.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:07 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: purged_snaps scrub starts 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: purged_snaps scrub ok 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: from='client.? 10.20.193.122:0/171582531' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:08.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:08 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: purged_snaps scrub starts 2026-02-23T08:50:09.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: purged_snaps scrub ok 2026-02-23T08:50:09.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: from='client.? 10.20.193.122:0/171582531' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:09.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:09.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:09.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:08 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: purged_snaps scrub starts 2026-02-23T08:50:09.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: purged_snaps scrub ok 2026-02-23T08:50:09.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: from='client.? 10.20.193.122:0/171582531' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:09.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: pgmap v18: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:09.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:09.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:08 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.917 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:09 trial122 ceph-mon[43063]: osdmap e9: 2 total, 1 up, 2 in 2026-02-23T08:50:09.917 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:09 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:09.917 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:09 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.917 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:09 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:09.917 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:09 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:50:09.918 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:09 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:09.918 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:09 trial122 ceph-mon[43063]: Deploying daemon osd.1 on trial122 2026-02-23T08:50:10.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:09 trial043 ceph-mon[39996]: osdmap e9: 2 total, 1 up, 2 in 2026-02-23T08:50:10.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:09 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:10.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:09 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:10.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:09 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:10.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:09 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:50:10.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:09 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:10.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:09 trial043 ceph-mon[39996]: Deploying daemon osd.1 on trial122 2026-02-23T08:50:10.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:09 trial138 ceph-mon[44055]: osdmap e9: 2 total, 1 up, 2 in 2026-02-23T08:50:10.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:09 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:10.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:09 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:10.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:09 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:10.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:09 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:50:10.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:09 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:10.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:09 trial138 ceph-mon[44055]: Deploying daemon osd.1 on trial122 2026-02-23T08:50:11.047 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.047 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.047 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:11.047 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:11.047 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.047 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:11.047 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:11.047 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:11.048 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:10 trial122 ceph-mon[43063]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:11.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:10 trial043 ceph-mon[39996]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:11.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:11.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:11.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:11.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:11.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:11.298 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:11.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:10 trial138 ceph-mon[44055]: pgmap v20: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:11.910 INFO:teuthology.orchestra.run.trial122.stdout:Created osd(s) 1 on host 'trial122' 2026-02-23T08:50:11.950 DEBUG:teuthology.orchestra.run.trial122:osd.1> sudo journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.1.service 2026-02-23T08:50:11.952 INFO:tasks.cephadm:Deploying osd.2 on trial138 with /dev/vg_nvme/lv_4... 2026-02-23T08:50:11.952 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da ceph-volume -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- lvm zap /dev/vg_nvme/lv_4 2026-02-23T08:50:12.069 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.c/config 2026-02-23T08:50:12.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:12 trial122 ceph-mon[43063]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:50:12.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:12 trial122 ceph-mon[43063]: from='osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:50:12.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:12 trial138 ceph-mon[44055]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:50:12.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:12 trial138 ceph-mon[44055]: from='osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:50:12.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.228 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:12 trial043 ceph-mon[39996]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:50:12.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:12 trial043 ceph-mon[39996]: from='osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239]' entity='osd.1' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]} : dispatch 2026-02-23T08:50:12.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:12.521 INFO:teuthology.orchestra.run.trial138.stdout: 2026-02-23T08:50:12.538 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch daemon add osd trial138:vg_nvme/lv_4 --skip-validation 2026-02-23T08:50:12.654 INFO:teuthology.orchestra.run.trial138.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.c/config 2026-02-23T08:50:13.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T08:50:13.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T08:50:13.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:13.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]} : dispatch 2026-02-23T08:50:13.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]} : dispatch 2026-02-23T08:50:13.299 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.300 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.392 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T08:50:13.392 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]} : dispatch 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]} : dispatch 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.393 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:13 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1[47263]: 2026-02-23T08:50:13.087+0000 7ffa05449640 -1 osd.1 0 waiting for initial osdmap 2026-02-23T08:50:13.394 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:13 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1[47263]: 2026-02-23T08:50:13.089+0000 7ff9fd308640 -1 osd.1 11 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T08:50:13.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2026-02-23T08:50:13.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: osdmap e10: 2 total, 1 up, 2 in 2026-02-23T08:50:13.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:13.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='osd.1 ' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]} : dispatch 2026-02-23T08:50:13.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239]' entity='osd.1' cmd={"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]} : dispatch 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: pgmap v22: 0 pgs: ; 0 B data, 26 MiB used, 700 GiB / 700 GiB avail 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:13.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='client.24148 -' 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-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: osd.default does not exist. Creating it now. 2026-02-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: Creating OSDs with service ID: default on trial138:['vg_nvme/lv_4'] 2026-02-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: Marking host: trial138 for OSDSpec preview refresh. 2026-02-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: Saving service osd.default spec with placement trial138 2026-02-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]}]': finished 2026-02-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='client.? 10.20.193.138:0/1347431588' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"} : dispatch 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"} : dispatch 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"}]': finished 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239] boot 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: osdmap e12: 3 total, 2 up, 3 in 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:14.394 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:14 trial122 ceph-mon[43063]: from='client.? 10.20.193.138:0/359038503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='client.24148 -' 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-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: osd.default does not exist. Creating it now. 2026-02-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: Creating OSDs with service ID: default on trial138:['vg_nvme/lv_4'] 2026-02-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: Marking host: trial138 for OSDSpec preview refresh. 2026-02-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: Saving service osd.default spec with placement trial138 2026-02-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]}]': finished 2026-02-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.446 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='client.? 10.20.193.138:0/1347431588' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"} : dispatch 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"} : dispatch 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"}]': finished 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239] boot 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: osdmap e12: 3 total, 2 up, 3 in 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:14.447 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:14 trial138 ceph-mon[44055]: from='client.? 10.20.193.138:0/359038503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:14.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='client.24148 -' 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-23T08:50:14.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: osd.default does not exist. Creating it now. 2026-02-23T08:50:14.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: Creating OSDs with service ID: default on trial138:['vg_nvme/lv_4'] 2026-02-23T08:50:14.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: Marking host: trial138 for OSDSpec preview refresh. 2026-02-23T08:50:14.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: Saving service osd.default spec with placement trial138 2026-02-23T08:50:14.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.6836, "args": ["host=trial122", "root=default"]}]': finished 2026-02-23T08:50:14.497 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: osdmap e11: 2 total, 1 up, 2 in 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='client.? 10.20.193.138:0/1347431588' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"} : dispatch 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='client.? ' entity='client.bootstrap-osd' cmd={"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"} : dispatch 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "578ba204-c13a-4737-b5e5-3d75daf31247"}]': finished 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: osd.1 [v2:10.20.193.122:6800/3222024239,v1:10.20.193.122:6801/3222024239] boot 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: osdmap e12: 3 total, 2 up, 3 in 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 1} : dispatch 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:14.498 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:14 trial043 ceph-mon[39996]: from='client.? 10.20.193.138:0/359038503' entity='client.bootstrap-osd' cmd={"prefix": "mon getmap"} : dispatch 2026-02-23T08:50:15.385 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: purged_snaps scrub starts 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: purged_snaps scrub ok 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: Detected new or changed devices on trial122 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: Adjusting osd_memory_target on trial122 to 84047M 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:15.386 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.387 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:15.387 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:15.387 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:15.387 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: pgmap v25: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:15.387 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: osdmap e13: 3 total, 2 up, 3 in 2026-02-23T08:50:15.387 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:15 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:15.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: purged_snaps scrub starts 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: purged_snaps scrub ok 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: Detected new or changed devices on trial122 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: Adjusting osd_memory_target on trial122 to 84047M 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:15.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:15.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:15.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:15.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: pgmap v25: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:15.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: osdmap e13: 3 total, 2 up, 3 in 2026-02-23T08:50:15.644 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:15 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:15.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: purged_snaps scrub starts 2026-02-23T08:50:15.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: purged_snaps scrub ok 2026-02-23T08:50:15.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: Detected new or changed devices on trial122 2026-02-23T08:50:15.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:15.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: Adjusting osd_memory_target on trial122 to 84047M 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: pgmap v25: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: osdmap e13: 3 total, 2 up, 3 in 2026-02-23T08:50:15.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:15 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:16.459 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:16 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:16.460 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:16 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:16.460 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:16 trial138 ceph-mon[44055]: Deploying daemon osd.2 on trial138 2026-02-23T08:50:16.460 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:16 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:16.460 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:16 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:16.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:16 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:16.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:16 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:16.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:16 trial122 ceph-mon[43063]: Deploying daemon osd.2 on trial138 2026-02-23T08:50:16.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:16 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:16.643 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:16 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:16.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:16 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:16.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:16 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:16.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:16 trial043 ceph-mon[39996]: Deploying daemon osd.2 on trial138 2026-02-23T08:50:16.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:16 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:16.748 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:16 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:17.548 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:17 trial138 ceph-mon[44055]: Deploying daemon osd.2 on trial138 2026-02-23T08:50:17.548 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:17 trial138 ceph-mon[44055]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:17.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:17 trial122 ceph-mon[43063]: Deploying daemon osd.2 on trial138 2026-02-23T08:50:17.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:17 trial122 ceph-mon[43063]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:17.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:17 trial043 ceph-mon[39996]: Deploying daemon osd.2 on trial138 2026-02-23T08:50:17.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:17 trial043 ceph-mon[39996]: pgmap v27: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:18.460 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:18 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:18.460 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:18 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:18.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:18 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:18.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:18 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:18.746 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:18 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:18.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:18 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:19.533 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:19 trial138 ceph-mon[44055]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:19.533 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:19 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:19.533 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:19 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:19.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:19 trial122 ceph-mon[43063]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:19.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:19 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:19.642 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:19 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:19.720 INFO:teuthology.orchestra.run.trial138.stdout:Created osd(s) 2 on host 'trial138' 2026-02-23T08:50:19.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:19 trial043 ceph-mon[39996]: pgmap v28: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:19.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:19 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:19.747 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:19 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:19.763 DEBUG:teuthology.orchestra.run.trial138:osd.2> sudo journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.2.service 2026-02-23T08:50:19.765 INFO:tasks.cephadm:Waiting for 3 OSDs to come up... 2026-02-23T08:50:19.765 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T08:50:19.885 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:20.100 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:20.138 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":13,"num_osds":3,"num_up_osds":2,"osd_up_since":1771836613,"num_in_osds":3,"osd_in_since":1771836613,"num_remapped_pgs":0} 2026-02-23T08:50:20.774 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.775 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.775 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T08:50:20.775 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T08:50:20.775 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3622292518' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:20.775 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.775 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.775 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:20.775 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.776 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:20 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T08:50:20.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T08:50:20.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3622292518' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:20.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:20.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:20.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:20 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.139 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761]' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='osd.2 ' entity='osd.2' cmd={"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]} : dispatch 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3622292518' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:20 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.256 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:21.469 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:21.505 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":14,"num_osds":3,"num_up_osds":2,"osd_up_since":1771836613,"num_in_osds":3,"osd_in_since":1771836613,"num_remapped_pgs":0} 2026-02-23T08:50:21.905 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:21.905 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T08:50:21.905 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: osdmap e14: 3 total, 2 up, 3 in 2026-02-23T08:50:21.905 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:21.905 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-23T08:50:21.905 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: 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-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/234759975' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:21.906 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:21 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:21.907 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:21 trial138 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2[49132]: 2026-02-23T08:50:21.722+0000 7f7d7d176640 -1 osd.2 0 waiting for initial osdmap 2026-02-23T08:50:21.907 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:21 trial138 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2[49132]: 2026-02-23T08:50:21.724+0000 7f7d75035640 -1 osd.2 15 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2026-02-23T08:50:21.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:21.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T08:50:21.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: osdmap e14: 3 total, 2 up, 3 in 2026-02-23T08:50:21.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: 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-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/234759975' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:21.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:21.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:21 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:22.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: pgmap v29: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: osdmap e14: 3 total, 2 up, 3 in 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761]' entity='osd.2' cmd={"prefix": "osd crush create-or-move", "id": 2, "weight":0.6836, "args": ["host=trial138", "root=default"]} : dispatch 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: 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-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/234759975' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"} : dispatch 2026-02-23T08:50:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:22.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:22.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:22.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:22.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:22.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.bootstrap-osd"} : dispatch 2026-02-23T08:50:22.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:21 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:22.507 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd stat -f json 2026-02-23T08:50:22.625 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:22.810 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:22 trial138 ceph-mon[44055]: Detected new or changed devices on trial138 2026-02-23T08:50:22.811 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:22 trial138 ceph-mon[44055]: Adjusting osd_memory_target on trial138 to 88143M 2026-02-23T08:50:22.811 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:22 trial138 ceph-mon[44055]: 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-23T08:50:22.811 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:22 trial138 ceph-mon[44055]: osdmap e15: 3 total, 2 up, 3 in 2026-02-23T08:50:22.811 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:22 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:22.811 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:22 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:22.811 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:22 trial138 ceph-mon[44055]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:22.839 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:22.840 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:22 trial043 ceph-mon[39996]: Detected new or changed devices on trial138 2026-02-23T08:50:22.840 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:22 trial043 ceph-mon[39996]: Adjusting osd_memory_target on trial138 to 88143M 2026-02-23T08:50:22.840 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:22 trial043 ceph-mon[39996]: 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-23T08:50:22.840 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:22 trial043 ceph-mon[39996]: osdmap e15: 3 total, 2 up, 3 in 2026-02-23T08:50:22.840 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:22 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:22.840 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:22 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:22.840 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:22 trial043 ceph-mon[39996]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:22.875 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":16,"num_osds":3,"num_up_osds":3,"osd_up_since":1771836622,"num_in_osds":3,"osd_in_since":1771836613,"num_remapped_pgs":0} 2026-02-23T08:50:22.876 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T08:50:22.993 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:23.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:22 trial122 ceph-mon[43063]: Detected new or changed devices on trial138 2026-02-23T08:50:23.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:22 trial122 ceph-mon[43063]: Adjusting osd_memory_target on trial138 to 88143M 2026-02-23T08:50:23.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:22 trial122 ceph-mon[43063]: 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-23T08:50:23.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:22 trial122 ceph-mon[43063]: osdmap e15: 3 total, 2 up, 3 in 2026-02-23T08:50:23.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:22 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:23.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:22 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:23.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:22 trial122 ceph-mon[43063]: pgmap v32: 0 pgs: ; 0 B data, 53 MiB used, 1.4 TiB / 1.4 TiB avail 2026-02-23T08:50:23.199 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:23.199 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":16,"fsid":"7c038258-1094-11f1-8a6e-d404e6e7d460","created":"2026-02-23T08:49:08.966218+0000","modified":"2026-02-23T08:50:22.721097+0000","last_up_change":"2026-02-23T08:50:22.721097+0000","last_in_change":"2026-02-23T08:50:13.554141+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":"6ac6ed10-e202-4104-a1d9-d16ab75d57e2","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.43:6802","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6803","nonce":4005055693}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6804","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6805","nonce":4005055693}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6808","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6809","nonce":4005055693}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6806","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6807","nonce":4005055693}]},"public_addr":"10.20.193.43:6803/4005055693","cluster_addr":"10.20.193.43:6805/4005055693","heartbeat_back_addr":"10.20.193.43:6809/4005055693","heartbeat_front_addr":"10.20.193.43:6807/4005055693","state":["exists","up"]},{"osd":1,"uuid":"c0be4ee7-73f7-4a40-bf19-0febb7d387ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6800","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6801","nonce":3222024239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6802","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6803","nonce":3222024239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6806","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6807","nonce":3222024239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6804","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6805","nonce":3222024239}]},"public_addr":"10.20.193.122:6801/3222024239","cluster_addr":"10.20.193.122:6803/3222024239","heartbeat_back_addr":"10.20.193.122:6807/3222024239","heartbeat_front_addr":"10.20.193.122:6805/3222024239","state":["exists","up"]},{"osd":2,"uuid":"578ba204-c13a-4737-b5e5-3d75daf31247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6800","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6801","nonce":1720874761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6802","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6803","nonce":1720874761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6806","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6807","nonce":1720874761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6804","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6805","nonce":1720874761}]},"public_addr":"10.20.193.138:6801/1720874761","cluster_addr":"10.20.193.138:6803/1720874761","heartbeat_back_addr":"10.20.193.138:6807/1720874761","heartbeat_front_addr":"10.20.193.138:6805/1720874761","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T08:50:06.414622+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T08:50:12.807518+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"0.000000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.43:6801/2266773976":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1871109415":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1902437462":"2026-02-24T08:49:28.440200+0000","10.20.193.43:6800/1921491422":"2026-02-24T08:49:18.949587+0000","10.20.193.43:6801/1921491422":"2026-02-24T08:49:18.949587+0000","10.20.193.43:0/1487554648":"2026-02-24T08:49:18.949587+0000","10.20.193.43:0/388203583":"2026-02-24T08:49:18.949587+0000","10.20.193.43:6800/2266773976":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1755229743":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/2379268906":"2026-02-24T08:49:18.949587+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-23T08:50:23.235 INFO:tasks.cephadm.ceph_manager.ceph:[] 2026-02-23T08:50:23.236 INFO:tasks.cephadm:Setting up client nodes... 2026-02-23T08:50:23.237 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph config log 1 --format=json 2026-02-23T08:50:23.353 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:23.562 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:23.598 INFO:teuthology.orchestra.run.trial043.stdout:[{"version":13,"timestamp":"2026-02-23T08:50:21.653272+0000","name":"","changes":[{"name":"osd/host:trial138/osd_memory_target","new_value":"92424893235"}]}] 2026-02-23T08:50:23.599 INFO:tasks.ceph_manager:config epoch is 13 2026-02-23T08:50:23.599 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2026-02-23T08:50:23.599 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2026-02-23T08:50:23.599 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph mgr dump --format=json 2026-02-23T08:50:23.714 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:23.957 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:23.958 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: purged_snaps scrub starts 2026-02-23T08:50:23.958 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: purged_snaps scrub ok 2026-02-23T08:50:23.958 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761] boot 2026-02-23T08:50:23.958 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: osdmap e16: 3 total, 3 up, 3 in 2026-02-23T08:50:23.959 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:23.959 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3283548313' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:23.959 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1927722017' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:23.959 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:23.959 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:23.959 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:23 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/654510825' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T08:50:23.993 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":14,"flags":0,"active_gid":14152,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6800","nonce":1461249202},{"type":"v1","addr":"10.20.193.43:6801","nonce":1461249202}]},"active_addr":"10.20.193.43:6801/1461249202","active_change":"2026-02-23T08:49:28.440295+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 the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}]}],"modules":["cephadm","dashboard","iostat","nfs"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to, use commas to separate multiple","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2359","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"6","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","read","upmap","upmap-read"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_pg_upmap_activity":{"name":"update_pg_upmap_activity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Updates pg_upmap activity stats to be used in `balancer status detail`","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often the agent on each host will gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"The first TCP port the agent will try to bind to. Up to 1000 subsequent ports will be attempted if this port cannot be bound","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this option can facilitate debugging daemons that encounter runtime problems.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"Fraction of total system memory to divide among autotuned daemons. Converged systems hosting both Ceph and compute should set a lower value; systems with more than 10 GiB of memory per OSD may benefit from a slightly larger value so that the abundance of RAM can be fully utilized","long_desc":"","tags":[],"see_also":[]},"cephadm_log_destination":{"name":"cephadm_log_destination","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":["file","file,syslog","syslog"],"desc":"Destination for cephadm command persistent logging","long_desc":"","tags":[],"see_also":[]},"certificate_automated_rotation_enabled":{"name":"certificate_automated_rotation_enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"This flag controls whether cephadm automatically rotates certificates upon expiration.","long_desc":"","tags":[],"see_also":[]},"certificate_check_debug_mode":{"name":"certificate_check_debug_mode","type":"bool","level":"dev","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"FOR TESTING ONLY: This flag forces the certificate check instead of waiting for certificate_check_period.","long_desc":"","tags":[],"see_also":[]},"certificate_check_period":{"name":"certificate_check_period","type":"int","level":"advanced","flags":0,"default_value":"1","min":"0","max":"30","enum_allowed":[],"desc":"Specifies how often (in days) the certificate should be checked for validity.","long_desc":"","tags":[],"see_also":[]},"certificate_duration_days":{"name":"certificate_duration_days","type":"int","level":"advanced","flags":0,"default_value":"1095","min":"90","max":"3650","enum_allowed":[],"desc":"Specifies the duration of self-signed certificates generated and signed by the cephadm root CA","long_desc":"","tags":[],"see_also":[]},"certificate_renewal_threshold_days":{"name":"certificate_renewal_threshold_days","type":"int","level":"advanced","flags":0,"default_value":"30","min":"10","max":"90","enum_allowed":[],"desc":"Specifies the lead time in days to initiate certificate renewal before expiration.","long_desc":"","tags":[],"see_also":[]},"cgroups_split":{"name":"cgroups_split","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Pass --cgroups=split when cephadm creates containers (currently Podman only)","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.28.1","min":"","max":"","enum_allowed":[],"desc":"Alertmanager container image","long_desc":"","tags":[],"see_also":[]},"container_image_alloy":{"name":"container_image_alloy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/alloy:latest","min":"","max":"","enum_allowed":[],"desc":"Alloy container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_elasticsearch":{"name":"container_image_elasticsearch","type":"str","level":"advanced","flags":0,"default_value":"quay.io/omrizeneva/elasticsearch:6.8.23","min":"","max":"","enum_allowed":[],"desc":"Elasticsearch container image","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/grafana:12.3.1","min":"","max":"","enum_allowed":[],"desc":"Grafana container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"Haproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_agent":{"name":"container_image_jaeger_agent","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-agent:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger agent container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_collector":{"name":"container_image_jaeger_collector","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-collector:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger collector container image","long_desc":"","tags":[],"see_also":[]},"container_image_jaeger_query":{"name":"container_image_jaeger_query","type":"str","level":"advanced","flags":0,"default_value":"quay.io/jaegertracing/jaeger-query:1.29","min":"","max":"","enum_allowed":[],"desc":"Jaeger query container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/keepalived:2.2.4","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_loki":{"name":"container_image_loki","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/loki:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Loki container image","long_desc":"","tags":[],"see_also":[]},"container_image_nginx":{"name":"container_image_nginx","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nginx:sclorg-nginx-126","min":"","max":"","enum_allowed":[],"desc":"Nginx container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v1.9.1","min":"","max":"","enum_allowed":[],"desc":"Node exporter container image","long_desc":"","tags":[],"see_also":[]},"container_image_nvmeof":{"name":"container_image_nvmeof","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/nvmeof:1.6","min":"","max":"","enum_allowed":[],"desc":"Nvmeof container image","long_desc":"","tags":[],"see_also":[]},"container_image_oauth2_proxy":{"name":"container_image_oauth2_proxy","type":"str","level":"advanced","flags":0,"default_value":"quay.io/oauth2-proxy/oauth2-proxy:v7.6.0","min":"","max":"","enum_allowed":[],"desc":"Oauth2 proxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v3.6.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_promtail":{"name":"container_image_promtail","type":"str","level":"advanced","flags":0,"default_value":"docker.io/grafana/promtail:3.0.0","min":"","max":"","enum_allowed":[],"desc":"Promtail container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba":{"name":"container_image_samba","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-server:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba container image","long_desc":"","tags":[],"see_also":[]},"container_image_samba_metrics":{"name":"container_image_samba_metrics","type":"str","level":"advanced","flags":0,"default_value":"quay.io/samba.org/samba-metrics:devbuilds-centos-amd64","min":"","max":"","enum_allowed":[],"desc":"Samba metrics container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"Snmp gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_cephadm_command_timeout":{"name":"default_cephadm_command_timeout","type":"int","level":"advanced","flags":0,"default_value":"900","min":"","max":"","enum_allowed":[],"desc":"Default timeout applied to cephadm commands run directly on the host (in seconds)","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"quay.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"Seconds for which to cache host facts data","long_desc":"","tags":[],"see_also":[]},"grafana_dashboards_path":{"name":"grafana_dashboards_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/grafana/dashboards/ceph-dashboard/","min":"","max":"","enum_allowed":[],"desc":"Location of dashboards to include in Grafana","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"How frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"hw_monitoring":{"name":"hw_monitoring","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether the hardware monitoring daemon be deployed on every host?","long_desc":"","tags":[],"see_also":[]},"inventory_list_all":{"name":"inventory_list_all","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Whether ceph-volume inventory should report more devices (mostly mappers (LVs / mpaths), partitions...)","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_refresh_metadata":{"name":"log_refresh_metadata","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Log all refresh metadata. Includes daemon, device, and host info collected regularly. Only has effect if logging at the debug level","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of daemons per service per host: guard against mistakes and runaways","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"Max number of OSDs that will be drained simultaneously when OSDs are removed","long_desc":"","tags":[],"see_also":[]},"max_parallel_osd_upgrades":{"name":"max_parallel_osd_upgrades","type":"int","level":"advanced","flags":0,"default_value":"16","min":"","max":"","enum_allowed":[],"desc":"Maximum number of OSD daemons upgraded in parallel.","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"Mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"oob_default_addr":{"name":"oob_default_addr","type":"str","level":"advanced","flags":0,"default_value":"169.254.1.1","min":"","max":"","enum_allowed":[],"desc":"Default IP address for RedFish API (OOB management).","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"Location of alerts to include in Prometheus Alertmanager","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry URL for login purposes. This is not the default registry.","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"service_discovery_port":{"name":"service_discovery_port","type":"int","level":"advanced","flags":0,"default_value":"8765","min":"","max":"","enum_allowed":[],"desc":"Cephadm service discovery port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Customized SSH config file to distribute to managed hosts","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_count_max":{"name":"ssh_keepalive_count_max","type":"int","level":"advanced","flags":0,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"How many sequential SSH connection liveness check failures before the host is marked offline","long_desc":"","tags":[],"see_also":[]},"ssh_keepalive_interval":{"name":"ssh_keepalive_interval","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"How often SSH connections are checked for liveness","long_desc":"","tags":[],"see_also":[]},"stray_daemon_check_interval":{"name":"stray_daemon_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"How frequently cephadm should check for the presence of stray daemons","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use the cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest to ensure that all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_DASHBOARD":{"name":"FEATURE_TOGGLE_DASHBOARD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MANAGED_BY_CLUSTERS":{"name":"MANAGED_BY_CLUSTERS","type":"str","level":"advanced","flags":0,"default_value":"[]","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"MULTICLUSTER_CONFIG":{"name":"MULTICLUSTER_CONFIG","type":"str","level":"advanced","flags":0,"default_value":"{}","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROM_ALERT_CREDENTIAL_CACHE_TTL":{"name":"PROM_ALERT_CREDENTIAL_CACHE_TTL","type":"int","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_HOSTNAME_PER_DAEMON":{"name":"RGW_HOSTNAME_PER_DAEMON","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"UNSAFE_TLS_v1_2":{"name":"UNSAFE_TLS_v1_2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"cross_origin_url":{"name":"cross_origin_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crypto_caller":{"name":"crypto_caller","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"redirect_resolve_ip_addr":{"name":"redirect_resolve_ip_addr","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sso_oauth2":{"name":"sso_oauth2","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"fail_fs":{"name":"fail_fs","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Fail filesystem for rapid multi-rank mds upgrade","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"exclude_perf_counters":{"name":"exclude_perf_counters","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Do not include perf-counters in the metrics output","long_desc":"Gathering perf-counters from a single Prometheus exporter can degrade ceph-mgr performance, especially in large clusters. Instead, Ceph-exporter daemons are now used by default for perf-counter gathering. This should only be disabled when no ceph-exporters are deployed.","tags":[],"see_also":[]},"healthcheck_history_max_entries":{"name":"healthcheck_history_max_entries","type":"int","level":"advanced","flags":1,"default_value":"1000","min":"","max":"","enum_allowed":[],"desc":"Maximum number of health check history entries to keep","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":1,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rgw","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"secondary_zone_period_retry_limit":{"name":"secondary_zone_period_retry_limit","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"RGW module period update retry limit for secondary site","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"prometheus_tls_secret_name":{"name":"prometheus_tls_secret_name","type":"str","level":"advanced","flags":0,"default_value":"rook-ceph-prometheus-server-tls","min":"","max":"","enum_allowed":[],"desc":"name of tls secret in k8s for prometheus","long_desc":"","tags":[],"see_also":[]},"secure_monitoring_stack":{"name":"secure_monitoring_stack","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable TLS security for all the monitoring stack daemons","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"smb","can_run":true,"error_string":"","module_options":{"internal_store_backend":{"name":"internal_store_backend","type":"str","level":"dev","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"set internal store backend. for develoment and testing only","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"update_orchestration":{"name":"update_orchestration","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically update orchestration when smb resources are changed","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard_description":{"name":"leaderboard_description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_cloning":{"name":"pause_cloning","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"pause_purging":{"name":"pause_purging","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Pause asynchronous subvolume purge threads","long_desc":"","tags":[],"see_also":[]},"periodic_async_work":{"name":"periodic_async_work","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Periodically check for async work","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_no_wait":{"name":"snapshot_clone_no_wait","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Reject subvolume clone request when cloner threads are busy","long_desc":"","tags":[],"see_also":[]},"sqlite3_killpoint":{"name":"sqlite3_killpoint","type":"int","level":"dev","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"dashboard":"https://10.20.193.43: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.43:0","nonce":81033133}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"10.20.193.43:0","nonce":1455358408}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"10.20.193.43:0","nonce":3792448239}]}]} 2026-02-23T08:50:24.003 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2026-02-23T08:50:24.004 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2026-02-23T08:50:24.004 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: purged_snaps scrub starts 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: purged_snaps scrub ok 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761] boot 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: osdmap e16: 3 total, 3 up, 3 in 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3283548313' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/1927722017' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:24.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:23 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/654510825' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T08:50:24.118 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:24.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: purged_snaps scrub starts 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: purged_snaps scrub ok 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: osd.2 [v2:10.20.193.138:6800/1720874761,v1:10.20.193.138:6801/1720874761] boot 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: osdmap e16: 3 total, 3 up, 3 in 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd metadata", "id": 2} : dispatch 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3283548313' entity='client.admin' cmd={"prefix": "osd stat", "format": "json"} : dispatch 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1927722017' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:23 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/654510825' entity='client.admin' cmd={"prefix": "config log", "num": 1, "format": "json"} : dispatch 2026-02-23T08:50:24.328 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:24.328 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":17,"fsid":"7c038258-1094-11f1-8a6e-d404e6e7d460","created":"2026-02-23T08:49:08.966218+0000","modified":"2026-02-23T08:50:23.725376+0000","last_up_change":"2026-02-23T08:50:22.721097+0000","last_in_change":"2026-02-23T08:50:13.554141+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":"6ac6ed10-e202-4104-a1d9-d16ab75d57e2","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.43:6802","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6803","nonce":4005055693}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6804","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6805","nonce":4005055693}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6808","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6809","nonce":4005055693}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6806","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6807","nonce":4005055693}]},"public_addr":"10.20.193.43:6803/4005055693","cluster_addr":"10.20.193.43:6805/4005055693","heartbeat_back_addr":"10.20.193.43:6809/4005055693","heartbeat_front_addr":"10.20.193.43:6807/4005055693","state":["exists","up"]},{"osd":1,"uuid":"c0be4ee7-73f7-4a40-bf19-0febb7d387ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6800","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6801","nonce":3222024239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6802","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6803","nonce":3222024239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6806","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6807","nonce":3222024239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6804","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6805","nonce":3222024239}]},"public_addr":"10.20.193.122:6801/3222024239","cluster_addr":"10.20.193.122:6803/3222024239","heartbeat_back_addr":"10.20.193.122:6807/3222024239","heartbeat_front_addr":"10.20.193.122:6805/3222024239","state":["exists","up"]},{"osd":2,"uuid":"578ba204-c13a-4737-b5e5-3d75daf31247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6800","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6801","nonce":1720874761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6802","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6803","nonce":1720874761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6806","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6807","nonce":1720874761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6804","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6805","nonce":1720874761}]},"public_addr":"10.20.193.138:6801/1720874761","cluster_addr":"10.20.193.138:6803/1720874761","heartbeat_back_addr":"10.20.193.138:6807/1720874761","heartbeat_front_addr":"10.20.193.138:6805/1720874761","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T08:50:06.414622+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T08:50:12.807518+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T08:50:20.766577+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.43:6801/2266773976":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1871109415":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1902437462":"2026-02-24T08:49:28.440200+0000","10.20.193.43:6800/1921491422":"2026-02-24T08:49:18.949587+0000","10.20.193.43:6801/1921491422":"2026-02-24T08:49:18.949587+0000","10.20.193.43:0/1487554648":"2026-02-24T08:49:18.949587+0000","10.20.193.43:0/388203583":"2026-02-24T08:49:18.949587+0000","10.20.193.43:6800/2266773976":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1755229743":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/2379268906":"2026-02-24T08:49:18.949587+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-23T08:50:24.365 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2026-02-23T08:50:24.365 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd dump --format=json 2026-02-23T08:50:24.479 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:24.686 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:24.687 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":17,"fsid":"7c038258-1094-11f1-8a6e-d404e6e7d460","created":"2026-02-23T08:49:08.966218+0000","modified":"2026-02-23T08:50:23.725376+0000","last_up_change":"2026-02-23T08:50:22.721097+0000","last_in_change":"2026-02-23T08:50:13.554141+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":"6ac6ed10-e202-4104-a1d9-d16ab75d57e2","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.43:6802","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6803","nonce":4005055693}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6804","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6805","nonce":4005055693}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6808","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6809","nonce":4005055693}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.43:6806","nonce":4005055693},{"type":"v1","addr":"10.20.193.43:6807","nonce":4005055693}]},"public_addr":"10.20.193.43:6803/4005055693","cluster_addr":"10.20.193.43:6805/4005055693","heartbeat_back_addr":"10.20.193.43:6809/4005055693","heartbeat_front_addr":"10.20.193.43:6807/4005055693","state":["exists","up"]},{"osd":1,"uuid":"c0be4ee7-73f7-4a40-bf19-0febb7d387ee","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6800","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6801","nonce":3222024239}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6802","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6803","nonce":3222024239}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6806","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6807","nonce":3222024239}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:6804","nonce":3222024239},{"type":"v1","addr":"10.20.193.122:6805","nonce":3222024239}]},"public_addr":"10.20.193.122:6801/3222024239","cluster_addr":"10.20.193.122:6803/3222024239","heartbeat_back_addr":"10.20.193.122:6807/3222024239","heartbeat_front_addr":"10.20.193.122:6805/3222024239","state":["exists","up"]},{"osd":2,"uuid":"578ba204-c13a-4737-b5e5-3d75daf31247","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6800","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6801","nonce":1720874761}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6802","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6803","nonce":1720874761}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6806","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6807","nonce":1720874761}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.138:6804","nonce":1720874761},{"type":"v1","addr":"10.20.193.138:6805","nonce":1720874761}]},"public_addr":"10.20.193.138:6801/1720874761","cluster_addr":"10.20.193.138:6803/1720874761","heartbeat_back_addr":"10.20.193.138:6807/1720874761","heartbeat_front_addr":"10.20.193.138:6805/1720874761","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T08:50:06.414622+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T08:50:12.807518+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4544132024016699391,"old_weight":0,"last_purged_snaps_scrub":"2026-02-23T08:50:20.766577+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"10.20.193.43:6801/2266773976":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1871109415":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1902437462":"2026-02-24T08:49:28.440200+0000","10.20.193.43:6800/1921491422":"2026-02-24T08:49:18.949587+0000","10.20.193.43:6801/1921491422":"2026-02-24T08:49:18.949587+0000","10.20.193.43:0/1487554648":"2026-02-24T08:49:18.949587+0000","10.20.193.43:0/388203583":"2026-02-24T08:49:18.949587+0000","10.20.193.43:6800/2266773976":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/1755229743":"2026-02-24T08:49:28.440200+0000","10.20.193.43:0/2379268906":"2026-02-24T08:49:18.949587+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-23T08:50:24.723 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph tell osd.0 flush_pg_stats 2026-02-23T08:50:24.723 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph tell osd.1 flush_pg_stats 2026-02-23T08:50:24.724 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph tell osd.2 flush_pg_stats 2026-02-23T08:50:24.841 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:24.842 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:24.844 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:24.865 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:24 trial043 ceph-mon[39996]: osdmap e17: 3 total, 3 up, 3 in 2026-02-23T08:50:24.865 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:24 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3820261613' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T08:50:24.865 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:24 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3586112466' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:24.865 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:24 trial043 ceph-mon[39996]: pgmap v35: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:24.865 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:24 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' 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-23T08:50:24.866 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:24 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1678179715' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:25.000 INFO:teuthology.orchestra.run.trial043.stdout:51539607556 2026-02-23T08:50:25.001 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T08:50:25.005 INFO:teuthology.orchestra.run.trial043.stdout:68719476738 2026-02-23T08:50:25.005 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-23T08:50:25.011 INFO:teuthology.orchestra.run.trial043.stdout:34359738374 2026-02-23T08:50:25.012 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T08:50:25.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:24 trial138 ceph-mon[44055]: osdmap e17: 3 total, 3 up, 3 in 2026-02-23T08:50:25.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:24 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3820261613' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T08:50:25.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:24 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3586112466' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:25.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:24 trial138 ceph-mon[44055]: pgmap v35: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:25.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:24 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' 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-23T08:50:25.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:24 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/1678179715' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:25.117 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:25.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:24 trial122 ceph-mon[43063]: osdmap e17: 3 total, 3 up, 3 in 2026-02-23T08:50:25.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:24 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3820261613' entity='client.admin' cmd={"prefix": "mgr dump", "format": "json"} : dispatch 2026-02-23T08:50:25.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:24 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3586112466' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:25.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:24 trial122 ceph-mon[43063]: pgmap v35: 0 pgs: ; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:25.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:24 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' 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-23T08:50:25.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:24 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1678179715' entity='client.admin' cmd={"prefix": "osd dump", "format": "json"} : dispatch 2026-02-23T08:50:25.168 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:25.168 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:25.348 INFO:teuthology.orchestra.run.trial043.stdout:51539607555 2026-02-23T08:50:25.380 INFO:teuthology.orchestra.run.trial043.stdout:34359738373 2026-02-23T08:50:25.384 INFO:teuthology.orchestra.run.trial043.stdout:68719476737 2026-02-23T08:50:25.386 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607555 for osd.1 2026-02-23T08:50:25.420 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738373 for osd.0 2026-02-23T08:50:25.426 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476738 got 68719476737 for osd.2 2026-02-23T08:50:25.911 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67064]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-23T08:50:25.911 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67064]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:25.911 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67064]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:25.911 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67064]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:25.911 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67068]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-23T08:50:25.912 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67068]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:25.912 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67068]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:25.912 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67068]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:25.912 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' 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-23T08:50:25.912 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 ceph-mon[39996]: osdmap e18: 3 total, 3 up, 3 in 2026-02-23T08:50:25.912 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-23T08:50:25.912 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/450002768' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:25.912 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/2872168141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:25.913 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/4263887634' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:25.995 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52239]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-23T08:50:25.995 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52239]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:25.995 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52239]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:25.995 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52239]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:25.996 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52243]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-23T08:50:25.996 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52243]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:25.996 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52243]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:25.996 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52243]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:25.996 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' 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-23T08:50:25.996 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 ceph-mon[43063]: osdmap e18: 3 total, 3 up, 3 in 2026-02-23T08:50:25.996 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-23T08:50:25.997 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/450002768' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:25.997 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/2872168141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:25.997 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/4263887634' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:25.997 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52247]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-23T08:50:26.049 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54226]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme2n1 2026-02-23T08:50:26.049 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54226]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:26.049 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54226]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:26.049 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54226]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:26.049 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54230]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme2n1 2026-02-23T08:50:26.049 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54230]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:26.049 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54230]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:26.049 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54230]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:26.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' 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-23T08:50:26.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 ceph-mon[44055]: osdmap e18: 3 total, 3 up, 3 in 2026-02-23T08:50:26.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true} : dispatch 2026-02-23T08:50:26.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/450002768' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:26.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/2872168141' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:26.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/4263887634' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:26.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54234]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme1n1 2026-02-23T08:50:26.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54234]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:26.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54234]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:26.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54234]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:26.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54238]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme1n1 2026-02-23T08:50:26.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54238]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:26.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54238]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:26.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:25 trial138 sudo[54238]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:26.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67072]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/smartctl -x --json=o /dev/nvme0n1 2026-02-23T08:50:26.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67072]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:26.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67072]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:26.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67072]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:26.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67076]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-23T08:50:26.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67076]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:26.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67076]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:26.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:25 trial043 sudo[67076]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:26.388 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T08:50:26.392 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52247]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:26.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:25 trial122 sudo[52247]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:26.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 sudo[52247]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:26.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 sudo[52251]: ceph : PWD=/ ; USER=root ; COMMAND=/usr/sbin/nvme mtfdkcc1t9tgp-1bk1jabyy smart-log-add --json /dev/nvme0n1 2026-02-23T08:50:26.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 sudo[52251]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2026-02-23T08:50:26.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 sudo[52251]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=167) 2026-02-23T08:50:26.393 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 sudo[52251]: pam_unix(sudo:session): session closed for user root 2026-02-23T08:50:26.421 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T08:50:26.427 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-23T08:50:26.509 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:26.547 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:26.548 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:26.734 INFO:teuthology.orchestra.run.trial043.stdout:51539607555 2026-02-23T08:50:26.749 INFO:teuthology.orchestra.run.trial043.stdout:68719476737 2026-02-23T08:50:26.751 INFO:teuthology.orchestra.run.trial043.stdout:34359738373 2026-02-23T08:50:26.774 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607555 for osd.1 2026-02-23T08:50:26.792 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476738 got 68719476737 for osd.2 2026-02-23T08:50:26.793 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738373 for osd.0 2026-02-23T08:50:26.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-23T08:50:26.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: osdmap e19: 3 total, 3 up, 3 in 2026-02-23T08:50:26.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:26.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: pgmap v38: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:26.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:26 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3717726157' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:27.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: osdmap e19: 3 total, 3 up, 3 in 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:27.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:27.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: pgmap v38: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:27.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:26 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3717726157' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:27.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2026-02-23T08:50:27.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: osdmap e19: 3 total, 3 up, 3 in 2026-02-23T08:50:27.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:27.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: pgmap v38: 1 pgs: 1 creating+peering; 0 B data, 79 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:27.145 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:26 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3717726157' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:27.775 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.1 2026-02-23T08:50:27.793 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.2 2026-02-23T08:50:27.794 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph osd last-stat-seq osd.0 2026-02-23T08:50:27.898 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:27.933 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:27.934 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:27.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:27 trial043 ceph-mon[39996]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:50:27.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:27 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/2296003769' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:27.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:27 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/757829129' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:27.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:27 trial043 ceph-mon[39996]: mgrmap e15: a(active, since 58s), standbys: b 2026-02-23T08:50:28.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:27 trial138 ceph-mon[44055]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:50:28.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:27 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/2296003769' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:28.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:27 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/757829129' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:28.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:27 trial138 ceph-mon[44055]: mgrmap e15: a(active, since 58s), standbys: b 2026-02-23T08:50:28.116 INFO:teuthology.orchestra.run.trial043.stdout:51539607556 2026-02-23T08:50:28.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:27 trial122 ceph-mon[43063]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:50:28.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:27 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/2296003769' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:28.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:27 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/757829129' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:28.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:27 trial122 ceph-mon[43063]: mgrmap e15: a(active, since 58s), standbys: b 2026-02-23T08:50:28.153 INFO:teuthology.orchestra.run.trial043.stdout:68719476738 2026-02-23T08:50:28.155 INFO:teuthology.orchestra.run.trial043.stdout:34359738374 2026-02-23T08:50:28.157 INFO:tasks.cephadm.ceph_manager.ceph:need seq 51539607556 got 51539607556 for osd.1 2026-02-23T08:50:28.157 DEBUG:teuthology.parallel:result is None 2026-02-23T08:50:28.198 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476738 got 68719476738 for osd.2 2026-02-23T08:50:28.198 DEBUG:teuthology.parallel:result is None 2026-02-23T08:50:28.218 INFO:tasks.cephadm.ceph_manager.ceph:need seq 34359738374 got 34359738374 for osd.0 2026-02-23T08:50:28.218 DEBUG:teuthology.parallel:result is None 2026-02-23T08:50:28.218 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2026-02-23T08:50:28.219 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T08:50:28.375 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:28.580 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:28.581 INFO:teuthology.orchestra.run.trial043.stderr:dumped all 2026-02-23T08:50:28.617 INFO:teuthology.orchestra.run.trial043.stdout:{"pg_ready":true,"pg_map":{"version":40,"stamp":"2026-02-23T08:50:28.448944+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":83668,"kb_used_data":1648,"kb_used_omap":26,"kb_used_meta":80805,"kb_avail":2201925932,"statfs":{"total":2254857830400,"available":2254772154368,"internally_reserved":0,"allocated":1687552,"data_stored":1333546,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":26991,"internal_metadata":82744977},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":18,"state":"creating+peering","last_fresh":"2026-02-23T08:50:24.734780+0000","last_change":"2026-02-23T08:50:24.734780+0000","last_active":"2026-02-23T08:50:24.729313+0000","last_peered":"2026-02-23T08:50:24.729313+0000","last_clean":"2026-02-23T08:50:24.729313+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-23T08:50:24.734780+0000","last_undegraded":"2026-02-23T08:50:24.734780+0000","last_fullsized":"2026-02-23T08:50:24.734780+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_clean_scrub_stamp":"2026-02-23T08:50:24.729313+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476739,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27116,"kb_used_data":152,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976084,"statfs":{"total":751619276800,"available":751591510016,"internally_reserved":0,"allocated":155648,"data_stored":45862,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12041,"internal_metadata":27578615},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"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-23T08:50:28.618 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T08:50:28.734 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:28.849 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:28 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/1998110735' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:28.850 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:28 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/421765113' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:28.850 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:28 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/4210921297' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:28.850 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:28 trial043 ceph-mon[39996]: pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:28.850 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:28 trial043 ceph-mon[39996]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:28.941 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:28.941 INFO:teuthology.orchestra.run.trial043.stderr:dumped all 2026-02-23T08:50:28.976 INFO:teuthology.orchestra.run.trial043.stdout:{"pg_ready":true,"pg_map":{"version":40,"stamp":"2026-02-23T08:50:28.448944+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":83668,"kb_used_data":1648,"kb_used_omap":26,"kb_used_meta":80805,"kb_avail":2201925932,"statfs":{"total":2254857830400,"available":2254772154368,"internally_reserved":0,"allocated":1687552,"data_stored":1333546,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":26991,"internal_metadata":82744977},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":18,"state":"creating+peering","last_fresh":"2026-02-23T08:50:24.734780+0000","last_change":"2026-02-23T08:50:24.734780+0000","last_active":"2026-02-23T08:50:24.729313+0000","last_peered":"2026-02-23T08:50:24.729313+0000","last_clean":"2026-02-23T08:50:24.729313+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-23T08:50:24.734780+0000","last_undegraded":"2026-02-23T08:50:24.734780+0000","last_fullsized":"2026-02-23T08:50:24.734780+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_clean_scrub_stamp":"2026-02-23T08:50:24.729313+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476739,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27116,"kb_used_data":152,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976084,"statfs":{"total":751619276800,"available":751591510016,"internally_reserved":0,"allocated":155648,"data_stored":45862,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12041,"internal_metadata":27578615},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"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-23T08:50:28.978 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T08:50:29.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:28 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/1998110735' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:29.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:28 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/421765113' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:29.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:28 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/4210921297' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:29.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:28 trial138 ceph-mon[44055]: pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:29.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:28 trial138 ceph-mon[44055]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:29.093 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:29.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:28 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/1998110735' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 1} : dispatch 2026-02-23T08:50:29.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:28 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/421765113' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 2} : dispatch 2026-02-23T08:50:29.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:28 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/4210921297' entity='client.admin' cmd={"prefix": "osd last-stat-seq", "id": 0} : dispatch 2026-02-23T08:50:29.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:28 trial122 ceph-mon[43063]: pgmap v40: 1 pgs: 1 creating+peering; 0 B data, 82 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:29.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:28 trial122 ceph-mon[43063]: from='client.14427 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:29.299 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:29.299 INFO:teuthology.orchestra.run.trial043.stderr:dumped all 2026-02-23T08:50:29.335 INFO:teuthology.orchestra.run.trial043.stdout:{"pg_ready":true,"pg_map":{"version":40,"stamp":"2026-02-23T08:50:28.448944+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":83668,"kb_used_data":1648,"kb_used_omap":26,"kb_used_meta":80805,"kb_avail":2201925932,"statfs":{"total":2254857830400,"available":2254772154368,"internally_reserved":0,"allocated":1687552,"data_stored":1333546,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":26991,"internal_metadata":82744977},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":18,"state":"creating+peering","last_fresh":"2026-02-23T08:50:24.734780+0000","last_change":"2026-02-23T08:50:24.734780+0000","last_active":"2026-02-23T08:50:24.729313+0000","last_peered":"2026-02-23T08:50:24.729313+0000","last_clean":"2026-02-23T08:50:24.729313+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-23T08:50:24.734780+0000","last_undegraded":"2026-02-23T08:50:24.734780+0000","last_fullsized":"2026-02-23T08:50:24.734780+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_clean_scrub_stamp":"2026-02-23T08:50:24.729313+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476739,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27116,"kb_used_data":152,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976084,"statfs":{"total":751619276800,"available":751591510016,"internally_reserved":0,"allocated":155648,"data_stored":45862,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12041,"internal_metadata":27578615},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"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-23T08:50:29.336 INFO:tasks.cephadm.ceph_manager.ceph:PG 1.0 is not active+clean 2026-02-23T08:50:29.336 INFO:tasks.cephadm.ceph_manager.ceph:{'pgid': '1.0', 'version': "0'0", 'reported_seq': 1, 'reported_epoch': 18, 'state': 'creating+peering', 'last_fresh': '2026-02-23T08:50:24.734780+0000', 'last_change': '2026-02-23T08:50:24.734780+0000', 'last_active': '2026-02-23T08:50:24.729313+0000', 'last_peered': '2026-02-23T08:50:24.729313+0000', 'last_clean': '2026-02-23T08:50:24.729313+0000', 'last_became_active': '0.000000', 'last_became_peered': '0.000000', 'last_unstale': '2026-02-23T08:50:24.734780+0000', 'last_undegraded': '2026-02-23T08:50:24.734780+0000', 'last_fullsized': '2026-02-23T08:50:24.734780+0000', 'mapping_epoch': 18, 'log_start': "0'0", 'ondisk_log_start': "0'0", 'created': 18, 'last_epoch_clean': 0, 'parent': '0.0', 'parent_split_bits': 0, 'last_scrub': "0'0", 'last_scrub_stamp': '2026-02-23T08:50:24.729313+0000', 'last_deep_scrub': "0'0", 'last_deep_scrub_stamp': '2026-02-23T08:50:24.729313+0000', 'last_clean_scrub_stamp': '2026-02-23T08:50:24.729313+0000', 'objects_scrubbed': 0, 'log_size': 0, 'log_dups_size': 0, 'ondisk_log_size': 0, 'stats_invalid': False, 'dirty_stats_invalid': False, 'omap_stats_invalid': False, 'hitset_stats_invalid': False, 'hitset_bytes_stats_invalid': False, 'pin_stats_invalid': False, 'manifest_stats_invalid': False, 'snaptrimq_len': 0, 'last_scrub_duration': 0, 'scrub_schedule': 'no scrub is scheduled', 'scrub_duration': 0, 'objects_trimmed': 0, 'snaptrim_duration': 0, 'stat_sum': {'num_bytes': 0, 'num_objects': 0, 'num_object_clones': 0, 'num_object_copies': 0, 'num_objects_missing_on_primary': 0, 'num_objects_missing': 0, 'num_objects_degraded': 0, 'num_objects_misplaced': 0, 'num_objects_unfound': 0, 'num_objects_dirty': 0, 'num_whiteouts': 0, 'num_read': 0, 'num_read_kb': 0, 'num_write': 0, 'num_write_kb': 0, 'num_scrub_errors': 0, 'num_shallow_scrub_errors': 0, 'num_deep_scrub_errors': 0, 'num_objects_recovered': 0, 'num_bytes_recovered': 0, 'num_keys_recovered': 0, 'num_objects_omap': 0, 'num_objects_hit_set_archive': 0, 'num_bytes_hit_set_archive': 0, 'num_flush': 0, 'num_flush_kb': 0, 'num_evict': 0, 'num_evict_kb': 0, 'num_promote': 0, 'num_flush_mode_high': 0, 'num_flush_mode_low': 0, 'num_evict_mode_some': 0, 'num_evict_mode_full': 0, 'num_objects_pinned': 0, 'num_legacy_snapsets': 0, 'num_large_omap_objects': 0, 'num_objects_manifest': 0, 'num_omap_bytes': 0, 'num_omap_keys': 0, 'num_objects_repaired': 0}, 'up': [1, 2, 0], 'acting': [1, 2, 0], 'avail_no_missing': [], 'object_location_counts': [], 'blocked_by': [], 'up_primary': 1, 'acting_primary': 1, 'purged_snaps': []} 2026-02-23T08:50:29.336 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph status --format=json 2026-02-23T08:50:29.452 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:29.702 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:29.702 INFO:teuthology.orchestra.run.trial043.stdout:{"fsid":"7c038258-1094-11f1-8a6e-d404e6e7d460","health":{"status":"HEALTH_OK","checks":{},"mutes":[]},"election_epoch":14,"quorum":[0,1,2],"quorum_names":["a","c","b"],"quorum_age":36,"monmap":{"epoch":3,"min_mon_release_name":"tentacle","num_mons":3},"osdmap":{"epoch":20,"num_osds":3,"num_up_osds":3,"osd_up_since":1771836622,"num_in_osds":3,"osd_in_since":1771836613,"num_remapped_pgs":0},"pgmap":{"pgs_by_state":[{"state_name":"creating+peering","count":1}],"num_pgs":1,"num_pools":1,"num_objects":0,"data_bytes":0,"bytes_used":85676032,"bytes_avail":2254772154368,"bytes_total":2254857830400,"inactive_pgs_ratio":1},"fsmap":{"epoch":1,"btime":"2026-02-23T08:49:08:966073+0000","by_rank":[],"up:standby":0},"mgrmap":{"available":true,"num_standbys":1,"modules":["cephadm","dashboard","iostat","nfs"],"services":{"dashboard":"https://10.20.193.43:8443/"}},"servicemap":{"epoch":1,"modified":"2026-02-23T08:49:08.966530+0000","services":{}},"progress_events":{}} 2026-02-23T08:50:29.739 INFO:tasks.cephadm.ceph_manager.ceph:no progress seen, keeping timeout for now 2026-02-23T08:50:29.739 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T08:50:29.855 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:29.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:29 trial043 ceph-mon[39996]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:29.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:29 trial043 ceph-mon[39996]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:29.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:29 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/957999571' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-23T08:50:30.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:29 trial138 ceph-mon[44055]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:30.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:29 trial138 ceph-mon[44055]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:30.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:29 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/957999571' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-23T08:50:30.061 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:30.062 INFO:teuthology.orchestra.run.trial043.stderr:dumped all 2026-02-23T08:50:30.099 INFO:teuthology.orchestra.run.trial043.stdout:{"pg_ready":true,"pg_map":{"version":40,"stamp":"2026-02-23T08:50:28.448944+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":1,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":83668,"kb_used_data":1648,"kb_used_omap":26,"kb_used_meta":80805,"kb_avail":2201925932,"statfs":{"total":2254857830400,"available":2254772154368,"internally_reserved":0,"allocated":1687552,"data_stored":1333546,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":26991,"internal_metadata":82744977},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"0.000000"},"pg_stats":[{"pgid":"1.0","version":"0'0","reported_seq":1,"reported_epoch":18,"state":"creating+peering","last_fresh":"2026-02-23T08:50:24.734780+0000","last_change":"2026-02-23T08:50:24.734780+0000","last_active":"2026-02-23T08:50:24.729313+0000","last_peered":"2026-02-23T08:50:24.729313+0000","last_clean":"2026-02-23T08:50:24.729313+0000","last_became_active":"0.000000","last_became_peered":"0.000000","last_unstale":"2026-02-23T08:50:24.734780+0000","last_undegraded":"2026-02-23T08:50:24.734780+0000","last_fullsized":"2026-02-23T08:50:24.734780+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":0,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_clean_scrub_stamp":"2026-02-23T08:50:24.729313+0000","objects_scrubbed":0,"log_size":0,"log_dups_size":0,"ondisk_log_size":0,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"no scrub is scheduled","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1187840,"data_stored":1180736,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476739,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607556,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":27116,"kb_used_data":152,"kb_used_omap":7,"kb_used_meta":26936,"kb_avail":733976084,"statfs":{"total":751619276800,"available":751591510016,"internally_reserved":0,"allocated":155648,"data_stored":45862,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8125,"internal_metadata":27582531},"hb_peers":[0],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12041,"internal_metadata":27578615},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"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-23T08:50:30.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:29 trial122 ceph-mon[43063]: from='client.14433 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:30.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:29 trial122 ceph-mon[43063]: from='client.14439 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:30.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:29 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/957999571' entity='client.admin' cmd={"prefix": "status", "format": "json"} : dispatch 2026-02-23T08:50:31.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:30 trial138 ceph-mon[44055]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:31.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:30 trial138 ceph-mon[44055]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:31.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:30 trial122 ceph-mon[43063]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:31.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:30 trial122 ceph-mon[43063]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:31.246 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:30 trial043 ceph-mon[39996]: from='client.14451 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:31.247 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:30 trial043 ceph-mon[39996]: pgmap v41: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:33.101 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph pg dump --format=json 2026-02-23T08:50:33.221 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:33.431 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:33.432 INFO:teuthology.orchestra.run.trial043.stderr:dumped all 2026-02-23T08:50:33.466 INFO:teuthology.orchestra.run.trial043.stdout:{"pg_ready":true,"pg_map":{"version":42,"stamp":"2026-02-23T08:50:32.449520+0000","last_osdmap_epoch":0,"last_pg_scan":0,"pg_stats_sum":{"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":0},"osd_stats_sum":{"up_from":0,"seq":0,"num_pgs":2,"num_osds":3,"num_per_pool_osds":3,"num_per_pool_omap_osds":3,"kb":2202009600,"kb_used":84828,"kb_used_data":2244,"kb_used_omap":27,"kb_used_meta":80804,"kb_avail":2201924772,"statfs":{"total":2254857830400,"available":2254770966528,"internally_reserved":0,"allocated":2297856,"data_stored":1931526,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":28291,"internal_metadata":82743677},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":0,"num_read_kb":0,"num_write":0,"num_write_kb":0,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"2.000325"},"pg_stats":[{"pgid":"1.0","version":"19'152","reported_seq":196,"reported_epoch":20,"state":"active+clean","last_fresh":"2026-02-23T08:50:26.741946+0000","last_change":"2026-02-23T08:50:25.741983+0000","last_active":"2026-02-23T08:50:26.741946+0000","last_peered":"2026-02-23T08:50:26.741946+0000","last_clean":"2026-02-23T08:50:26.741946+0000","last_became_active":"2026-02-23T08:50:25.741861+0000","last_became_peered":"2026-02-23T08:50:25.741861+0000","last_unstale":"2026-02-23T08:50:26.741946+0000","last_undegraded":"2026-02-23T08:50:26.741946+0000","last_fullsized":"2026-02-23T08:50:26.741946+0000","mapping_epoch":18,"log_start":"0'0","ondisk_log_start":"0'0","created":18,"last_epoch_clean":19,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2026-02-23T08:50:24.729313+0000","last_clean_scrub_stamp":"2026-02-23T08:50:24.729313+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-24T09:07:57.033222+0000","scrub_duration":0,"objects_trimmed":0,"snaptrim_duration":0,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,2,0],"acting":[1,2,0],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":189,"num_write_kb":3716,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1781760,"data_stored":1771104,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":152,"ondisk_log_size":152,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":2,"up_from":16,"seq":68719476739,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":6,"kb_used_meta":26937,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":6825,"internal_metadata":27583831},"hb_peers":[0,1],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":1,"up_from":12,"seq":51539607557,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":9,"kb_used_meta":26934,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9425,"internal_metadata":27581231},"hb_peers":[0,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]},{"osd":0,"up_from":8,"seq":34359738375,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":734003200,"kb_used":28276,"kb_used_data":748,"kb_used_omap":11,"kb_used_meta":26932,"kb_avail":733974924,"statfs":{"total":751619276800,"available":751590322176,"internally_reserved":0,"allocated":765952,"data_stored":643842,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":12041,"internal_metadata":27578615},"hb_peers":[1,2],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2026-02-23T08:50:33.467 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2026-02-23T08:50:33.467 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2026-02-23T08:50:33.467 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2026-02-23T08:50:33.468 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph health --format=json 2026-02-23T08:50:33.584 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:33.698 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:33 trial043 ceph-mon[39996]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:33.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:33 trial138 ceph-mon[44055]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:33.822 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:50:33.822 INFO:teuthology.orchestra.run.trial043.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2026-02-23T08:50:33.887 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2026-02-23T08:50:33.888 INFO:tasks.cephadm:Setup complete, yielding 2026-02-23T08:50:33.888 INFO:teuthology.run_tasks:Running task cephadm.apply... 2026-02-23T08:50:33.905 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-23T08:50:33.905 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph orch apply -i - 2026-02-23T08:50:33.907 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:33 trial122 ceph-mon[43063]: pgmap v42: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:34.022 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:34.238 INFO:teuthology.orchestra.run.trial043.stdout:Scheduled mon update... 2026-02-23T08:50:34.277 INFO:teuthology.run_tasks:Running task cephadm.shell... 2026-02-23T08:50:34.292 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@trial043.front.sepia.ceph.com 2026-02-23T08:50:34.292 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- bash -c 'set -ex 2026-02-23T08:50:34.292 DEBUG:teuthology.orchestra.run.trial043:> # since we don'"'"'t know the real hostnames before the test, the next 2026-02-23T08:50:34.292 DEBUG:teuthology.orchestra.run.trial043:> # bit is in order to replace the fake hostnames "host.a/b/c" with 2026-02-23T08:50:34.292 DEBUG:teuthology.orchestra.run.trial043:> # the actual names cephadm knows the host by within the mon spec 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> ceph orch host ls --format json | jq -r '"'"'.[] | .hostname'"'"' > realnames 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> echo $'"'"'host.a\nhost.b\nhost.c'"'"' > fakenames 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> echo $'"'"'a\nb\nc'"'"' > mon_ids 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> echo $'"'"'{datacenter=a}\n{datacenter=b,rack=2}\n{datacenter=a,rack=3}'"'"' > crush_locs 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> ceph orch ls --service-name mon --export > mon.yaml 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> MONSPEC=`cat mon.yaml` 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> echo "$MONSPEC" 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> while read realname <&3 && read fakename <&4; do 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> MONSPEC="${MONSPEC//$fakename/$realname}" 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> done 3 echo "$MONSPEC" > mon.yaml 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> cat mon.yaml 2026-02-23T08:50:34.293 DEBUG:teuthology.orchestra.run.trial043:> # now the spec should have the real hostnames, so let'"'"'s re-apply 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> ceph orch apply -i mon.yaml 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> sleep 90 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> ceph orch ps --refresh 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> ceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> sleep 90 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> ceph mon dump 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> ceph mon dump --format json 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> # verify all the crush locations got set from "ceph mon dump" output 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> while read monid <&3 && read crushloc <&4; do 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e '"'"'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc'"'"' 2026-02-23T08:50:34.294 DEBUG:teuthology.orchestra.run.trial043:> done 3 ' 2026-02-23T08:50:34.411 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:50:34.481 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph orch host ls --format json 2026-02-23T08:50:34.481 INFO:teuthology.orchestra.run.trial043.stderr:+ jq -r '.[] | .hostname' 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:+ echo 'host.a 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:host.b 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:host.c' 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:+ echo 'a 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:b 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:c' 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:+ echo '{datacenter=a} 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:{datacenter=b,rack=2} 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:{datacenter=a,rack=3}' 2026-02-23T08:50:34.641 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph orch ls --service-name mon --export 2026-02-23T08:50:34.641 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:34 trial043 ceph-mon[39996]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:34.641 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:34 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3763109911' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T08:50:34.641 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:34 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:34.641 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:34 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:34.730 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:34 trial138 ceph-mon[44055]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:34.730 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:34 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3763109911' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T08:50:34.731 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:34 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:34.731 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:34 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:34.807 INFO:teuthology.orchestra.run.trial043.stderr:++ cat mon.yaml 2026-02-23T08:50:34.808 INFO:teuthology.orchestra.run.trial043.stderr:+ MONSPEC='service_type: mon 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr:service_name: mon 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr:placement: 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr: count: 3 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr:spec: 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr: crush_locations: 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr: host.a: 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr: host.b: 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=b 2026-02-23T08:50:34.809 INFO:teuthology.orchestra.run.trial043.stderr: - rack=2 2026-02-23T08:50:34.810 INFO:teuthology.orchestra.run.trial043.stderr: host.c: 2026-02-23T08:50:34.810 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.810 INFO:teuthology.orchestra.run.trial043.stderr: - rack=3' 2026-02-23T08:50:34.810 INFO:teuthology.orchestra.run.trial043.stdout:service_type: mon 2026-02-23T08:50:34.810 INFO:teuthology.orchestra.run.trial043.stdout:service_name: mon 2026-02-23T08:50:34.810 INFO:teuthology.orchestra.run.trial043.stdout:placement: 2026-02-23T08:50:34.810 INFO:teuthology.orchestra.run.trial043.stdout: count: 3 2026-02-23T08:50:34.810 INFO:teuthology.orchestra.run.trial043.stdout:spec: 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: crush_locations: 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: host.a: 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: - datacenter=a 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: host.b: 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: - datacenter=b 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: - rack=2 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: host.c: 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: - datacenter=a 2026-02-23T08:50:34.811 INFO:teuthology.orchestra.run.trial043.stdout: - rack=3 2026-02-23T08:50:34.812 INFO:teuthology.orchestra.run.trial043.stderr:+ echo 'service_type: mon 2026-02-23T08:50:34.812 INFO:teuthology.orchestra.run.trial043.stderr:service_name: mon 2026-02-23T08:50:34.812 INFO:teuthology.orchestra.run.trial043.stderr:placement: 2026-02-23T08:50:34.812 INFO:teuthology.orchestra.run.trial043.stderr: count: 3 2026-02-23T08:50:34.812 INFO:teuthology.orchestra.run.trial043.stderr:spec: 2026-02-23T08:50:34.812 INFO:teuthology.orchestra.run.trial043.stderr: crush_locations: 2026-02-23T08:50:34.812 INFO:teuthology.orchestra.run.trial043.stderr: host.a: 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr: host.b: 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=b 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr: - rack=2 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr: host.c: 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr: - rack=3' 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr:+ read realname 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr:+ read fakename 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr:+ MONSPEC='service_type: mon 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr:service_name: mon 2026-02-23T08:50:34.813 INFO:teuthology.orchestra.run.trial043.stderr:placement: 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: count: 3 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr:spec: 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: crush_locations: 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: trial043: 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: host.b: 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=b 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: - rack=2 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: host.c: 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr: - rack=3' 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr:+ read realname 2026-02-23T08:50:34.814 INFO:teuthology.orchestra.run.trial043.stderr:+ read fakename 2026-02-23T08:50:34.815 INFO:teuthology.orchestra.run.trial043.stderr:+ MONSPEC='service_type: mon 2026-02-23T08:50:34.815 INFO:teuthology.orchestra.run.trial043.stderr:service_name: mon 2026-02-23T08:50:34.815 INFO:teuthology.orchestra.run.trial043.stderr:placement: 2026-02-23T08:50:34.815 INFO:teuthology.orchestra.run.trial043.stderr: count: 3 2026-02-23T08:50:34.815 INFO:teuthology.orchestra.run.trial043.stderr:spec: 2026-02-23T08:50:34.815 INFO:teuthology.orchestra.run.trial043.stderr: crush_locations: 2026-02-23T08:50:34.815 INFO:teuthology.orchestra.run.trial043.stderr: trial043: 2026-02-23T08:50:34.815 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr: trial122: 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=b 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr: - rack=2 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr: host.c: 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr: - rack=3' 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr:+ read realname 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr:+ read fakename 2026-02-23T08:50:34.816 INFO:teuthology.orchestra.run.trial043.stderr:+ MONSPEC='service_type: mon 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr:service_name: mon 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr:placement: 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: count: 3 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr:spec: 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: crush_locations: 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: trial043: 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: trial122: 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=b 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: - rack=2 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: trial138: 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.817 INFO:teuthology.orchestra.run.trial043.stderr: - rack=3' 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr:+ read realname 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr:+ echo 'service_type: mon 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr:service_name: mon 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr:placement: 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: count: 3 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr:spec: 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: crush_locations: 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: trial043: 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: trial122: 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=b 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: - rack=2 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: trial138: 2026-02-23T08:50:34.818 INFO:teuthology.orchestra.run.trial043.stderr: - datacenter=a 2026-02-23T08:50:34.819 INFO:teuthology.orchestra.run.trial043.stderr: - rack=3' 2026-02-23T08:50:34.819 INFO:teuthology.orchestra.run.trial043.stderr:+ cat mon.yaml 2026-02-23T08:50:34.819 INFO:teuthology.orchestra.run.trial043.stdout:service_type: mon 2026-02-23T08:50:34.819 INFO:teuthology.orchestra.run.trial043.stdout:service_name: mon 2026-02-23T08:50:34.819 INFO:teuthology.orchestra.run.trial043.stdout:placement: 2026-02-23T08:50:34.819 INFO:teuthology.orchestra.run.trial043.stdout: count: 3 2026-02-23T08:50:34.819 INFO:teuthology.orchestra.run.trial043.stdout:spec: 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: crush_locations: 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: trial043: 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: - datacenter=a 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: trial122: 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: - datacenter=b 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: - rack=2 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: trial138: 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: - datacenter=a 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stdout: - rack=3 2026-02-23T08:50:34.820 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph orch apply -i mon.yaml 2026-02-23T08:50:34.892 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:34 trial122 ceph-mon[43063]: from='client.14457 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:34.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:34 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3763109911' entity='client.admin' cmd={"prefix": "health", "format": "json"} : dispatch 2026-02-23T08:50:34.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:34 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:34.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:34 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:34.969 INFO:teuthology.orchestra.run.trial043.stdout:Scheduled mon update... 2026-02-23T08:50:34.975 INFO:teuthology.orchestra.run.trial043.stderr:+ sleep 90 2026-02-23T08:50:35.892 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:35 trial122 ceph-mon[43063]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:50:35.892 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:35 trial122 ceph-mon[43063]: Saving service mon spec with placement count:3 2026-02-23T08:50:35.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:35 trial122 ceph-mon[43063]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:35.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:35 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:35.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:35 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:35.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:35 trial122 ceph-mon[43063]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:35.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:35 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:35.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:35 trial043 ceph-mon[39996]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:50:35.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:35 trial043 ceph-mon[39996]: Saving service mon spec with placement count:3 2026-02-23T08:50:35.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:35 trial043 ceph-mon[39996]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:35.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:35.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:35.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:35 trial043 ceph-mon[39996]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:35.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:35 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:36.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:35 trial138 ceph-mon[44055]: from='client.14469 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2026-02-23T08:50:36.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:35 trial138 ceph-mon[44055]: Saving service mon spec with placement count:3 2026-02-23T08:50:36.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:35 trial138 ceph-mon[44055]: pgmap v43: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:36.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:35 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:36.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:35 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:36.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:35 trial138 ceph-mon[44055]: from='client.14475 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2026-02-23T08:50:36.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:35 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.880 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:41.880 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: mon.c calling monitor election 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: mon.a calling monitor election 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: mon.b calling monitor election 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: monmap epoch 6 2026-02-23T08:50:41.881 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: last_changed 2026-02-23T08:50:40.625803+0000 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: min_mon_release 20 (tentacle) 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: election_strategy: 1 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: 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-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: fsmap 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: mgrmap e15: a(active, since 72s), standbys: b 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: overall HEALTH_OK 2026-02-23T08:50:41.882 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: Reconfiguring mon.a (monmap changed)... 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.883 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:41.884 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:41.884 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.884 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.884 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:41.884 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:41.884 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:41 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:41.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:41.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: mon.c calling monitor election 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: mon.a calling monitor election 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: mon.b calling monitor election 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: monmap epoch 6 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:50:41.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: last_changed 2026-02-23T08:50:40.625803+0000 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: min_mon_release 20 (tentacle) 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: election_strategy: 1 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: 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-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: fsmap 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: mgrmap e15: a(active, since 72s), standbys: b 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: overall HEALTH_OK 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:41.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: Reconfiguring mon.a (monmap changed)... 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:42.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:42.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:42.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:41 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: pgmap v46: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: mon.c calling monitor election 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: mon.a calling monitor election 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: mon.b calling monitor election 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: monmap epoch 6 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: last_changed 2026-02-23T08:50:40.625803+0000 2026-02-23T08:50:42.051 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: min_mon_release 20 (tentacle) 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: election_strategy: 1 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: 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-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: fsmap 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: mgrmap e15: a(active, since 72s), standbys: b 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: overall HEALTH_OK 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: Reconfiguring mon.a (monmap changed)... 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:42.052 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:41 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T08:50:42.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:50:42.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T08:50:42.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: Reconfiguring daemon osd.0 on trial043 2026-02-23T08:50:42.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:50:42.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:50:42.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: Reconfiguring daemon mgr.b on trial122 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:42.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:42.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:42.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:42 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T08:50:42.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:50:42.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T08:50:42.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: Reconfiguring daemon osd.0 on trial043 2026-02-23T08:50:42.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:50:42.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: Reconfiguring daemon mgr.b on trial122 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:42.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:42.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:42.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:42.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:42.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:42 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:43.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: Reconfiguring daemon osd.0 on trial043 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: Reconfiguring daemon mgr.b on trial122 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:43.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:50:43.050 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:42 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:43.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T08:50:43.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: Reconfiguring daemon osd.1 on trial122 2026-02-23T08:50:43.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: Reconfiguring daemon osd.2 on trial138 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: Reconfiguring daemon osd.1 on trial122 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: Reconfiguring daemon osd.2 on trial138 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:44.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:44.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T08:50:44.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: Reconfiguring daemon osd.1 on trial122 2026-02-23T08:50:44.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:50:44.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:50:44.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T08:50:44.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: Reconfiguring daemon osd.2 on trial138 2026-02-23T08:50:44.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: pgmap v47: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:44.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:44.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:44.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:50:44.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:50:44.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:50:44.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:50:44.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:50:45.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:45 trial043 ceph-mon[39996]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:46.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:45 trial138 ceph-mon[44055]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:46.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:45 trial122 ceph-mon[43063]: pgmap v48: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:47.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:47 trial043 ceph-mon[39996]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:48.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:47 trial138 ceph-mon[44055]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:48.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:47 trial122 ceph-mon[43063]: pgmap v49: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:49.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:49 trial043 ceph-mon[39996]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:50.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:49 trial138 ceph-mon[44055]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:50.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:49 trial122 ceph-mon[43063]: pgmap v50: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:51.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:51 trial043 ceph-mon[39996]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:52.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:51 trial138 ceph-mon[44055]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:52.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:51 trial122 ceph-mon[43063]: pgmap v51: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:53.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:53 trial043 ceph-mon[39996]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:54.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:53 trial138 ceph-mon[44055]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:54.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:53 trial122 ceph-mon[43063]: pgmap v52: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:55.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:55 trial043 ceph-mon[39996]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:56.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:55 trial138 ceph-mon[44055]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:56.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:55 trial122 ceph-mon[43063]: pgmap v53: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:57.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:57 trial043 ceph-mon[39996]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:58.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:57 trial138 ceph-mon[44055]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:58.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:57 trial122 ceph-mon[43063]: pgmap v54: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:50:59.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:50:59 trial043 ceph-mon[39996]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:00.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:50:59 trial138 ceph-mon[44055]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:00.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:50:59 trial122 ceph-mon[43063]: pgmap v55: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:01.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:01 trial043 ceph-mon[39996]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:02.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:01 trial138 ceph-mon[44055]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:02.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:01 trial122 ceph-mon[43063]: pgmap v56: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:03.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:03 trial043 ceph-mon[39996]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:04.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:03 trial138 ceph-mon[44055]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:04.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:03 trial122 ceph-mon[43063]: pgmap v57: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:05.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:05 trial043 ceph-mon[39996]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:06.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:05 trial138 ceph-mon[44055]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:06.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:05 trial122 ceph-mon[43063]: pgmap v58: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:07.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:07 trial043 ceph-mon[39996]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:08.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:07 trial138 ceph-mon[44055]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:08.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:07 trial122 ceph-mon[43063]: pgmap v59: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:09.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:09 trial043 ceph-mon[39996]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:10.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:09 trial138 ceph-mon[44055]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:10.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:09 trial122 ceph-mon[43063]: pgmap v60: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:11.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:11 trial043 ceph-mon[39996]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:12.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:11 trial138 ceph-mon[44055]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:12.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:11 trial122 ceph-mon[43063]: pgmap v61: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:13 trial043 ceph-mon[39996]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:14.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:13 trial138 ceph-mon[44055]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:14.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:13 trial122 ceph-mon[43063]: pgmap v62: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:15.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:15 trial043 ceph-mon[39996]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:16.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:15 trial138 ceph-mon[44055]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:16.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:15 trial122 ceph-mon[43063]: pgmap v63: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:17.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:17 trial043 ceph-mon[39996]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:18.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:17 trial138 ceph-mon[44055]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:18.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:17 trial122 ceph-mon[43063]: pgmap v64: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:19.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:19 trial043 ceph-mon[39996]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:20.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:19 trial138 ceph-mon[44055]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:20.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:19 trial122 ceph-mon[43063]: pgmap v65: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:21.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:21 trial043 ceph-mon[39996]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:22.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:21 trial138 ceph-mon[44055]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:21 trial122 ceph-mon[43063]: pgmap v66: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:22.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:22 trial043 ceph-mon[39996]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:23.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:22 trial138 ceph-mon[44055]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:23.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:22 trial122 ceph-mon[43063]: pgmap v67: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:25.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:25 trial138 ceph-mon[44055]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:25.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:25 trial122 ceph-mon[43063]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:25.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:25 trial043 ceph-mon[39996]: pgmap v68: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:27.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:27 trial138 ceph-mon[44055]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:27.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:27 trial122 ceph-mon[43063]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:27.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:27 trial043 ceph-mon[39996]: pgmap v69: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:29.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:29 trial138 ceph-mon[44055]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:29.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:29 trial122 ceph-mon[43063]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:29.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:29 trial043 ceph-mon[39996]: pgmap v70: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:31.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:31 trial138 ceph-mon[44055]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:31.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:31 trial122 ceph-mon[43063]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:31.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:31 trial043 ceph-mon[39996]: pgmap v71: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:33.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:33 trial138 ceph-mon[44055]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:33.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:33 trial122 ceph-mon[43063]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:33.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:33 trial043 ceph-mon[39996]: pgmap v72: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:35.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:35 trial138 ceph-mon[44055]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:35.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:35 trial122 ceph-mon[43063]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:35.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:35 trial043 ceph-mon[39996]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:37.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:37 trial138 ceph-mon[44055]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:37.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:37 trial122 ceph-mon[43063]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:37.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:37 trial043 ceph-mon[39996]: pgmap v74: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:39.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:39 trial138 ceph-mon[44055]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:39.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:39 trial122 ceph-mon[43063]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:39.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:39 trial043 ceph-mon[39996]: pgmap v75: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:41.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:41 trial138 ceph-mon[44055]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:41.798 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:41 trial043 ceph-mon[39996]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:41.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:41 trial122 ceph-mon[43063]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:43.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:43 trial138 ceph-mon[44055]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:43.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:51:43.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:51:43.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:51:43.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:51:43.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:43 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:51:43.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:43 trial122 ceph-mon[43063]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:43.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:51:43.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:51:43.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:51:43.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:51:43.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:43 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:51:43.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:43 trial043 ceph-mon[39996]: pgmap v77: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:43.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:51:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:51:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:51:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:51:43.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:43 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:51:45.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:45 trial138 ceph-mon[44055]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:45.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:45 trial122 ceph-mon[43063]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:45.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:45 trial043 ceph-mon[39996]: pgmap v78: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:47.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:47 trial138 ceph-mon[44055]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:47.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:47 trial122 ceph-mon[43063]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:47.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:47 trial043 ceph-mon[39996]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:49.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:49 trial138 ceph-mon[44055]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:49.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:49 trial122 ceph-mon[43063]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:49.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:49 trial043 ceph-mon[39996]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:51.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:51 trial138 ceph-mon[44055]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:51.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:51 trial122 ceph-mon[43063]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:51.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:51 trial043 ceph-mon[39996]: pgmap v81: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:53.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:53 trial138 ceph-mon[44055]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:53.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:53 trial122 ceph-mon[43063]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:53.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:53 trial043 ceph-mon[39996]: pgmap v82: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:55.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:55 trial138 ceph-mon[44055]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:55.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:55 trial122 ceph-mon[43063]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:55.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:55 trial043 ceph-mon[39996]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:57.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:57 trial138 ceph-mon[44055]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:57.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:57 trial122 ceph-mon[43063]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:57.995 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:57 trial043 ceph-mon[39996]: pgmap v84: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:59.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:51:59 trial138 ceph-mon[44055]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:59.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:51:59 trial122 ceph-mon[43063]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:51:59.995 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:51:59 trial043 ceph-mon[39996]: pgmap v85: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:01.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:01 trial138 ceph-mon[44055]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:01.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:01 trial122 ceph-mon[43063]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:01.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:01 trial043 ceph-mon[39996]: pgmap v86: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:03.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:03 trial138 ceph-mon[44055]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:03.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:03 trial122 ceph-mon[43063]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:03.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:03 trial043 ceph-mon[39996]: pgmap v87: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:04.978 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph orch ps --refresh 2026-02-23T08:52:05.137 INFO:teuthology.orchestra.run.trial043.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2026-02-23T08:52:05.137 INFO:teuthology.orchestra.run.trial043.stdout:mgr.a trial043 *:9283,8765 running (2m) 116s ago 2m 540M - 20.3.0-5433-g5adce3ff af88a7aa64a7 fc15fc4bc541 2026-02-23T08:52:05.137 INFO:teuthology.orchestra.run.trial043.stdout:mgr.b trial122 *:8443,8765 running (2m) 111s ago 2m 489M - 20.3.0-5433-g5adce3ff af88a7aa64a7 3d4f26e86f73 2026-02-23T08:52:05.138 INFO:teuthology.orchestra.run.trial043.stdout:mon.a trial043 running (2m) 116s ago 2m 43.5M 2048M 20.3.0-5433-g5adce3ff af88a7aa64a7 dd9cc60c67ff 2026-02-23T08:52:05.138 INFO:teuthology.orchestra.run.trial043.stdout:mon.b trial122 running (2m) 111s ago 2m 39.5M 2048M 20.3.0-5433-g5adce3ff af88a7aa64a7 91d3ecfd039f 2026-02-23T08:52:05.138 INFO:teuthology.orchestra.run.trial043.stdout:mon.c trial138 running (2m) 90s ago 2m 41.6M 2048M 20.3.0-5433-g5adce3ff af88a7aa64a7 e95a53f63aa9 2026-02-23T08:52:05.138 INFO:teuthology.orchestra.run.trial043.stdout:osd.0 trial043 running (2m) 116s ago 2m 28.5M 82.0G 20.3.0-5433-g5adce3ff af88a7aa64a7 40de60cb000a 2026-02-23T08:52:05.138 INFO:teuthology.orchestra.run.trial043.stdout:osd.1 trial122 running (114s) 111s ago 114s 28.8M 82.0G 20.3.0-5433-g5adce3ff af88a7aa64a7 39f8d93ed9a9 2026-02-23T08:52:05.138 INFO:teuthology.orchestra.run.trial043.stdout:osd.2 trial138 running (106s) 90s ago 107s 40.7M 86.0G 20.3.0-5433-g5adce3ff af88a7aa64a7 09dba1f44635 2026-02-23T08:52:05.144 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph orch ls --service-name mon --export 2026-02-23T08:52:05.313 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph orch apply -i mon.yaml 2026-02-23T08:52:05.482 INFO:teuthology.orchestra.run.trial043.stdout:Scheduled mon update... 2026-02-23T08:52:05.490 INFO:teuthology.orchestra.run.trial043.stderr:+ sleep 90 2026-02-23T08:52:11.792 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: mon.b calling monitor election 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: mon.a calling monitor election 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: mon.c calling monitor election 2026-02-23T08:52:11.793 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: monmap epoch 9 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: last_changed 2026-02-23T08:52:10.537894+0000 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: min_mon_release 20 (tentacle) 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: election_strategy: 1 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: 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-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: fsmap 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:52:11.794 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: overall HEALTH_OK 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: Reconfiguring mon.a (monmap changed)... 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.795 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.796 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.796 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:52:11.796 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.796 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.796 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.796 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:11.796 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:11.796 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:11 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:11.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T08:52:11.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T08:52:11.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T08:52:11.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: mon.b calling monitor election 2026-02-23T08:52:11.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:52:11.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:52:11.797 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: mon.a calling monitor election 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: mon.c calling monitor election 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: monmap epoch 9 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: last_changed 2026-02-23T08:52:10.537894+0000 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: min_mon_release 20 (tentacle) 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: election_strategy: 1 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: 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-23T08:52:11.798 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: fsmap 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: overall HEALTH_OK 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: Reconfiguring mon.a (monmap changed)... 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.799 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:11.800 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:11 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: pgmap v91: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: Setting crush location for mon b to {datacenter=b,rack=2} 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: Setting crush location for mon c to {datacenter=a,rack=3} 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd='[{"prefix": "mon set_location", "name": "c", "args": ["datacenter=a", "rack=3"]}]': finished 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: mon.b calling monitor election 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "a"} : dispatch 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "b"} : dispatch 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mon metadata", "id": "c"} : dispatch 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: mon.a calling monitor election 2026-02-23T08:52:11.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: mon.c calling monitor election 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: monmap epoch 9 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: last_changed 2026-02-23T08:52:10.537894+0000 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: min_mon_release 20 (tentacle) 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: election_strategy: 1 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: 0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: 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-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: 2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T08:52:11.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: fsmap 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: osdmap e20: 3 total, 3 up, 3 in 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: mgrmap e15: a(active, since 2m), standbys: b 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: overall HEALTH_OK 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: Reconfiguring mon.a (monmap changed)... 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: Reconfiguring daemon mon.a on trial043 2026-02-23T08:52:11.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.a", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:52:12.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:52:12.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.0"} : dispatch 2026-02-23T08:52:12.000 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:12.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:12.001 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:11 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T08:52:12.893 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: Reconfiguring daemon osd.0 on trial043 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:52:12.894 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: Reconfiguring daemon mgr.b on trial122 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.895 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.896 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.896 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:52:12.896 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:12 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T08:52:12.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:52:12.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T08:52:12.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: Reconfiguring daemon osd.0 on trial043 2026-02-23T08:52:12.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: Reconfiguring daemon mgr.b on trial122 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:52:12.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:52:12.998 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:12 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:13.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: Reconfiguring mgr.a (monmap changed)... 2026-02-23T08:52:13.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: Reconfiguring daemon mgr.a on trial043 2026-02-23T08:52:13.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: Reconfiguring osd.0 (monmap changed)... 2026-02-23T08:52:13.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: Reconfiguring daemon osd.0 on trial043 2026-02-23T08:52:13.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: Reconfiguring mon.b (monmap changed)... 2026-02-23T08:52:13.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: Reconfiguring daemon mon.b on trial122 2026-02-23T08:52:13.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: Reconfiguring mgr.b (monmap changed)... 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get-or-create", "entity": "mgr.b", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]} : dispatch 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "mgr services"} : dispatch 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: Reconfiguring daemon mgr.b on trial122 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.1"} : dispatch 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "mon."} : dispatch 2026-02-23T08:52:13.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config get", "who": "mon", "key": "public_network"} : dispatch 2026-02-23T08:52:13.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:13.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "osd.2"} : dispatch 2026-02-23T08:52:13.049 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:12 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: Reconfiguring daemon osd.1 on trial122 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: Reconfiguring daemon osd.2 on trial138 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:52:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:52:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:52:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T08:52:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: Reconfiguring daemon osd.1 on trial122 2026-02-23T08:52:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:52:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:52:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T08:52:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: Reconfiguring daemon osd.2 on trial138 2026-02-23T08:52:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:14.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:14.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:14.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:52:14.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:14.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:52:14.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:14.048 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:52:14.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: Reconfiguring osd.1 (monmap changed)... 2026-02-23T08:52:14.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: Reconfiguring daemon osd.1 on trial122 2026-02-23T08:52:14.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: Reconfiguring mon.c (monmap changed)... 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: Reconfiguring daemon mon.c on trial138 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: Reconfiguring osd.2 (monmap changed)... 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: Reconfiguring daemon osd.2 on trial138 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:52:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:52:15.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:15 trial043 ceph-mon[39996]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:16.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:15 trial138 ceph-mon[44055]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:16.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:15 trial122 ceph-mon[43063]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:17.995 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:17 trial043 ceph-mon[39996]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:18.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:17 trial138 ceph-mon[44055]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:18.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:17 trial122 ceph-mon[43063]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:19.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:19 trial043 ceph-mon[39996]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:20.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:19 trial138 ceph-mon[44055]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:20.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:19 trial122 ceph-mon[43063]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:21.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:21 trial043 ceph-mon[39996]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:22.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:21 trial138 ceph-mon[44055]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:22.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:21 trial122 ceph-mon[43063]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:23.999 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:23 trial043 ceph-mon[39996]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:24.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:23 trial138 ceph-mon[44055]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:24.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:23 trial122 ceph-mon[43063]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:25.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:25 trial043 ceph-mon[39996]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:26.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:25 trial138 ceph-mon[44055]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:26.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:25 trial122 ceph-mon[43063]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:27.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:27 trial043 ceph-mon[39996]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:28.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:27 trial138 ceph-mon[44055]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:28.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:27 trial122 ceph-mon[43063]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:29.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:29 trial043 ceph-mon[39996]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:30.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:29 trial138 ceph-mon[44055]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:30.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:29 trial122 ceph-mon[43063]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:31.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:31 trial043 ceph-mon[39996]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:32.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:31 trial138 ceph-mon[44055]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:32.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:31 trial122 ceph-mon[43063]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:33.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:33 trial043 ceph-mon[39996]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:34.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:33 trial138 ceph-mon[44055]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:34.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:33 trial122 ceph-mon[43063]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:35.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:35 trial043 ceph-mon[39996]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:36.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:35 trial138 ceph-mon[44055]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:36.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:35 trial122 ceph-mon[43063]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:37.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:37 trial043 ceph-mon[39996]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:38.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:37 trial138 ceph-mon[44055]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:38.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:37 trial122 ceph-mon[43063]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:39.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:39 trial043 ceph-mon[39996]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:40.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:39 trial138 ceph-mon[44055]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:40.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:39 trial122 ceph-mon[43063]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:41.944 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:41 trial122 ceph-mon[43063]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:41.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:41 trial043 ceph-mon[39996]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:42.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:41 trial138 ceph-mon[44055]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:43.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:43 trial043 ceph-mon[39996]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:44.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:43 trial138 ceph-mon[44055]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:44.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:43 trial122 ceph-mon[43063]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:45.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:45 trial043 ceph-mon[39996]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:46.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:45 trial138 ceph-mon[44055]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:46.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:45 trial122 ceph-mon[43063]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:47.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:47 trial043 ceph-mon[39996]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:48.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:47 trial138 ceph-mon[44055]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:48.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:47 trial122 ceph-mon[43063]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:49.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:49 trial043 ceph-mon[39996]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:50.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:49 trial138 ceph-mon[44055]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:50.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:49 trial122 ceph-mon[43063]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:51.995 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:51 trial043 ceph-mon[39996]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:52.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:51 trial138 ceph-mon[44055]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:52.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:51 trial122 ceph-mon[43063]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:53.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:53 trial043 ceph-mon[39996]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:54.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:53 trial138 ceph-mon[44055]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:54.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:53 trial122 ceph-mon[43063]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:55.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:55 trial043 ceph-mon[39996]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:56.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:55 trial138 ceph-mon[44055]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:56.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:55 trial122 ceph-mon[43063]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:57.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:57 trial043 ceph-mon[39996]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:58.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:57 trial138 ceph-mon[44055]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:58.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:57 trial122 ceph-mon[43063]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:52:59.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:52:59 trial043 ceph-mon[39996]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:00.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:52:59 trial138 ceph-mon[44055]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:00.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:52:59 trial122 ceph-mon[43063]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:01.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:01 trial043 ceph-mon[39996]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:02.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:01 trial138 ceph-mon[44055]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:02.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:01 trial122 ceph-mon[43063]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:03.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:03 trial043 ceph-mon[39996]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:04.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:03 trial138 ceph-mon[44055]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:04.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:03 trial122 ceph-mon[43063]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:05.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:05 trial043 ceph-mon[39996]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:06.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:05 trial138 ceph-mon[44055]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:06.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:05 trial122 ceph-mon[43063]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:07.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:07 trial043 ceph-mon[39996]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:08.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:07 trial138 ceph-mon[44055]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:08.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:07 trial122 ceph-mon[43063]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:09.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:09 trial043 ceph-mon[39996]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:10.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:09 trial138 ceph-mon[44055]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:10.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:09 trial122 ceph-mon[43063]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:11.944 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:11 trial122 ceph-mon[43063]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:11.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:11 trial043 ceph-mon[39996]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:12.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:11 trial138 ceph-mon[44055]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:13 trial043 ceph-mon[39996]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:13.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:53:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:53:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:53:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:53:13.997 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:13 trial043 ceph-mon[39996]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:53:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:13 trial138 ceph-mon[44055]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:53:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:53:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:53:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:53:14.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:13 trial138 ceph-mon[44055]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:53:14.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:13 trial122 ceph-mon[43063]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:14.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config dump", "format": "json"} : dispatch 2026-02-23T08:53:14.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "config generate-minimal-conf"} : dispatch 2026-02-23T08:53:14.143 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "auth get", "entity": "client.admin"} : dispatch 2026-02-23T08:53:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' 2026-02-23T08:53:14.144 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:13 trial122 ceph-mon[43063]: from='mgr.14152 10.20.193.43:0/1100597209' entity='mgr.a' cmd={"prefix": "osd tree", "states": ["destroyed"], "format": "json"} : dispatch 2026-02-23T08:53:15.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:15 trial043 ceph-mon[39996]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:16.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:15 trial138 ceph-mon[44055]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:16.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:15 trial122 ceph-mon[43063]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:17.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:17 trial043 ceph-mon[39996]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:18.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:17 trial138 ceph-mon[44055]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:18.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:17 trial122 ceph-mon[43063]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:19.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:19 trial043 ceph-mon[39996]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:20.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:19 trial138 ceph-mon[44055]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:20.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:19 trial122 ceph-mon[43063]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:21.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:21 trial043 ceph-mon[39996]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:22.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:21 trial138 ceph-mon[44055]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:22.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:21 trial122 ceph-mon[43063]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:23.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:23 trial043 ceph-mon[39996]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:24.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:23 trial138 ceph-mon[44055]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:24.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:23 trial122 ceph-mon[43063]: pgmap v127: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:25.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:25 trial043 ceph-mon[39996]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:26.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:25 trial138 ceph-mon[44055]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:26.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:25 trial122 ceph-mon[43063]: pgmap v128: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:27.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:27 trial043 ceph-mon[39996]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:28.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:27 trial138 ceph-mon[44055]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:28.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:27 trial122 ceph-mon[43063]: pgmap v129: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:29.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:29 trial043 ceph-mon[39996]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:30.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:29 trial138 ceph-mon[44055]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:30.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:29 trial122 ceph-mon[43063]: pgmap v130: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:31.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:31 trial043 ceph-mon[39996]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:32.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:31 trial138 ceph-mon[44055]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:32.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:31 trial122 ceph-mon[43063]: pgmap v131: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:33.996 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:33 trial043 ceph-mon[39996]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:34.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:33 trial138 ceph-mon[44055]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:34.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:33 trial122 ceph-mon[43063]: pgmap v132: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:35.492 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph mon dump 2026-02-23T08:53:35.685 INFO:teuthology.orchestra.run.trial043.stdout:epoch 9 2026-02-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.stdout:fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.stdout:last_changed 2026-02-23T08:52:10.537894+0000 2026-02-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.stdout:created 2026-02-23T08:49:08.018534+0000 2026-02-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.stdout:min_mon_release 20 (tentacle) 2026-02-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.stdout:election_strategy: 1 2026-02-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.stdout:0: [v2:10.20.193.43:3300/0,v1:10.20.193.43:6789/0] mon.a; crush_location {datacenter=a} 2026-02-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.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-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.stdout:2: [v2:10.20.193.122:3300/0,v1:10.20.193.122:6789/0] mon.b; crush_location {datacenter=b,rack=2} 2026-02-23T08:53:35.686 INFO:teuthology.orchestra.run.trial043.stderr:dumped monmap epoch 9 2026-02-23T08:53:35.693 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph mon dump --format json 2026-02-23T08:53:35.746 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:35 trial043 ceph-mon[39996]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:35.746 INFO:journalctl@ceph.mon.a.trial043.stdout:Feb 23 08:53:35 trial043 ceph-mon[39996]: from='client.? 10.20.193.43:0/3529146705' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-23T08:53:35.887 INFO:teuthology.orchestra.run.trial043.stdout: 2026-02-23T08:53:35.887 INFO:teuthology.orchestra.run.trial043.stdout:{"epoch":9,"fsid":"7c038258-1094-11f1-8a6e-d404e6e7d460","modified":"2026-02-23T08:52:10.537894Z","created":"2026-02-23T08:49:08.018534Z","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.43:3300","nonce":0},{"type":"v1","addr":"10.20.193.43:6789","nonce":0}]},"addr":"10.20.193.43:6789/0","public_addr":"10.20.193.43:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:49:08:018547+0000","crush_location":[{"key":"datacenter","val":"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,"time_added":"2026-02-23T08:49:41:782511+0000","crush_location":[{"key":"datacenter","val":"a"},{"key":"rack","val":"3"}]},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"10.20.193.122:3300","nonce":0},{"type":"v1","addr":"10.20.193.122:6789","nonce":0}]},"addr":"10.20.193.122:6789/0","public_addr":"10.20.193.122:6789/0","priority":0,"weight":0,"time_added":"2026-02-23T08:49:48:002378+0000","crush_location":[{"key":"datacenter","val":"b"},{"key":"rack","val":"2"}]}],"quorum":[0,1,2]} 2026-02-23T08:53:35.888 INFO:teuthology.orchestra.run.trial043.stderr:dumped monmap epoch 9 2026-02-23T08:53:35.895 INFO:teuthology.orchestra.run.trial043.stderr:+ read monid 2026-02-23T08:53:35.895 INFO:teuthology.orchestra.run.trial043.stderr:+ read crushloc 2026-02-23T08:53:35.895 INFO:teuthology.orchestra.run.trial043.stderr:+ ceph mon dump --format json 2026-02-23T08:53:35.895 INFO:teuthology.orchestra.run.trial043.stderr:+ jq --arg monid a --arg crushloc '{datacenter=a}' -e '.mons | .[] | select(.name == $monid) | .crush_location == $crushloc' 2026-02-23T08:53:36.046 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:35 trial138 ceph-mon[44055]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:36.047 INFO:journalctl@ceph.mon.c.trial138.stdout:Feb 23 08:53:35 trial138 ceph-mon[44055]: from='client.? 10.20.193.43:0/3529146705' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-23T08:53:36.085 INFO:teuthology.orchestra.run.trial043.stderr:dumped monmap epoch 9 2026-02-23T08:53:36.092 INFO:teuthology.orchestra.run.trial043.stdout:false 2026-02-23T08:53:36.123 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:53:36.123 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 105, in run_tasks manager = run_one_task(taskname, ctx=ctx, config=config) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) ^^^^^^^^^^^^^^ File "/home/teuthworker/src/github.com_ceph_ceph-c_5adce3ff0fe1645dcbc38d059f948571dc3d69da/qa/tasks/cephadm.py", line 1467, in shell _shell( File "/home/teuthworker/src/github.com_ceph_ceph-c_5adce3ff0fe1645dcbc38d059f948571dc3d69da/qa/tasks/cephadm.py", line 41, in _shell return remote.run( ^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/remote.py", line 596, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 461, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on trial043 with status 1: 'sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- bash -c \'set -ex\n# since we don\'"\'"\'t know the real hostnames before the test, the next\n# bit is in order to replace the fake hostnames "host.a/b/c" with\n# the actual names cephadm knows the host by within the mon spec\nceph orch host ls --format json | jq -r \'"\'"\'.[] | .hostname\'"\'"\' > realnames\necho $\'"\'"\'host.a\\nhost.b\\nhost.c\'"\'"\' > fakenames\necho $\'"\'"\'a\\nb\\nc\'"\'"\' > mon_ids\necho $\'"\'"\'{datacenter=a}\\n{datacenter=b,rack=2}\\n{datacenter=a,rack=3}\'"\'"\' > crush_locs\nceph orch ls --service-name mon --export > mon.yaml\nMONSPEC=`cat mon.yaml`\necho "$MONSPEC"\nwhile read realname <&3 && read fakename <&4; do\n MONSPEC="${MONSPEC//$fakename/$realname}"\ndone 3 mon.yaml\ncat mon.yaml\n# now the spec should have the real hostnames, so let\'"\'"\'s re-apply\nceph orch apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\nceph mon dump --format json\n# verify all the crush locations got set from "ceph mon dump" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e \'"\'"\'.mons | .[] | select(.name == $monid) | .crush_location == $crushloc\'"\'"\'\ndone 3 sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:53:36.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:35 trial122 ceph-mon[43063]: pgmap v133: 1 pgs: 1 active+clean; 577 KiB data, 83 MiB used, 2.1 TiB / 2.1 TiB avail 2026-02-23T08:53:36.142 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:35 trial122 ceph-mon[43063]: from='client.? 10.20.193.43:0/3529146705' entity='client.admin' cmd={"prefix": "mon dump"} : dispatch 2026-02-23T08:53:36.163 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:53:36.192 DEBUG:teuthology.orchestra.run.trial138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:53:36.221 INFO:tasks.cephadm:Disabling cephadm mgr module 2026-02-23T08:53:36.221 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- ceph mgr module disable cephadm 2026-02-23T08:53:36.336 INFO:teuthology.orchestra.run.trial043.stderr:Inferring config /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/mon.a/config 2026-02-23T08:53:36.354 INFO:teuthology.orchestra.run.trial043.stderr:Error: statfs /etc/ceph/ceph.client.admin.keyring: no such file or directory 2026-02-23T08:53:36.370 DEBUG:teuthology.orchestra.run:got remote process result: 125 2026-02-23T08:53:36.370 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2026-02-23T08:53:36.371 DEBUG:teuthology.orchestra.run.trial043:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T08:53:36.388 DEBUG:teuthology.orchestra.run.trial122:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T08:53:36.406 DEBUG:teuthology.orchestra.run.trial138:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2026-02-23T08:53:36.424 INFO:tasks.cephadm:Stopping all daemons... 2026-02-23T08:53:36.424 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2026-02-23T08:53:36.424 DEBUG:teuthology.orchestra.run.trial043:> sudo systemctl stop ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.a 2026-02-23T08:53:36.624 DEBUG:teuthology.orchestra.run.trial043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.a.service' 2026-02-23T08:53:36.675 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:53:36.675 INFO:tasks.cephadm.mon.a:Stopped mon.a 2026-02-23T08:53:36.675 INFO:tasks.cephadm.mon.c:Stopping mon.b... 2026-02-23T08:53:36.675 DEBUG:teuthology.orchestra.run.trial122:> sudo systemctl stop ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.b 2026-02-23T08:53:36.957 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:36 trial122 systemd[1]: Stopping Ceph mon.b for 7c038258-1094-11f1-8a6e-d404e6e7d460... 2026-02-23T08:53:36.957 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:36 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-b[43059]: 2026-02-23T08:53:36.775+0000 7f21d33e4640 -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-23T08:53:36.957 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:36 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-b[43059]: 2026-02-23T08:53:36.775+0000 7f21d33e4640 -1 mon.b@2(peon) e9 *** Got Signal Terminated *** 2026-02-23T08:53:36.957 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:36 trial122 podman[53703]: 2026-02-23 08:53:36.928122689 +0000 UTC m=+0.163914208 container died 91d3ecfd039f53245b4692e35f9dfa8f72350ef3be78812fd68c01df86da7409 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-b, org.label-schema.license=GPLv2, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-bharath8-testing-2026-02-22-0716, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True) 2026-02-23T08:53:36.957 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:36 trial122 podman[53703]: 2026-02-23 08:53:36.93725513 +0000 UTC m=+0.173046649 container remove 91d3ecfd039f53245b4692e35f9dfa8f72350ef3be78812fd68c01df86da7409 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-b, org.label-schema.build-date=20260216, OSD_FLAVOR=default, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.schema-version=1.0, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T08:53:36.957 INFO:journalctl@ceph.mon.b.trial122.stdout:Feb 23 08:53:36 trial122 bash[53703]: ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-mon-b 2026-02-23T08:53:37.009 DEBUG:teuthology.orchestra.run.trial122:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.b.service' 2026-02-23T08:53:37.047 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:53:37.047 INFO:tasks.cephadm.mon.c:Stopped mon.b 2026-02-23T08:53:37.047 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2026-02-23T08:53:37.047 DEBUG:teuthology.orchestra.run.trial138:> sudo systemctl stop ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.c 2026-02-23T08:53:37.253 DEBUG:teuthology.orchestra.run.trial138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mon.c.service' 2026-02-23T08:53:37.291 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:53:37.292 INFO:tasks.cephadm.mon.c:Stopped mon.c 2026-02-23T08:53:37.292 INFO:tasks.cephadm.mgr.a:Stopping mgr.a... 2026-02-23T08:53:37.292 DEBUG:teuthology.orchestra.run.trial043:> sudo systemctl stop ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.a 2026-02-23T08:53:37.517 DEBUG:teuthology.orchestra.run.trial043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.a.service' 2026-02-23T08:53:37.563 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:53:37.564 INFO:tasks.cephadm.mgr.a:Stopped mgr.a 2026-02-23T08:53:37.564 INFO:tasks.cephadm.mgr.b:Stopping mgr.b... 2026-02-23T08:53:37.564 DEBUG:teuthology.orchestra.run.trial122:> sudo systemctl stop ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.b 2026-02-23T08:53:37.696 INFO:journalctl@ceph.mgr.b.trial122.stdout:Feb 23 08:53:37 trial122 systemd[1]: Stopping Ceph mgr.b for 7c038258-1094-11f1-8a6e-d404e6e7d460... 2026-02-23T08:53:37.773 DEBUG:teuthology.orchestra.run.trial122:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@mgr.b.service' 2026-02-23T08:53:37.806 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:53:37.806 INFO:tasks.cephadm.mgr.b:Stopped mgr.b 2026-02-23T08:53:37.806 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2026-02-23T08:53:37.806 DEBUG:teuthology.orchestra.run.trial043:> sudo systemctl stop ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.0 2026-02-23T08:53:38.246 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:37 trial043 systemd[1]: Stopping Ceph osd.0 for 7c038258-1094-11f1-8a6e-d404e6e7d460... 2026-02-23T08:53:38.246 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:37 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0[57181]: 2026-02-23T08:53:37.911+0000 7fc221ae1640 -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-23T08:53:38.246 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:37 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0[57181]: 2026-02-23T08:53:37.911+0000 7fc221ae1640 -1 osd.0 20 *** Got signal Terminated *** 2026-02-23T08:53:38.246 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:37 trial043 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0[57181]: 2026-02-23T08:53:37.911+0000 7fc221ae1640 -1 osd.0 20 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T08:53:43.246 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:42 trial043 podman[70657]: 2026-02-23 08:53:42.970611535 +0000 UTC m=+5.071957354 container died 40de60cb000a97a462ac1c9a0e699825e5d5d62c4ed0fc58bb48b88f7d498228 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.schema-version=1.0, FROM_IMAGE=quay.io/centos/centos:stream9, 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, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.vendor=CentOS, OSD_FLAVOR=default) 2026-02-23T08:53:43.247 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:42 trial043 podman[70657]: 2026-02-23 08:53:42.979324811 +0000 UTC m=+5.080670620 container remove 40de60cb000a97a462ac1c9a0e699825e5d5d62c4ed0fc58bb48b88f7d498228 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0, ceph=True, org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, 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_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T08:53:43.247 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:42 trial043 bash[70657]: ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0 2026-02-23T08:53:43.247 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:43 trial043 podman[70778]: 2026-02-23 08:53:43.10558316 +0000 UTC m=+0.014532080 container create 5666d9e41090100e7aa33073406c6d1d078578c24d43f439f9ac3428b1afc38d (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0-deactivate, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, FROM_IMAGE=quay.io/centos/centos:stream9, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0) 2026-02-23T08:53:43.247 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:43 trial043 podman[70778]: 2026-02-23 08:53:43.13256968 +0000 UTC m=+0.041518601 container init 5666d9e41090100e7aa33073406c6d1d078578c24d43f439f9ac3428b1afc38d (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0-deactivate, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.opencontainers.image.documentation=https://docs.ceph.com/, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:53:43.247 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:43 trial043 podman[70778]: 2026-02-23 08:53:43.135059022 +0000 UTC m=+0.044007942 container start 5666d9e41090100e7aa33073406c6d1d078578c24d43f439f9ac3428b1afc38d (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0-deactivate, 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.vendor=CentOS, org.label-schema.build-date=20260216, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.license=GPLv2, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, OSD_FLAVOR=default, ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716) 2026-02-23T08:53:43.247 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:43 trial043 podman[70778]: 2026-02-23 08:53:43.13661464 +0000 UTC m=+0.045563560 container attach 5666d9e41090100e7aa33073406c6d1d078578c24d43f439f9ac3428b1afc38d (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-0-deactivate, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.schema-version=1.0, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, org.label-schema.build-date=20260216, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9) 2026-02-23T08:53:43.247 INFO:journalctl@ceph.osd.0.trial043.stdout:Feb 23 08:53:43 trial043 podman[70778]: 2026-02-23 08:53:43.100165142 +0000 UTC m=+0.009114072 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:53:43.294 DEBUG:teuthology.orchestra.run.trial043:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.0.service' 2026-02-23T08:53:43.328 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:53:43.329 INFO:tasks.cephadm.osd.0:Stopped osd.0 2026-02-23T08:53:43.329 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2026-02-23T08:53:43.329 DEBUG:teuthology.orchestra.run.trial122:> sudo systemctl stop ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.1 2026-02-23T08:53:43.642 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:43 trial122 systemd[1]: Stopping Ceph osd.1 for 7c038258-1094-11f1-8a6e-d404e6e7d460... 2026-02-23T08:53:43.643 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:43 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1[47263]: 2026-02-23T08:53:43.424+0000 7ffa0644b640 -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-23T08:53:43.643 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:43 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1[47263]: 2026-02-23T08:53:43.424+0000 7ffa0644b640 -1 osd.1 20 *** Got signal Terminated *** 2026-02-23T08:53:43.643 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:43 trial122 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1[47263]: 2026-02-23T08:53:43.424+0000 7ffa0644b640 -1 osd.1 20 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T08:53:48.779 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 podman[54017]: 2026-02-23 08:53:48.483771199 +0000 UTC m=+5.072288790 container died 39f8d93ed9a96cbc1a318f6310ded8ddabe6899d92c058449f2a6c8ccd9f590a (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, ceph=True, io.buildah.version=1.33.7, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.authors=Ceph Release Team , 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.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.build-date=20260216) 2026-02-23T08:53:48.780 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 podman[54017]: 2026-02-23 08:53:48.49273162 +0000 UTC m=+5.081249211 container remove 39f8d93ed9a96cbc1a318f6310ded8ddabe6899d92c058449f2a6c8ccd9f590a (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, OSD_FLAVOR=default, org.label-schema.build-date=20260216) 2026-02-23T08:53:48.780 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 bash[54017]: ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1 2026-02-23T08:53:48.780 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 podman[54150]: 2026-02-23 08:53:48.617716465 +0000 UTC m=+0.015675099 container create b842afa7a76d280ae4ed8f1b51d2d86f571f859f6ae38fadc57e1a81a6032d5c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1-deactivate, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, org.label-schema.vendor=CentOS, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.authors=Ceph Release Team , ceph=True, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image) 2026-02-23T08:53:48.780 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 podman[54150]: 2026-02-23 08:53:48.648561954 +0000 UTC m=+0.046520538 container init b842afa7a76d280ae4ed8f1b51d2d86f571f859f6ae38fadc57e1a81a6032d5c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1-deactivate, org.label-schema.schema-version=1.0, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.license=GPLv2, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, org.opencontainers.image.authors=Ceph Release Team , GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/) 2026-02-23T08:53:48.780 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 podman[54150]: 2026-02-23 08:53:48.651482141 +0000 UTC m=+0.049440725 container start b842afa7a76d280ae4ed8f1b51d2d86f571f859f6ae38fadc57e1a81a6032d5c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1-deactivate, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.name=CentOS Stream 9 Base Image, ceph=True, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.schema-version=1.0, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.build-date=20260216, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, io.buildah.version=1.33.7, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, OSD_FLAVOR=default, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git) 2026-02-23T08:53:48.780 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 podman[54150]: 2026-02-23 08:53:48.652341338 +0000 UTC m=+0.050299942 container attach b842afa7a76d280ae4ed8f1b51d2d86f571f859f6ae38fadc57e1a81a6032d5c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1-deactivate, org.label-schema.schema-version=1.0, org.label-schema.vendor=CentOS, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, OSD_FLAVOR=default, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , ceph=True, org.label-schema.build-date=20260216, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.license=GPLv2) 2026-02-23T08:53:48.780 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 podman[54150]: 2026-02-23 08:53:48.611867787 +0000 UTC m=+0.009826361 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:53:48.780 INFO:journalctl@ceph.osd.1.trial122.stdout:Feb 23 08:53:48 trial122 podman[54150]: 2026-02-23 08:53:48.77806186 +0000 UTC m=+0.176020454 container died b842afa7a76d280ae4ed8f1b51d2d86f571f859f6ae38fadc57e1a81a6032d5c (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-1-deactivate, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.vendor=CentOS, OSD_FLAVOR=default, org.label-schema.build-date=20260216, ceph=True, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da) 2026-02-23T08:53:48.812 DEBUG:teuthology.orchestra.run.trial122:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.1.service' 2026-02-23T08:53:48.847 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:53:48.847 INFO:tasks.cephadm.osd.1:Stopped osd.1 2026-02-23T08:53:48.847 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2026-02-23T08:53:48.847 DEBUG:teuthology.orchestra.run.trial138:> sudo systemctl stop ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.2 2026-02-23T08:53:49.296 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:48 trial138 systemd[1]: Stopping Ceph osd.2 for 7c038258-1094-11f1-8a6e-d404e6e7d460... 2026-02-23T08:53:49.297 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:48 trial138 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2[49132]: 2026-02-23T08:53:48.946+0000 7f7d7e178640 -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-23T08:53:49.297 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:48 trial138 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2[49132]: 2026-02-23T08:53:48.946+0000 7f7d7e178640 -1 osd.2 20 *** Got signal Terminated *** 2026-02-23T08:53:49.297 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:48 trial138 ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2[49132]: 2026-02-23T08:53:48.946+0000 7f7d7e178640 -1 osd.2 20 *** Immediate shutdown (osd_fast_shutdown=true) *** 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 podman[59097]: 2026-02-23 08:53:54.005993135 +0000 UTC m=+5.072095877 container died 09dba1f446355d48618448dc9a3340a7660deffdffbebd7885b0c0d6149f8235 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2, org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.vendor=CentOS, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, FROM_IMAGE=quay.io/centos/centos:stream9, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.build-date=20260216, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, org.opencontainers.image.authors=Ceph Release Team ) 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 podman[59097]: 2026-02-23 08:53:54.014667847 +0000 UTC m=+5.080770599 container remove 09dba1f446355d48618448dc9a3340a7660deffdffbebd7885b0c0d6149f8235 (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2, FROM_IMAGE=quay.io/centos/centos:stream9, OSD_FLAVOR=default, io.buildah.version=1.33.7, org.label-schema.schema-version=1.0, org.opencontainers.image.documentation=https://docs.ceph.com/, ceph=True, org.label-schema.name=CentOS Stream 9 Base Image, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.build-date=20260216, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.license=GPLv2, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.vendor=CentOS, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da) 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 bash[59097]: ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 podman[59219]: 2026-02-23 08:53:54.134825609 +0000 UTC m=+0.015636381 container create 66d72533fb1fccb049cff3f2f95c321b7b09bd38c44dcef2efc76158f79ff1dc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2-deactivate, ceph=True, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.schema-version=1.0, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2, org.label-schema.name=CentOS Stream 9 Base Image, FROM_IMAGE=quay.io/centos/centos:stream9, io.buildah.version=1.33.7, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da) 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 podman[59219]: 2026-02-23 08:53:54.162961328 +0000 UTC m=+0.043772100 container init 66d72533fb1fccb049cff3f2f95c321b7b09bd38c44dcef2efc76158f79ff1dc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2-deactivate, OSD_FLAVOR=default, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, 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.schema-version=1.0, org.label-schema.vendor=CentOS, ceph=True, org.opencontainers.image.documentation=https://docs.ceph.com/, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, io.buildah.version=1.33.7, org.label-schema.license=GPLv2, org.opencontainers.image.authors=Ceph Release Team , org.label-schema.name=CentOS Stream 9 Base Image, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da) 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 podman[59219]: 2026-02-23 08:53:54.16534844 +0000 UTC m=+0.046159212 container start 66d72533fb1fccb049cff3f2f95c321b7b09bd38c44dcef2efc76158f79ff1dc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, org.label-schema.license=GPLv2, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.opencontainers.image.authors=Ceph Release Team , io.buildah.version=1.33.7, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.label-schema.build-date=20260216, org.opencontainers.image.documentation=https://docs.ceph.com/, org.label-schema.name=CentOS Stream 9 Base Image, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/) 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 podman[59219]: 2026-02-23 08:53:54.165848477 +0000 UTC m=+0.046659239 container attach 66d72533fb1fccb049cff3f2f95c321b7b09bd38c44dcef2efc76158f79ff1dc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2-deactivate, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, 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.name=CentOS Stream 9 Base Image, io.buildah.version=1.33.7, org.label-schema.build-date=20260216, org.label-schema.schema-version=1.0, CEPH_REF=wip-bharath8-testing-2026-02-22-0716, ceph=True, FROM_IMAGE=quay.io/centos/centos:stream9, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , OSD_FLAVOR=default, org.label-schema.vendor=CentOS, org.label-schema.license=GPLv2) 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 podman[59219]: 2026-02-23 08:53:54.128650929 +0000 UTC m=+0.009461711 image pull af88a7aa64a7df2dfbd8b343bb510d8c25a233faf34d3aa06c89ee09c8196ff4 quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c 2026-02-23T08:53:54.289 INFO:journalctl@ceph.osd.2.trial138.stdout:Feb 23 08:53:54 trial138 podman[59219]: 2026-02-23 08:53:54.28750732 +0000 UTC m=+0.168318092 container died 66d72533fb1fccb049cff3f2f95c321b7b09bd38c44dcef2efc76158f79ff1dc (image=quay.ceph.io/ceph-ci/ceph@sha256:30cb95b3aa55e3d05e949d3e0da064f3e2a561cf4b54fa985dde0ddce30eff5c, name=ceph-7c038258-1094-11f1-8a6e-d404e6e7d460-osd-2-deactivate, org.label-schema.license=GPLv2, CEPH_SHA1=5adce3ff0fe1645dcbc38d059f948571dc3d69da, GANESHA_REPO_BASEURL=https://buildlogs.centos.org/centos/$releasever-stream/storage/$basearch/nfsganesha-5/, ceph=True, org.label-schema.build-date=20260216, OSD_FLAVOR=default, org.label-schema.vendor=CentOS, FROM_IMAGE=quay.io/centos/centos:stream9, CEPH_GIT_REPO=https://github.com/ceph/ceph-ci.git, org.label-schema.name=CentOS Stream 9 Base Image, org.label-schema.schema-version=1.0, io.buildah.version=1.33.7, org.opencontainers.image.documentation=https://docs.ceph.com/, org.opencontainers.image.authors=Ceph Release Team , CEPH_REF=wip-bharath8-testing-2026-02-22-0716) 2026-02-23T08:53:54.324 DEBUG:teuthology.orchestra.run.trial138:> sudo pkill -f 'journalctl -f -n 0 -u ceph-7c038258-1094-11f1-8a6e-d404e6e7d460@osd.2.service' 2026-02-23T08:53:54.359 DEBUG:teuthology.orchestra.run:got remote process result: None 2026-02-23T08:53:54.359 INFO:tasks.cephadm.osd.2:Stopped osd.2 2026-02-23T08:53:54.359 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 --force --keep-logs 2026-02-23T08:53:54.478 INFO:teuthology.orchestra.run.trial043.stdout:Deleting cluster with fsid: 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:53:55.283 DEBUG:teuthology.orchestra.run.trial122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 --force --keep-logs 2026-02-23T08:53:55.404 INFO:teuthology.orchestra.run.trial122.stdout:Deleting cluster with fsid: 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:53:56.231 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 --force --keep-logs 2026-02-23T08:53:56.349 INFO:teuthology.orchestra.run.trial138.stdout:Deleting cluster with fsid: 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:53:57.015 DEBUG:teuthology.orchestra.run.trial043:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:53:57.044 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:53:57.074 DEBUG:teuthology.orchestra.run.trial138:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2026-02-23T08:53:57.100 INFO:tasks.cephadm:Archiving crash dumps... 2026-02-23T08:53:57.103 DEBUG:teuthology.misc:Transferring archived files from trial043:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial043/crash 2026-02-23T08:53:57.104 DEBUG:teuthology.orchestra.run.trial043:> sudo tar c -f - -C /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash -- . 2026-02-23T08:53:57.129 INFO:teuthology.orchestra.run.trial043.stderr:tar: /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T08:53:57.130 INFO:teuthology.orchestra.run.trial043.stderr:tar: Error is not recoverable: exiting now 2026-02-23T08:53:57.131 DEBUG:teuthology.misc:Transferring archived files from trial122:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial122/crash 2026-02-23T08:53:57.133 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash -- . 2026-02-23T08:53:57.157 INFO:teuthology.orchestra.run.trial122.stderr:tar: /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T08:53:57.157 INFO:teuthology.orchestra.run.trial122.stderr:tar: Error is not recoverable: exiting now 2026-02-23T08:53:57.163 DEBUG:teuthology.misc:Transferring archived files from trial138:/var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial138/crash 2026-02-23T08:53:57.165 DEBUG:teuthology.orchestra.run.trial138:> sudo tar c -f - -C /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash -- . 2026-02-23T08:53:57.192 INFO:teuthology.orchestra.run.trial138.stderr:tar: /var/lib/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/crash: Cannot open: No such file or directory 2026-02-23T08:53:57.192 INFO:teuthology.orchestra.run.trial138.stderr:tar: Error is not recoverable: exiting now 2026-02-23T08:53:57.193 INFO:tasks.cephadm:Checking cluster log for badness... 2026-02-23T08:53:57.194 DEBUG:teuthology.orchestra.run.trial043:> sudo grep -E '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log | grep -E CEPHADM_ | grep -E -v '\(MDS_ALL_DOWN\)' | grep -E -v '\(MDS_UP_LESS_THAN_MAX\)' | grep -E -v MON_DOWN | grep -E -v POOL_APP_NOT_ENABLED | grep -E -v 'mon down' | grep -E -v 'mons down' | grep -E -v 'out of quorum' | grep -E -v CEPHADM_FAILED_DAEMON | head -n 1 2026-02-23T08:53:57.220 INFO:tasks.cephadm:Compressing logs... 2026-02-23T08:53:57.221 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:53:57.263 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:53:57.265 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-23T08:53:57.284 INFO:teuthology.orchestra.run.trial043.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T08:53:57.284 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T08:53:57.284 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.a.log 2026-02-23T08:53:57.284 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.0.log 2026-02-23T08:53:57.284 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log 2026-02-23T08:53:57.285 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mgr.a.log 2026-02-23T08:53:57.285 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log 2026-02-23T08:53:57.285 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mgr.a.log: 82.7% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T08:53:57.285 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log 2026-02-23T08:53:57.285 INFO:teuthology.orchestra.run.trial043.stderr: 88.1% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T08:53:57.286 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log 2026-02-23T08:53:57.287 INFO:teuthology.orchestra.run.trial043.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log: /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log: 90.2% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log.gz 2026-02-23T08:53:57.287 INFO:teuthology.orchestra.run.trial043.stderr: 86.9% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log.gz 2026-02-23T08:53:57.287 INFO:teuthology.orchestra.run.trial122.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T08:53:57.287 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T08:53:57.287 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log 2026-02-23T08:53:57.288 INFO:teuthology.orchestra.run.trial043.stderr: 93.9% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log.gz 2026-02-23T08:53:57.290 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mgr.b.log 2026-02-23T08:53:57.290 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log: -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log 2026-02-23T08:53:57.290 INFO:teuthology.orchestra.run.trial122.stderr: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T08:53:57.290 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mgr.b.log: 83.3% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T08:53:57.290 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.b.log 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.1.log 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log: 90.5% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log.gz 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial122.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.1.log: /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log: 87.1% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log.gz 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial122.stderr: 93.2% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log.gz 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial122.stderr: 90.4% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mgr.b.log.gz 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial138.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.2.log 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.c.log 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial138.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2026-02-23T08:53:57.291 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.c.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log 2026-02-23T08:53:57.292 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log: gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log 2026-02-23T08:53:57.292 INFO:teuthology.orchestra.run.trial138.stderr: 83.2% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.cephadm.log.gz 2026-02-23T08:53:57.292 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log 2026-02-23T08:53:57.292 INFO:teuthology.orchestra.run.trial138.stderr:/var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log: /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log: /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log: 87.1% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.log.gz 2026-02-23T08:53:57.292 INFO:teuthology.orchestra.run.trial138.stderr: 90.6% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph.audit.log.gz 2026-02-23T08:53:57.292 INFO:teuthology.orchestra.run.trial138.stderr: 93.8% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-volume.log.gz 2026-02-23T08:53:57.302 INFO:teuthology.orchestra.run.trial043.stderr: 94.0% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.0.log.gz 2026-02-23T08:53:57.306 INFO:teuthology.orchestra.run.trial138.stderr: 94.1% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.2.log.gz 2026-02-23T08:53:57.319 INFO:teuthology.orchestra.run.trial043.stderr: 90.2% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mgr.a.log.gz 2026-02-23T08:53:57.320 INFO:teuthology.orchestra.run.trial122.stderr: 93.1% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.b.log.gz 2026-02-23T08:53:57.322 INFO:teuthology.orchestra.run.trial138.stderr: 93.1% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.c.log.gz 2026-02-23T08:53:57.324 INFO:teuthology.orchestra.run.trial138.stderr: 2026-02-23T08:53:57.324 INFO:teuthology.orchestra.run.trial138.stderr:real 0m0.044s 2026-02-23T08:53:57.324 INFO:teuthology.orchestra.run.trial138.stderr:user 0m0.057s 2026-02-23T08:53:57.324 INFO:teuthology.orchestra.run.trial138.stderr:sys 0m0.019s 2026-02-23T08:53:57.328 INFO:teuthology.orchestra.run.trial122.stderr: 94.2% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-osd.1.log.gz 2026-02-23T08:53:57.329 INFO:teuthology.orchestra.run.trial122.stderr: 2026-02-23T08:53:57.329 INFO:teuthology.orchestra.run.trial122.stderr:real 0m0.050s 2026-02-23T08:53:57.329 INFO:teuthology.orchestra.run.trial122.stderr:user 0m0.076s 2026-02-23T08:53:57.329 INFO:teuthology.orchestra.run.trial122.stderr:sys 0m0.020s 2026-02-23T08:53:57.393 INFO:teuthology.orchestra.run.trial043.stderr: 91.3% -- replaced with /var/log/ceph/7c038258-1094-11f1-8a6e-d404e6e7d460/ceph-mon.a.log.gz 2026-02-23T08:53:57.395 INFO:teuthology.orchestra.run.trial043.stderr: 2026-02-23T08:53:57.395 INFO:teuthology.orchestra.run.trial043.stderr:real 0m0.119s 2026-02-23T08:53:57.395 INFO:teuthology.orchestra.run.trial043.stderr:user 0m0.157s 2026-02-23T08:53:57.395 INFO:teuthology.orchestra.run.trial043.stderr:sys 0m0.029s 2026-02-23T08:53:57.396 INFO:tasks.cephadm:Archiving logs... 2026-02-23T08:53:57.397 DEBUG:teuthology.misc:Transferring archived files from trial043:/var/log/ceph to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial043/log 2026-02-23T08:53:57.398 DEBUG:teuthology.orchestra.run.trial043:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T08:53:57.488 DEBUG:teuthology.misc:Transferring archived files from trial122:/var/log/ceph to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial122/log 2026-02-23T08:53:57.489 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T08:53:57.535 DEBUG:teuthology.misc:Transferring archived files from trial138:/var/log/ceph to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial138/log 2026-02-23T08:53:57.536 DEBUG:teuthology.orchestra.run.trial138:> sudo tar c -f - -C /var/log/ceph -- . 2026-02-23T08:53:57.581 INFO:tasks.cephadm:Removing cluster... 2026-02-23T08:53:57.581 DEBUG:teuthology.orchestra.run.trial043:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 --force 2026-02-23T08:53:57.700 INFO:teuthology.orchestra.run.trial043.stdout:Deleting cluster with fsid: 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:53:57.869 DEBUG:teuthology.orchestra.run.trial122:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 --force 2026-02-23T08:53:57.988 INFO:teuthology.orchestra.run.trial122.stdout:Deleting cluster with fsid: 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:53:58.151 DEBUG:teuthology.orchestra.run.trial138:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 --force 2026-02-23T08:53:58.269 INFO:teuthology.orchestra.run.trial138.stdout:Deleting cluster with fsid: 7c038258-1094-11f1-8a6e-d404e6e7d460 2026-02-23T08:53:58.427 INFO:tasks.cephadm:Removing cephadm ... 2026-02-23T08:53:58.428 DEBUG:teuthology.orchestra.run.trial043:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T08:53:58.445 DEBUG:teuthology.orchestra.run.trial122:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T08:53:58.464 DEBUG:teuthology.orchestra.run.trial138:> rm -rf /home/ubuntu/cephtest/cephadm 2026-02-23T08:53:58.479 INFO:tasks.cephadm:Teardown complete 2026-02-23T08:53:58.479 DEBUG:teuthology.run_tasks:Unwinding manager install 2026-02-23T08:53:58.491 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-23T08:53:58.491 DEBUG:teuthology.orchestra.run.trial043:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-23T08:53:58.493 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits /usr/bin/stdin-killer 2026-02-23T08:53:58.505 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-23T08:53:58.736 DEBUG:teuthology.run_tasks:Unwinding manager clock 2026-02-23T08:53:58.747 INFO:teuthology.task.clock:Checking final clock skew... 2026-02-23T08:53:58.747 DEBUG:teuthology.orchestra.run.trial043:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T08:53:58.749 DEBUG:teuthology.orchestra.run.trial122:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T08:53:58.751 DEBUG:teuthology.orchestra.run.trial138:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2026-02-23T08:53:58.764 INFO:teuthology.orchestra.run.trial043.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:53:58.765 INFO:teuthology.orchestra.run.trial122.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:53:58.767 INFO:teuthology.orchestra.run.trial138.stderr:bash: line 1: ntpq: command not found 2026-02-23T08:53:58.795 INFO:teuthology.orchestra.run.trial043.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:53:58.796 INFO:teuthology.orchestra.run.trial043.stdout:=============================================================================== 2026-02-23T08:53:58.796 INFO:teuthology.orchestra.run.trial043.stdout:^+ 50-203-248-23-static.hfc> 2 6 377 54 +2418us[+2266us] +/- 34ms 2026-02-23T08:53:58.796 INFO:teuthology.orchestra.run.trial043.stdout:^+ time-h.den.codehof.net 2 6 377 54 +1069us[ +918us] +/- 23ms 2026-02-23T08:53:58.796 INFO:teuthology.orchestra.run.trial043.stdout:^- 66.42.71.197.vultruserco> 2 6 377 53 +622us[ +469us] +/- 47ms 2026-02-23T08:53:58.796 INFO:teuthology.orchestra.run.trial043.stdout:^* 66.59.198.178 2 6 377 52 -1417us[-1571us] +/- 12ms 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial138.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial138.stdout:=============================================================================== 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial138.stdout:^+ 50-203-248-23-static.hfc> 2 6 377 52 +973us[ +734us] +/- 32ms 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial138.stdout:^+ time-h.den.codehof.net 2 6 377 52 +1534us[+1296us] +/- 23ms 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial138.stdout:^- 66.42.71.197.vultruserco> 2 6 377 118 +913us[ +644us] +/- 47ms 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial138.stdout:^* 66.59.198.178 2 6 377 51 -1054us[-1294us] +/- 12ms 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial122.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial122.stdout:=============================================================================== 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial122.stdout:^+ 50-203-248-23-static.hfc> 2 6 377 52 +2879us[+2879us] +/- 34ms 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial122.stdout:^+ time-h.den.codehof.net 2 6 377 53 +1354us[+1354us] +/- 23ms 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial122.stdout:^- 66.42.71.197.vultruserco> 2 6 377 54 +1284us[+1088us] +/- 47ms 2026-02-23T08:53:58.797 INFO:teuthology.orchestra.run.trial122.stdout:^* 66.59.198.178 2 6 377 53 -1075us[-1271us] +/- 12ms 2026-02-23T08:53:58.797 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2026-02-23T08:53:58.808 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2026-02-23T08:53:58.808 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2026-02-23T08:53:58.822 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:53:58.893 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:53:58.950 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-23T08:53:59.008 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:53:59.035 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:53:59.036 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:53:59.063 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:53:59.063 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-23T08:53:59.089 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:53:59.089 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2026-02-23T08:53:59.101 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2026-02-23T08:53:59.120 INFO:teuthology.task.internal:Duration was 554.271269 seconds 2026-02-23T08:53:59.121 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2026-02-23T08:53:59.138 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2026-02-23T08:53:59.139 DEBUG:teuthology.orchestra.run.trial043:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T08:53:59.142 DEBUG:teuthology.orchestra.run.trial122:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T08:53:59.145 DEBUG:teuthology.orchestra.run.trial138:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2026-02-23T08:53:59.177 INFO:teuthology.orchestra.run.trial043.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:53:59.180 INFO:teuthology.orchestra.run.trial122.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:53:59.180 INFO:teuthology.orchestra.run.trial138.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2026-02-23T08:53:59.674 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2026-02-23T08:53:59.674 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial043.front.sepia.ceph.com 2026-02-23T08:53:59.674 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:53:59.694 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial122.front.sepia.ceph.com 2026-02-23T08:53:59.695 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:53:59.732 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@trial138.front.sepia.ceph.com 2026-02-23T08:53:59.732 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-23T08:53:59.752 INFO:teuthology.task.internal.syslog:Gathering journactl... 2026-02-23T08:53:59.752 DEBUG:teuthology.orchestra.run.trial043:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:53:59.754 DEBUG:teuthology.orchestra.run.trial122:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:53:59.774 DEBUG:teuthology.orchestra.run.trial138:> sudo journalctl > /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:53:59.871 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2026-02-23T08:53:59.871 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:53:59.874 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:53:59.876 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-23T08:53:59.895 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:53:59.895 INFO:teuthology.orchestra.run.trial043.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:53:59.895 INFO:teuthology.orchestra.run.trial043.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:53:59.895 INFO:teuthology.orchestra.run.trial043.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T08:53:59.896 INFO:teuthology.orchestra.run.trial043.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T08:53:59.897 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:53:59.897 INFO:teuthology.orchestra.run.trial122.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:53:59.897 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:53:59.897 INFO:teuthology.orchestra.run.trial122.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T08:53:59.898 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/kern.log: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/kern.log.gz 2026-02-23T08:53:59.900 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/misc.log 2026-02-23T08:53:59.900 INFO:teuthology.orchestra.run.trial138.stderr:gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/kern.log 2026-02-23T08:53:59.900 INFO:teuthology.orchestra.run.trial138.stderr:/home/ubuntu/cephtest/archive/syslog/misc.log: gzip -5 --verbose -- /home/ubuntu/cephtest/archive/syslog/journalctl.log 2026-02-23T08:53:59.900 INFO:teuthology.orchestra.run.trial138.stderr: 0.0% -- replaced with /home/ubuntu/cephtest/archive/syslog/misc.log.gz 2026-02-23T08:53:59.900 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-23T08:53:59.911 INFO:teuthology.orchestra.run.trial122.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 84.1% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T08:53:59.914 INFO:teuthology.orchestra.run.trial138.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 84.6% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T08:53:59.914 INFO:teuthology.orchestra.run.trial043.stderr:/home/ubuntu/cephtest/archive/syslog/journalctl.log: 86.5% -- replaced with /home/ubuntu/cephtest/archive/syslog/journalctl.log.gz 2026-02-23T08:53:59.917 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2026-02-23T08:53:59.933 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2026-02-23T08:53:59.933 DEBUG:teuthology.orchestra.run.trial043:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T08:53:59.983 DEBUG:teuthology.orchestra.run.trial122:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T08:54:00.009 DEBUG:teuthology.orchestra.run.trial138:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2026-02-23T08:54:00.035 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2026-02-23T08:54:00.045 DEBUG:teuthology.orchestra.run.trial043:> 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-23T08:54:00.046 DEBUG:teuthology.orchestra.run.trial122:> 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-23T08:54:00.052 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-23T08:54:00.068 INFO:teuthology.orchestra.run.trial043.stdout:kernel.core_pattern = core 2026-02-23T08:54:00.073 INFO:teuthology.orchestra.run.trial122.stdout:kernel.core_pattern = core 2026-02-23T08:54:00.098 INFO:teuthology.orchestra.run.trial138.stdout:kernel.core_pattern = core 2026-02-23T08:54:00.111 DEBUG:teuthology.orchestra.run.trial043:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T08:54:00.143 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:54:00.143 DEBUG:teuthology.orchestra.run.trial122:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T08:54:00.158 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:54:00.158 DEBUG:teuthology.orchestra.run.trial138:> test -e /home/ubuntu/cephtest/archive/coredump 2026-02-23T08:54:00.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2026-02-23T08:54:00.173 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2026-02-23T08:54:00.185 INFO:teuthology.task.internal:Transferring archived files... 2026-02-23T08:54:00.185 DEBUG:teuthology.misc:Transferring archived files from trial043:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial043 2026-02-23T08:54:00.185 DEBUG:teuthology.orchestra.run.trial043:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T08:54:00.218 DEBUG:teuthology.misc:Transferring archived files from trial122:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial122 2026-02-23T08:54:00.218 DEBUG:teuthology.orchestra.run.trial122:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T08:54:00.249 DEBUG:teuthology.misc:Transferring archived files from trial138:/home/ubuntu/cephtest/archive to /home/teuthworker/mnt/teuthology/skanta-2026-02-23_07:12:59-rados-wip-bharath8-testing-2026-02-22-0716-distro-default-trial/65730/remote/trial138 2026-02-23T08:54:00.249 DEBUG:teuthology.orchestra.run.trial138:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2026-02-23T08:54:00.284 INFO:teuthology.task.internal:Removing archive directory... 2026-02-23T08:54:00.285 DEBUG:teuthology.orchestra.run.trial043:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T08:54:00.287 DEBUG:teuthology.orchestra.run.trial122:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T08:54:00.290 DEBUG:teuthology.orchestra.run.trial138:> rm -rf -- /home/ubuntu/cephtest/archive 2026-02-23T08:54:00.330 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2026-02-23T08:54:00.342 INFO:teuthology.task.internal:Not uploading archives. 2026-02-23T08:54:00.342 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2026-02-23T08:54:00.355 INFO:teuthology.task.internal:Tidying up after the test... 2026-02-23T08:54:00.355 DEBUG:teuthology.orchestra.run.trial043:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T08:54:00.357 DEBUG:teuthology.orchestra.run.trial122:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T08:54:00.360 DEBUG:teuthology.orchestra.run.trial138:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2026-02-23T08:54:00.371 INFO:teuthology.orchestra.run.trial043.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 08:54 /home/ubuntu/cephtest 2026-02-23T08:54:00.373 INFO:teuthology.orchestra.run.trial122.stdout: 917576 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 08:54 /home/ubuntu/cephtest 2026-02-23T08:54:00.386 INFO:teuthology.orchestra.run.trial138.stdout: 917521 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Feb 23 08:54 /home/ubuntu/cephtest 2026-02-23T08:54:00.387 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2026-02-23T08:54:00.400 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2026-02-23T08:54:00.429 INFO:teuthology.run:Summary data: description: rados/cephadm/workunits/{0-distro/centos_9.stream agent/off mon_election/classic task/test_set_mon_crush_locations} duration: 554.2712686061859 failure_reason: 'Command failed on trial043 with status 1: ''sudo /home/ubuntu/cephtest/cephadm --image quay.ceph.io/ceph-ci/ceph:5adce3ff0fe1645dcbc38d059f948571dc3d69da shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 7c038258-1094-11f1-8a6e-d404e6e7d460 -- bash -c \''set -ex\n# since we don\''"\''"\''t know the real hostnames before the test, the next\n# bit is in order to replace the fake hostnames "host.a/b/c" with\n# the actual names cephadm knows the host by within the mon spec\nceph orch host ls --format json | jq -r \''"\''"\''.[] | .hostname\''"\''"\'' > realnames\necho $\''"\''"\''host.a\\nhost.b\\nhost.c\''"\''"\'' > fakenames\necho $\''"\''"\''a\\nb\\nc\''"\''"\'' > mon_ids\necho $\''"\''"\''{datacenter=a}\\n{datacenter=b,rack=2}\\n{datacenter=a,rack=3}\''"\''"\'' > crush_locs\nceph orch ls --service-name mon --export > mon.yaml\nMONSPEC=`cat mon.yaml`\necho "$MONSPEC"\nwhile read realname <&3 && read fakename <&4; do\n MONSPEC="${MONSPEC//$fakename/$realname}"\ndone 3 mon.yaml\ncat mon.yaml\n# now the spec should have the real hostnames, so let\''"\''"\''s re-apply\nceph orch apply -i mon.yaml\nsleep 90\nceph orch ps --refresh\nceph orch ls --service-name mon --export > mon.yaml; ceph orch apply -i mon.yaml\nsleep 90\nceph mon dump\nceph mon dump --format json\n# verify all the crush locations got set from "ceph mon dump" output\nwhile read monid <&3 && read crushloc <&4; do\n ceph mon dump --format json | jq --arg monid "$monid" --arg crushloc "$crushloc" -e \''"\''"\''.mons | .[] | select(.name == $monid) | .crush_location == $crushloc\''"\''"\''\ndone 3